]> git.pld-linux.org Git - packages/apache.git/commitdiff
config for mod info
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 7 Apr 2002 19:21:04 +0000 (19:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_info.conf -> 1.1

apache-mod_info.conf [new file with mode: 0644]

diff --git a/apache-mod_info.conf b/apache-mod_info.conf
new file mode 100644 (file)
index 0000000..a6e5401
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# 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.
+#
+<Location /server-info>
+    SetHandler server-info
+    Order deny,allow
+    Deny from all
+    Allow from 127.0.0.1
+</Location>
This page took 0.025128 seconds and 4 git commands to generate.