]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_status.conf
- updated from mod_ssl 2.8.17-1.3.31
[packages/apache.git] / apache-mod_status.conf
index 775552877da6dd5bd4cf580898f892acd5bf2a16..7f03ba6c7ae1e93d31a16a51e438cd52441003c8 100644 (file)
@@ -2,10 +2,10 @@
 # Change the ".your_domain.com" to match your domain to enable.
 
 <Location /server-status>
-SetHandler server-status
+       SetHandler server-status
 
-order deny,allow
-deny from all
-allow from 127.0.0.1
+       order deny,allow
+       deny from all
+       allow from 127.0.0.1
 </Location>
 
This page took 0.027436 seconds and 4 git commands to generate.