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 <[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
