[Mailman-Users] Problems with Apache on different port
Jorge Godoy
godoy at ieee.org
Sat Feb 22 14:21:52 CET 2003
Jon Carnes <jonc at nc.rr.com> writes:
> A couple of folks have done this and they needed to use
> ~mailman/bin/fix_url.py to modify the url's inside the configurations of
> their existing lists in order for it work. You may also need to modify
> the default urls in ~mailman/Mailman/mm_cfg.py
>
> Note: a redirect to the port will not work as the redirect loses all the
> post information.
>
> HtH, Jon Carnes
Thanks, Jon!
I had to add the following to mm_cfg.py to make it work:
DEFAULT_URL_PATTERN = 'http://%s:8080/mailman/'
If the %s match grabbed the port from the URL, this change wouldn't be
needed. Is there some way to implement that in newer versions? (Or is
it already done?)
See you,
--
Godoy. <godoy at ieee.org>
More information about the Mailman-Users
mailing list