From ed9a6d74555ab6b5168c78d0b822929345e5ce6c Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 3 Dec 2022 15:31:53 +0000 Subject: [PATCH] mention some non-inuititive stuff git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1905716 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/sections.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- 2.47.2