From: Eric Covener Date: Sat, 22 Dec 2012 21:19:12 +0000 (+0000) Subject: Merge r1425345 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/: X-Git-Tag: 2.4.4~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64bfcb97a4480a9379799c593b3b05a471832c8e;p=apache Merge r1425345 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/: caution about merging Location settings on top of directory/files authz config git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1425346 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 c3f04c0f06..1a1f523004 100644 --- a/docs/manual/mod/mod_authz_core.html.en +++ b/docs/manual/mod/mod_authz_core.html.en @@ -500,6 +500,18 @@ Require group admin entire request, and subsequent Require directives are ignored.

+

Security Warning

+

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.

+

The AuthMerging directive + can be used to control how authorization configuration sections are + merged.

+
+

See also