On 01/07/2015 06:44 PM, Dennis Putnam wrote: > 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
And CentOS 7 has Apache 2.4?
> 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>
You probably also need
<Directory "/usr/lib/mailman/cgi-bin/">
Options ExecCGI
Require all granted
</Directory>
See <http://www.list.org/mailman-install/node10.html>.
--
Mark Sapiro <[email protected]> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
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
