From: William A. Rowe Jr Date: Thu, 1 Jun 2006 05:40:34 +0000 (+0000) Subject: Add example/default allow-from for localhost, please??? X-Git-Tag: 2.3.0~2371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dd46203d7c00e98d6888503127b42dfa8a766f2;p=thirdparty%2Fapache%2Fhttpd.git Add example/default allow-from for localhost, please??? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410757 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-info.conf.in b/docs/conf/extra/httpd-info.conf.in index 261f096d7e1..54c96dad9e6 100644 --- a/docs/conf/extra/httpd-info.conf.in +++ b/docs/conf/extra/httpd-info.conf.in @@ -13,6 +13,7 @@ SetHandler server-status Require host .example.com + Allow from 127 # @@ -30,4 +31,5 @@ SetHandler server-info Require host .example.com + Allow from 127