[Mailman-Users] Re: Solved: Problem with admin pages in non standard http port

René Berber rberber at legosoft.com.mx
Wed May 28 21:06:12 CEST 2003


On 2003-05-26 14:03:54 -0500 René Berber <rberber at legosoft.com.mx> wrote:

[snip]
>> Is there a configuration option to get mailman working on a specific port?
> 
> I found a solution to my problem, I added the following to mm_config.py :
> 
> DEFAULT_URL_HOST = 'myhost'
> DEFAULT_URL_PATTERN = 'http://%s:81/mailman/'

It was almost solved, I also had to change:

PUBLIC_ARCHIVE_URL = 'http://%(hostname)s:81/pipermail/%(listname)s'

> This is weird, it never worked with DEFAULT_URL_HOST = 'myhost:81', I had to 
> change the second parameter.  Seems like the first parameter gets parsed and 
> the port is discarded.

It looks like a bug in version 2.1.2, the change should be in only one place and the port should not be discarded.
-- 
René Berber





More information about the Mailman-Users mailing list