[Mailman-Users] Server Configuration 2.1.12

Mark Sapiro mark at msapiro.net
Mon Feb 17 12:08:01 EST 2020


On 2/17/20 2:46 AM, Dennis Putnam wrote:
> 
> [Mon Feb 17 03:43:04.099892 2020] [authz_core:error] [pid 30156] [client
> 162.230.29.192:49655] AH01630: client denied by server configuration:
> /usr/lib/mailman/cgi-bin/listinfo
> 
> Here is my mailman.conf file:
> 
> #
> #  httpd configuration settings for use with mailman.
> #
> 
> ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
> <Directory /usr/lib/mailman/cgi-bin/>
>     AllowOverride None
>     Options ExecCGI
>     Order allow,deny
>     Allow from all

This changed in apache 2.4. Instead of the above 2 lines, you need

    Require all granted


> </Directory>
> 
> 
> Alias /pipermail/ /usr/lib/mailman/archives/public/
> <Directory /usr/lib/mailman/archives/public>
>     Options Indexes MultiViews FollowSymLinks
>     AllowOverride None
>     Order allow,deny
>     Allow from all

Same here


> </Directory>
-- 
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: 195 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/mailman-users/attachments/20200217/2515f5e7/attachment.sig>


More information about the Mailman-Users mailing list