From: Luca Toscano
Date: Fri, 1 Apr 2016 14:21:11 +0000 (+0000)
Subject: Reverting my previous commit due to dev feedbacks
X-Git-Tag: 2.5.0-alpha~1801
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21695c6e281ed324178323f3327aff8203c34a08;p=apache
Reverting my previous commit due to dev feedbacks
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1737396 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index a0b5d28b6f..54c3f35d18 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -328,14 +328,6 @@ 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
@@ -528,14 +520,6 @@ 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: