On Tue, 05 Apr 2011 09:56:08 -0400, Yehuda Katz wrote:
> The first thing I always try is removing/commenting the access control
> directives, something like this:
> <Location /server-status>
> SetHandler server-status
> # Order deny,allow
> # Deny from all
> # Allow from 192.168.9.0/24 127.0.0.1
> </Location>
Thanks. I tried it and I still get 403.