Enable access to /server-status for localhost

This commit is contained in:
Daniel Berteaud 2016-11-09 17:09:12 +01:00
parent 5c1386aad2
commit a41d770ad2
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<Location /server-status>
SetHandler server-status
Order deny,allow
deny from all
allow from 127.0.0.1
</Location>
ExtendedStatus On