From: Eric Covener
Date: Sat, 3 Dec 2022 15:31:53 +0000 (+0000)
Subject: mention some non-inuititive stuff
X-Git-Tag: 2.5.0-alpha2-ci-test-only~183
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9a6d74555ab6b5168c78d0b822929345e5ce6c;p=thirdparty%2Fapache%2Fhttpd.git
mention some non-inuititive stuff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1905716 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml
index 4ac440c78aa..1689f26ff88 100644
--- a/docs/manual/sections.xml
+++ b/docs/manual/sections.xml
@@ -481,7 +481,8 @@ are interpreted, it is important to understand how this works.
and LocationMatch done simultaneously
- If
+ If sections, even when
+ they are enclosed in any of the preceding contexts.
@@ -519,6 +520,15 @@ are interpreted, it is important to understand how this works.
container takes the place of the Directory container in the processing
order.
+ Caution should be exercised when mixing related configuration
+ directives inside and outside of If because of the effect on merging order. Explicit use
+ of Else can help.
+
+ When If is
+ used in .htaccess
, the enclosed directives in a parent
+ directory will be merged after non-enclosed directives in a
+ subdirectory.
Technical Note