From 5995814d9b5fda15e442b904f0e3ba93190063b7 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 16 Feb 2011 12:11:41 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_authz_core.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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

-- 2.50.1