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 ------------------------------------------------------ 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
