<p>When multiple <directive>Require</directive> directives are
used in a single
- <a href="../sections.html#mergin">configuration section</a>
+ <a href="../sections.html#merging">configuration section</a>
and are not contained in another authorization directive like
<directive module="mod_authz_core" type="section">RequireAll</directive>,
they are implicitly contained within a
<p>Exercise caution when setting authorization directives in
<directive module="core">Location</directive> sections
that overlap with content served out of the filesystem.
- By default, these <a href="../sections.html#mergin"
+ By default, these <a href="../sections.html#merging"
>configuration sections</a> overwrite authorization configuration
in <directive module="core">Directory</directive>,
and <directive module="core">Files</directive> sections.</p>
<usage>
<p>When authorization is enabled, it is normally inherited by each
- subsequent <a href="../sections.html#mergin">configuration section</a>,
+ subsequent <a href="../sections.html#merging">configuration section</a>,
unless a different set of authorization directives are specified.
This is the default action, which corresponds to an explicit setting
of <code>AuthMerging Off</code>.</p>