myvesta/install/rhel/httpd-status.conf
2013-06-17 12:15:46 +03:00

8 lines
153 B
Plaintext

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