secure server-status

This commit is contained in:
Serghey Rodin 2013-05-13 13:23:51 +03:00
commit eb062107da

View file

@ -3,5 +3,5 @@ Listen 127.0.0.1:8081
SetHandler server-status
Order deny,allow
Deny from all
Allow from all
Allow from 127.0.0.1
</Location>