On Tue, Apr 5, 2011 at 10:19 AM, Michael D. Berger <
m_d_berger_1...@yahoo.com> wrote:

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

The next thing that I try is explicitly setting Allow from all:
Order allow,deny
Allow from all

(I meant to include that in my earlier email so I would not flood everyone's
inboxes.)

- Y

Reply via email to