diff options
Diffstat (limited to 'docs/manual/sections.html.en.utf8')
-rw-r--r-- | docs/manual/sections.html.en.utf8 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/manual/sections.html.en.utf8 b/docs/manual/sections.html.en.utf8 index 9769fb3347..51186e1bb1 100644 --- a/docs/manual/sections.html.en.utf8 +++ b/docs/manual/sections.html.en.utf8 @@ -428,7 +428,8 @@ are interpreted, it is important to understand how this works.</p> <li><code class="directive"><a href="./mod/core.html#location"><Location></a></code> and <code class="directive"><a href="./mod/core.html#locationmatch"><LocationMatch></a></code> done simultaneously</li> - <li><code class="directive"><a href="./mod/core.html#if"><If></a></code> + <li><code class="directive"><a href="./mod/core.html#if"><If></a></code> sections, even when + they are enclosed in any of the preceding contexts. </li> </ol> @@ -461,6 +462,14 @@ are interpreted, it is important to understand how this works.</p> <code class="directive"><a href="./mod/mod_proxy.html#proxy"><Proxy></a></code> container takes the place of the <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code> container in the processing order.</li> + <li> Caution should be exercised when mixing related configuration + directives inside and outside of <code class="directive"><a href="./mod/core.html#if"><If></a></code> because of the effect on merging order. Explicit use + of <code class="directive"><a href="./mod/core.html#else"><Else></a></code> can help. + </li> + <li> When <code class="directive"><a href="./mod/core.html#if"><If></a></code> is + used in <code>.htaccess</code>, the enclosed directives in a parent + directory will be merged <em>after</em> non-enclosed directives in a + subdirectory.</li> </ul> <div class="note"><h3>Technical Note</h3> |