From 445a5fc079351d8db6e19438ecc4209685d5e974 Mon Sep 17 00:00:00 2001 From: Richard 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 d14fc9c0e29..7c9984594ee 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 a24957f317c..aa7752c5f6f 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.47.3