[Mailman-Users] Changing URL used by main CGI executables

Jason Kania jason.kania at rogers.com
Wed Mar 10 15:28:36 CET 2010


I have seen that help page before and my configuration at the end of mm_cfg.py looks as follows:
...
from Defaults import *

##################################################
# Put YOUR site-specific settings below this line.
DEFAULT_EMAIL_HOST = 'list-mydomain-com'
DEFAULT_URL_HOST = 'list-mydomain-com'
VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_EMAIL_HOST,DEFAULT_URL_HOST)
VIRTUAL_HOST_OVERVIEW = On

Any other ideas?




________________________________
From: Mark Sapiro <mark at msapiro.net>
To: Jason Kania <jason.kania at rogers.com>; mailman-users at python.org
Sent: Tue, March 9, 2010 12:35:11 PM
Subject: Re: [Mailman-Users] Changing URL used by main CGI executables

Jason Kania wrote:
>
>If I navigate to the URL http://www.mydomain.com/mailman/listinfo, I get a complete list of lists.
>
>However, if I navigate to http://list.mydomain.com/mailman/listinfo, the output indicates that there are no lists on the server. This domain is a virtual server in Apache.


See the FAQ at <http://wiki.list.org/x/lYA9>.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list