From 201cc0e2db257b77bbba3425e31e8e891fd4481a Mon Sep 17 00:00:00 2001 From: David Shane Holden Date: Fri, 11 Jul 2008 21:59:59 +0000 Subject: [PATCH] Add 'AuthzMergeRules Off' and a note to the default httpd.conf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@676091 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd.conf.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index ef3f3adefe..1da6390bb1 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -155,6 +155,16 @@ DocumentRoot "@exp_htdocsdir@" # Require all granted + # + # and directives inherit their parent's authorization + # rules and applies them using AND logic instead of the previous OR logic of + # Apache 2.2 and before. To disable the merging of these rules use + # "AuthzMergeRules Off". + # + # This prevents the "Require all denied" rule in "" above + # from being included in this directory's configuration. + # + AuthzMergeRules Off # -- 2.40.0