]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_info.conf
- updated to 2.4.59
[packages/apache.git] / apache-mod_info.conf
index 9ba6d7a008bd4182d6acb5acad5d313dec5d2cd5..4dca4805d224afdd37614ad65620524dfef93021 100644 (file)
@@ -16,6 +16,11 @@ LoadModule info_module               modules/mod_info.so
        # 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>