On 03/10/2017 08:22 PM, Dennis Carr wrote:
> On Fri, 10 Mar 2017 11:51:19 -0800
> Mark Sapiro <m...@msapiro.net> wrote:
> 
>> What's in your web server error log for these 403s?
> 
> AH01630: client denied by server
> configuration: /var/lib/mailman/archives/public/ffml/, referer:
> http://www.chez-vrolet.net/cgi-bin/mailman/listinfo/ffml


The usual cause of this is upgrade from apache 2.2 to 2.4 necessitating
replacement of directives like

        Order allow,deny
        Allow from all

by

        Require all granted


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