]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_info.conf
- updated to 2.4.23
[packages/apache.git] / apache-mod_info.conf
index 6ede0b073e1f4df081b211976235e5fe67370492..9ba6d7a008bd4182d6acb5acad5d313dec5d2cd5 100644 (file)
@@ -1,4 +1,3 @@
-
 LoadModule info_module         modules/mod_info.so
 
 # Get information about the requests being processed by the server
@@ -14,9 +13,9 @@ LoadModule info_module                modules/mod_info.so
 #
 <Location /server-info>
        SetHandler server-info
-       Order deny,allow
-       Deny from all
-       Allow from 127.0.0.1
+       # Require host .example.com
+       # Require ip 127
+       Require local
 </Location>
 
 </IfModule>