On 11/28/06, Patrick Bogen <[EMAIL PROTECTED]> wrote: > > On 11/28/06, Dark Servant <[EMAIL PROTECTED]> wrote: > > Hm.. what exactly does the fix_url script do? Changing the URLs on the > > interface as I want? > It changes the URLs on the pages to match the current config. > > > Am I right that setting the DEFAULT_URL_PATTERN to something like " > > http://localhost:8080/mailman" will work for me, as long people always > > forward port 8080? > This isn't exactly right, but you've got the general idea. > -- > - Patrick Bogen
Ok.. after some twiddling, I came up with this configuration: mm_cfg.py: DEFAULT_URL_PATTERN = ' http://localhost:8080/%s/mailman/<http://localhost:8080/%25s/../mailman/> ' add_virtualhost('localhost','lists.foo.com') I also had to add lists.foo.com/pipermail lists.foo.com/mailman as aliases to http.conf The virtualhost allows me to create [EMAIL PROTECTED] lists using the localhost-ssh-tunnel. That seems to work on first look. Anyone already sees some problems I may face soon? David ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp