[Mailman-Users] Configuring Virtual Hosts

Ben Burnett benwa at ocentrix.com
Fri Jul 20 22:14:46 CEST 2001


At 08:30 AM 7/19/01 -0700, you wrote:
>On Thu, 19 Jul 2001, John Parsons wrote:
> > Can someone help me out by giving me an idea how I set Mailman up for
> > virtual hosts!!!
> >
> > Do you simply add the ScriptAlias and Alias tags to each virtual host you
> > want Mailman to work with, or is there a little more than that?
>
>If you don't need to have the same list name on multiple virtual hosts
>than that solution works just fine.  My lists are set up that way
>(http://www.phred.org/mailman/listinfo,
>http://www.bikelist.org/mailman/listinfo, and
>http://cascade.bikelist.org/mailman/listinfo are all on the same
>machine).
>
>This brings up some questions that I have.
>
>1) On Apache how can I make the root document for
>http://cascade.bikelist.org point to
>http://cascade.bikelist.org/mailman/listinfo?
>
>2) Is there any way to put a single list into two listinfo screens?
>I'd like to start migrating my lists from the phred.org hostname to
>the bikelist.org hostname, and would like to have it in both
>places during the transition.

Here is how I solved your first question. I'm sure there are other ways to 
do it.
# Redirect ridersconnection.com
<VirtualHost 216.39.150.53>
     ServerName ridersconnection.com
     Redirect /index.html http://www.ridersconnection.com/mailman/listinfo
</VirtualHost>

I don't know about the second one.

-Ben





More information about the Mailman-Users mailing list