]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_info.conf
- sample for $RPM_SKIP_AUTO_RESTART
[packages/apache.git] / apache-mod_info.conf
index a6e540164582e3783af3d622220ef205c1cf2d5f..ebb30672476d522b4bc00249ee2811c50a2145ac 100644 (file)
@@ -1,3 +1,7 @@
+# $Id$
+LoadModule info_module          modules/mod_info.so
+
+<IfModule mod_info.c>
 #
 # Allow remote server configuration reports, with the URL of
 #  http://servername/server-info (requires that mod_info.c be loaded).
@@ -9,3 +13,6 @@
     Deny from all
     Allow from 127.0.0.1
 </Location>
+
+</IfModule>
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.043266 seconds and 4 git commands to generate.