Matthew Saltzman wrote: >I have a Web server that serves a couple of different sites, aaa.com and >bbb.com (say). It also is my Mailman host for both domains. > >What I'd like is for list.aaa.com/mailman to show the lists for aaa.com >and list.bbb.com/mailman to show the lists for bbb.com. I don't need to >worry about list namespace clashes--I have control of both servers, so I >can name the lists aaa-xxx-list and bbb-yyy-list to avoid conflicts. > >At the moment, all lists show up on list.aaa.com/mailman. > >Is this just a matter of having both Apache vhosts set up, then running >fix_url on the bbb.com lists, and then removing the redirect from >bbb.com/mailman to list.aaa.com/mailman? Or is it more complicated than >that?
You don't specifically mention it, but before you run fix_url you need to have a bbb.com entry in the VIRTUAL_HOSTS dictionary. You do this with add_virtualhost() in mm_cfg.py - FAQ article 4.29 gives a bit more detail. >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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/