From 601c29aedc3dc76031849371198033d1dc4f6501 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Wed, 2 Aug 2006 21:50:08 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@428163 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authz_core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_authz_core.xml b/docs/manual/mod/mod_authz_core.xml index 070e7d1cca..0c0e0af905 100644 --- a/docs/manual/mod/mod_authz_core.xml +++ b/docs/manual/mod/mod_authz_core.xml @@ -240,7 +240,7 @@ the current <Directory> or <Location> block will apply.

By default all of the authorization rules within a <Directory> <Location> hierarchy are merged together to form a single - logical authorization operation. If AuthzMergeRules is set to 'on', then + logical authorization operation. If AuthzMergeRules is set to 'off', then 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 -- 2.40.0