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 <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
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

Reply via email to