From: Luca Toscano
Date: Fri, 1 Apr 2016 13:31:28 +0000 (+0000)
Subject: Added warning for AllowOverrideList None in the mod-core doc (PR 58528)
X-Git-Tag: 2.5.0-alpha~1803
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea05e5bb228e8616eccf30756c63f122c1d96247;p=apache
Added warning for AllowOverrideList None in the mod-core doc (PR 58528)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1737382 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 54c3f35d18..a0b5d28b6f 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -328,6 +328,14 @@ NoDecode option available in 2.3.12 and later.
completely ignored. In this case, the server will not even attempt
to read .htaccess
files in the filesystem.
+ AllowOverrideList bug in versions <= 2.4.18
+ AllowOverrideList will not prevent
+ .htaccess files processing when explicitly set with None in httpd versions <= 2.4.18 due to a
+ bug.
+ Set only AllowOverride to None as workaround if
+ you are unable to upgrade to httpd > 2.4.18
+
+
When this directive is set to All
, then any
directive which has the .htaccess Context is allowed in
@@ -520,6 +528,14 @@ AllowOverride AuthConfig Indexes
ignored. In this case, the server will not even attempt to read
.htaccess
files in the filesystem.
+ AllowOverrideList bug in versions <= 2.4.18
+ AllowOverrideList will not prevent
+ .htaccess files processing when explicitly set with None in httpd versions <= 2.4.18 due to a
+ bug.
+ Set only AllowOverride to None as workaround if
+ you are unable to upgrade to httpd > 2.4.18
+
+
Example: