httpd.conf server-status allow from problems...

michaelsanford

Translator, Web Developer
I'm having problems with the server-status handler:
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 192.168.0.100
</Location>


So far putting anything other than "all" in the bold field gets me a 403. I've tried 192.168.0.* ; 192.168.0. ; .local nothing works... .100 is the host of my main machine (not the server) from wich I would either tunnel the connection or view the page.
 
Back
Top