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 <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
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

Reply via email to