]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_status.conf
- seed some bytes of entropy instead of 0 bytes
[packages/apache.git] / apache-mod_status.conf
index f579d27c0e406b93e10018849c14b5b6b41d0751..a5fd90b9bb65eccb6f680de00989d4d0f52b2c9a 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 LoadModule status_module               modules/mod_status.so
 
 #
@@ -15,6 +14,8 @@ LoadModule status_module              modules/mod_status.so
 
 <Location /server-status>
        SetHandler server-status
+       # Require host .example.com
+       # Require ip 127
        Require local
 </Location>
 
This page took 0.036989 seconds and 4 git commands to generate.