On 07/13/04 13:46 James Sinnamon wrote:
> Dear List,
> 
> This html:
> 
>   <a  href="http://(hostname)/cgi-bin/mailman/admin/wcdb-discuss/general">\
>        <strong>[General Options]</strong></a>
> 
>    ... is generated from https://(hostname)/mailman/admin/wcdb-discuss .
> 
> I need to know where the ''http:" part is set (doesn't appear to be
> mm_cfg.py)?  I would like to be able change it to "https:".
> 
> TIA,
> 
> James
> 

Hello James,

It is set in mm_cfg.py.

Look for the default url pattern:

I've got this in my mm_cfg.py:
        DEFAULT_URL_PATTERN = 'https://%s/cgi-bin/mailman/'


Alexandra


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

Reply via email to