From: Rich Bowen Date: Wed, 16 Feb 2011 12:11:41 +0000 (+0000) Subject: Removes another instance of the "Allow from all" syntax. X-Git-Tag: 2.3.11~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5995814d9b5fda15e442b904f0e3ba93190063b7;p=apache Removes another instance of the "Allow from all" syntax. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1071218 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_core.xml b/docs/manual/mod/mod_authz_core.xml index 03a3648ff3..a10614ea5c 100644 --- a/docs/manual/mod/mod_authz_core.xml +++ b/docs/manual/mod/mod_authz_core.xml @@ -78,8 +78,7 @@ Alias /secure /webpages/secure
<Directory /webpages/secure>
- Order deny,allow
- Allow from all

+ Require all granted

AuthBasicProvider file