]> 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 ac53179a79f1b01592847313d92e7a6f70edee83..a5fd90b9bb65eccb6f680de00989d4d0f52b2c9a 100644 (file)
@@ -14,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.031031 seconds and 4 git commands to generate.