[Mailman-Users] /mailman/ part of URL

Ronald Nissley rnissley at gmail.com
Thu Dec 22 21:14:14 CET 2005


What needs to be changed in httpd.conf and/or mm_cfg.py so that my lists can
be accessed via http://lists.mydomain.tld instead of
http://lists.mydomain.tld/mailman?

The relevant part of my httpd.conf:

ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
<Directory /usr/lib/mailman/cgi-bin/>
  AllowOverride None
  Options ExecCGI
  Order allow,deny
  Allow from all
</Directory>

Alias /pipermail/ /var/lib/mailman/archives/public/
<Directory /var/lib/mailman/archives/public>
  Options Indexes MultiViews FollowSymLinks
  AllowOverride None
  Order allow,deny
  Allow from all
</Directory>

RedirectMatch ^/mailman[/]*$
*http://lists.mydomain.tld/mailman/listinfo*<http://lists.mydomain.tld/mailman/listinfo>

I found a similar/identical question that was posted to mailman-users
several years ago, but did not see responses to the post. Your tips and
suggestions will be appreciated.

Thank you,

Ronald Nissley



More information about the Mailman-Users mailing list