]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_status.conf
- release 3
[packages/apache.git] / apache-mod_status.conf
index f21c8bd69780e3fe4995fc485858bd94f29d657e..401bad061254993c365ed83e36f5c4e565acca69 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-LoadModule status_module        modules/mod_status.so
+LoadModule status_module               modules/mod_status.so
 
 #
 # Get information about the requests being processed by the server
@@ -14,10 +14,10 @@ LoadModule status_module        modules/mod_status.so
 # Change the ".example.com" to match your domain to enable.
 
 <Location /server-status>
-    SetHandler server-status
-    Order deny,allow
-    Deny from all
-    Allow from 127.0.0.1
+       SetHandler server-status
+       Order deny,allow
+       Deny from all
+       Allow from 127.0.0.1
 </Location>
 
 #
This page took 0.035873 seconds and 4 git commands to generate.