From 64bfcb97a4480a9379799c593b3b05a471832c8e Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Sat, 22 Dec 2012 21:19:12 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_authz_core.html.en | 12 ++++++++++++
docs/manual/mod/mod_authz_core.xml | 13 +++++++++++++
2 files changed, 25 insertions(+)
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.
+
+