[Mailman-Users] private and public archive directory permissions

Mark Sapiro mark at msapiro.net
Mon Jul 13 06:04:17 CEST 2015


On 7/12/15 8:43 PM, Noah wrote:
> 
> Here is the error
> 
> --- snip ----
> 
> [Mon Jul 13 03:29:36.036929 2015] [authz_core:error] [pid 739] [client
> <ip_addr>:64962] AH01630: client denied by server configuration:
> /var/lib/mailman/archives/public/<list>, referer:
> http://<domain>/mailman/admin/<list>
> 
> --- snip ---
...
>>> <Directory /var/lib/mailman/archives/public/>
>>>       Options Indexes FollowSymlinks
>>>       AllowOverride None
>>>       Order allow,deny
>>>       Allow from all
>>> </Directory> 
...

If this is Apache 2.4, you need

    Require all granted

instead of

    Order allow,deny
    Allow from all

In the Directory blocks.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list