[Mailman-Users] virtual host setup
trichard at techovations.com
trichard at techovations.com
Fri Sep 30 17:50:45 CEST 2005
I'm having a problem getting my virtual hosts setup. I have 2 domains
www.a.com and www.b.com. Here is what I have in my mm_cfg.py file. I
also have them running on my mail server thus the 8122 is required.
from Defaults import *
add_virtualhost('www.a.com:8122', 'a.com')
add_virtualhost('www.b.com:8122', 'b.com')
ALLOW_SITE_ADMIN_COOKIES = 1
I've created 3 lists the default mailman, test1 (should be for
test1 at a.com), test2(should be for test2 at b.com).
When I got to
http://www.a.com:8122/mailman/admin/
It shows me the lists for mailman, test2 but not test1
And then when I got to
http://www.a.com:8122/mailman/admin/
It says there are not published lists.
I'm not sure what the problem is now. I imagine it is the way I set up my
virtualhosts.
One other thing is that some links on the mailman pages are linking to
www.a.com:8122 and some are linking to www.a.com
Any help would be great.
Thanks
Troy
More information about the Mailman-Users
mailing list