On Tue, Apr 5, 2011 at 9:52 AM, Michael D. Berger wrote:
>
>
> SetHandler server-status
> Order deny,allow
> Deny from all
> Allow from 192.168.9.0/24 127.0.0.1
>
>
> I tried access from the local box as well as another box
> on 192.168.9.0/24 . I get 403.
>
The f
On my CentOS 5 box with:
#rpm -q httpd
httpd-2.2.3-43.el5.centos.3
I tried to activate mod_status with:
ExtendedStatus On
SetHandler server-status
Order deny,allow
Deny from all
Allow from 192.168.9.0/24 127.0.0.1
I already have:
LoadModule stat