From: Joshua Slive Date: Sun, 23 Jul 2006 21:10:05 +0000 (+0000) Subject: Use the 2.3-style access control properly (I hope). X-Git-Tag: 2.3.0~2228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af0dfff806eb5045020e2b68e6e35803baf1d227;p=thirdparty%2Fapache%2Fhttpd.git Use the 2.3-style access control properly (I hope). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@424819 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-info.conf.in b/docs/conf/extra/httpd-info.conf.in index 54c96dad9e6..1f8058ba3e0 100644 --- a/docs/conf/extra/httpd-info.conf.in +++ b/docs/conf/extra/httpd-info.conf.in @@ -3,7 +3,8 @@ # and the configuration of the server. # # Required modules: mod_status (for the server-status handler), -# mod_info (for the server-info handler) +# mod_info (for the server-info handler), +# mod_authz_core, mod_authz_host # # Allow server status reports generated by mod_status, @@ -13,7 +14,7 @@ SetHandler server-status Require host .example.com - Allow from 127 + Require ip 127 # @@ -31,5 +32,5 @@ SetHandler server-info Require host .example.com - Allow from 127 + Require ip 127