Yep, I copied the config from my Mandriva installation thinking they would be compatible. I was wrong and restoring the default fixed it. Thanks.
On 5/9/2012 7:36 PM, Mark Sapiro wrote: > Dennis Putnam wrote: >> mailman.conf >> >> -------------------------------------------------------------------------= >> --------------------------------------------- >> # Directives for the mailman web interface >> >> Alias /pipermail/ "/var/lib/mailman/archives/public/" >> ScriptAliasMatch ^/mailman/([^/]*)(.*)$ "/usr/lib/mailman/cgi-bin/$1.cgi$2" > > Either remove the '.cgi' from the above line making it > > ScriptAliasMatch ^/mailman/([^/]*)(.*)$ "/usr/lib/mailman/cgi-bin/$1$2" > > or remove the line completely and replace it with > > ScriptAlias /mailman/ "/usr/lib/mailman/cgi-bin/" > > > Now the real question is was that file part of the Centos (RedHat) > Mailman package or was it residue from Mandriva. > > If you're sure it was part of the Centos rpm, file a bug report with > whoever made the rpm. > > If not look for some Mailman config in /etc/httpd/conf/httpd.conf or > some other included file. If you find other Mailman configuration, it > may be correct so you maybe could just remove > /etc/httpd/conf.d/mailman.conf. > ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
