From a4e429016b45a3e271f92073d6100f47268ba1a7 Mon Sep 17 00:00:00 2001
From: Joshua Slive
Date: Thu, 21 Nov 2002 17:42:12 +0000
Subject: [PATCH] Correct the title of the about the scope of
AllowOverride, and also remove the comment about the context being incorrect.
The "help" link for "Context" tells you to consult sections.xml for
exceptions, and this is documented there.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97582 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/core.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index aa7752c5f6..a5467279d4 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -217,13 +217,12 @@ response without an explicit character set
which directives declared in that file can override earlier
access information.
- Only available in Location sections
+ Only available in Directory sections
AllowOverride is valid only in
Directory
sections, not in Location or Files sections, as implied by the
- Context section above.
+ module="core">Files sections.
When this directive is set to None
, then
--
2.50.1