authz rules to be merged into the current <Directory> or <Location>.
Set to 'off' to disable merging. If set to 'off', only the authz rules defined in
the current <Directory> or <Location> block will apply.</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthMergeRules on | off</code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>AuthMergeRules on</code></td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthzMergeRules on | off</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>AuthzMergeRules on</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
only the authorization rules that are contained with the current
<Directory> or <Location> block are considered. This
allows the configuration to determine exactly how authorization will
- be determine without having to take into consideration the
+ be determined without having to take into consideration the
authorization rules that may exist above it.</p>
</div>
authz rules to be merged into the current <Directory> or <Location>.
Set to 'off' to disable merging. If set to 'off', only the authz rules defined in
the current <Directory> or <Location> block will apply.</description>
-<syntax>AuthMergeRules on | off</syntax>
-<default>AuthMergeRules on</default>
+<syntax>AuthzMergeRules on | off</syntax>
+<default>AuthzMergeRules on</default>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>AuthConfig</override>
only the authorization rules that are contained with the current
<Directory> or <Location> block are considered. This
allows the configuration to determine exactly how authorization will
- be determine without having to take into consideration the
+ be determined without having to take into consideration the
authorization rules that may exist above it.</p>
</usage>