From: Eric Covener Date: Thu, 9 Oct 2008 21:26:56 +0000 (+0000) Subject: Fix AuthzMergeRules directive name and an addl typo. X-Git-Tag: 2.3.0~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99496bf501d430eeebb68b470c1e3d0dde8cb38f;p=apache Fix AuthzMergeRules directive name and an addl typo. Submitted by Dan Poirier git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@703266 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_core.html.en b/docs/manual/mod/mod_authz_core.html.en index e50ffa551e..ba3aca0c3b 100644 --- a/docs/manual/mod/mod_authz_core.html.en +++ b/docs/manual/mod/mod_authz_core.html.en @@ -115,8 +115,8 @@ 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. -Syntax:AuthMergeRules on | off -Default:AuthMergeRules on +Syntax:AuthzMergeRules on | off +Default:AuthzMergeRules on Context:directory, .htaccess Override:AuthConfig Status:Base @@ -128,7 +128,7 @@ the current <Directory> or <Location> block will apply. 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.

diff --git a/docs/manual/mod/mod_authz_core.xml b/docs/manual/mod/mod_authz_core.xml index 23a6447eb6..f71a8f5854 100644 --- a/docs/manual/mod/mod_authz_core.xml +++ b/docs/manual/mod/mod_authz_core.xml @@ -283,8 +283,8 @@ providers. 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. -AuthMergeRules on | off -AuthMergeRules on +AuthzMergeRules on | off +AuthzMergeRules on directory.htaccess AuthConfig @@ -296,7 +296,7 @@ the current <Directory> or <Location> block will apply.