Displaying 1 result from an estimated 1 matches for "webhosta".
Did you mean:
  webhost
  
2014 Jun 10
1
apache server-status permission denied
...us on just one of
my nodes.
In my httpd.conf I have the following:
<Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1 10.10.160
</Location>
If I do a ps grep I know that I'm using the right config:
[root at webhosta apache2]# ps -ef | grep apache | grep -v grep | head -5
root     28359     1  0 21:38 ?        00:00:00 /opt/apache2/bin/httpd -k
start
apache   28360 28359  0 21:38 ?        00:00:00 /opt/apache2/bin/httpd -k
start
apache   28361 28359  0 21:38 ?        00:00:00 /opt/apache2/bin/httpd -k
start...