From: Luca Toscano Date: Fri, 1 Apr 2016 14:22:51 +0000 (+0000) Subject: Documentation rebuild X-Git-Tag: 2.5.0-alpha~1800 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55b404cd923197142126780889bd18ca474a31f6;p=apache Documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1737397 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 7891c78d5f..dcd55f50eb 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -429,14 +429,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 .htaccess files.

@@ -592,14 +584,6 @@ NoDecode option available in 2.3.12 and later. 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:

AllowOverride None