[Mailman-Users] Migration Problem

Mark Sapiro mark at msapiro.net
Thu Jan 8 04:18:35 CET 2015


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/mailman-users/attachments/20150107/478390d5/attachment.sig>


More information about the Mailman-Users mailing list