]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_status.conf
Move SSLProtocol and SSLCipherSuite directives to be global default
[packages/apache.git] / apache-mod_status.conf
index f21c8bd69780e3fe4995fc485858bd94f29d657e..a5fd90b9bb65eccb6f680de00989d4d0f52b2c9a 100644 (file)
@@ -1,5 +1,4 @@
-# $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 +13,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
+       # Require host .example.com
+       # Require ip 127
+       Require local
 </Location>
 
 #
This page took 0.026254 seconds and 4 git commands to generate.