From c85b3b31bd9dba286a9cd42f8a121594d22ff1de Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sun, 17 Nov 2002 20:43:12 +0000 Subject: [PATCH] PR: Debian Bug report #169431 -- Documentation of AllowOverride strongly (and wrongly) implies it is valid within a directive. This patch corrects that, as you really can't use AllowOverride in Files or Location sections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97551 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 7 +++++++ docs/manual/mod/core.xml | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index d14fc9c0e2..7c9984594e 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -238,6 +238,13 @@ response without an explicit character set

Only available in Location sections

+ AllowOverride is valid only in +
<Directory> + sections, not in <Location> or <Files> sections, as implied by the + Context section above. + +

When this directive is set to None, then .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a24957f317..aa7752c5f6 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -217,6 +217,15 @@ response without an explicit character set which directives declared in that file can override earlier access information.

+ Only available in Location sections + AllowOverride is valid only in + Directory + sections, not in Location or Files sections, as implied by the + Context section above. + +

When this directive is set to None, then .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the -- 2.50.1