[Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

Mark Sapiro mark at msapiro.net
Thu May 10 01:36:08 CEST 2012


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.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list