]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_info.conf
- more verbose files in system-wide dirs
[packages/apache.git] / apache-mod_info.conf
index ee967f0cb55c0f34388dc8503a6d797fd3253d17..5fea501fe5760da8713c2b3c41475ae297982a2f 100644 (file)
@@ -1,16 +1,22 @@
-LoadModule info_module          modules/mod_info.so
+# $Id$
+LoadModule info_module         modules/mod_info.so
+
+# Get information about the requests being processed by the server
+# and the configuration of the server.
+#
+# Required modules: mod_info (for the server-info handler), mod_authz_host (ACL)
 
 <IfModule mod_info.c>
 #
 # Allow remote server configuration reports, with the URL of
 #  http://servername/server-info (requires that mod_info.c be loaded).
-# Change the ".your-domain.com" to match your domain to enable.
+# Change the ".example.com" to match your domain to enable.
 #
 <Location /server-info>
-    SetHandler server-info
-    Order deny,allow
-    Deny from all
-    Allow from 127.0.0.1
+       SetHandler server-info
+       Order deny,allow
+       Deny from all
+       Allow from 127.0.0.1
 </Location>
 
 </IfModule>
This page took 0.041299 seconds and 4 git commands to generate.