From: Daniel Gruno Date: Wed, 16 Jan 2013 18:50:58 +0000 (+0000) Subject: fix links X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37335e812058b37692b3606714ccdc916477a1a5;p=thirdparty%2Fapache%2Fhttpd.git fix links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1434105 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_core.xml b/docs/manual/mod/mod_authz_core.xml index d33a2197b1b..a0e9fa7f36c 100644 --- a/docs/manual/mod/mod_authz_core.xml +++ b/docs/manual/mod/mod_authz_core.xml @@ -347,7 +347,7 @@ Require group admin

When multiple Require directives are used in a single - configuration section + configuration section and are not contained in another authorization directive like RequireAll, they are implicitly contained within a @@ -360,7 +360,7 @@ Require group admin

Exercise caution when setting authorization directives in Location sections that overlap with content served out of the filesystem. - By default, these configuration sections overwrite authorization configuration in Directory, and Files sections.