some help with document root for mailman lists

Scott Berry sberry at northlc.com
Thu Jul 5 03:19:32 UTC 2007


Okay here is what I have for my virtual host for lists.pilotalk.com:

# Virtual Host for lists.pilotalk.com
<VirtualHost http://lists.pilotalk.com:80>
ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
<Directory /usr/lib/mailman/cgi-bin/>
    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all
</Directory>
ServerName          lists.pilotalk.com
    ServerAdmin         listdude at pilotalk.com
    # redirect queries to / or /mailman to the listinfo page
    RedirectMatch       ^/(mailman[/]+)?$ 
http://www.pilotalk.com/mailman/listinfo
</VirtualHost>





More information about the fedora-list mailing list