]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add example/default allow-from for localhost, please???
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 1 Jun 2006 05:40:34 +0000 (05:40 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 1 Jun 2006 05:40:34 +0000 (05:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410757 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-info.conf.in

index 261f096d7e1112625174e19d8d5ad84c2447d802..54c96dad9e6b806dfdf16ed20b2c9f1794c761aa 100644 (file)
@@ -13,6 +13,7 @@
 <Location /server-status>
     SetHandler server-status
     Require host .example.com
+    Allow from 127
 </Location>
 
 #
@@ -30,4 +31,5 @@
 <Location /server-info>
     SetHandler server-info
     Require host .example.com
+    Allow from 127
 </Location>