]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_info.conf
- typo
[packages/apache.git] / apache-mod_info.conf
index 427a247b5b01cf617050fc31b996719f7b8c105c..4dca4805d224afdd37614ad65620524dfef93021 100644 (file)
@@ -13,7 +13,14 @@ LoadModule info_module               modules/mod_info.so
 #
 <Location /server-info>
        SetHandler server-info
+       # Require host .example.com
+       # Require ip 127
        Require local
+       <IfModule mod_access_compat.c>
+               Order deny,allow
+               Deny from all
+               Allow from 127.0.0.1
+       </IfModule>
 </Location>
 
 </IfModule>
This page took 0.035248 seconds and 4 git commands to generate.