I am trying to migrate mailman from CentOS 6 (32 bit) to CentOS 7 (64 bit) and have run into a problem. I am having problems with the web pages. They all get a permissions denied error and the log shows:
[Wed Jan 07 21:37:50.331181 2015] [authz_core:error] [pid 5012] [client
::1:60272] AH01630: client denied by server configuration:
/usr/lib/mailman/cgi-bin/listinfo
Here is my mailman.conf file:
-------------------------------------------------------------------------------------------------------
# Directives for the mailman web interface
Alias /pipermail/ "/var/lib/mailman/archives/public/"
ScriptAlias /mailman/ "/usr/lib/mailman/cgi-bin/"
# For the archives
<Directory "/var/lib/mailman/archives/public">
Options +FollowSymLinks
Require all granted
</Directory>
------------------------------------------------------------------------------------------------------------
My permissions and ownership of /var/lib/mailman and /usr/lib/mailman
look correct to me but then the error seems to imply the problem is not
permissions but rather a problem with mailman.conf. Can someone tell me
how to debug this? TIA.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------ Mailman-Users mailing list [email protected] https://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: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
