From: Takashi Sato
Date: Tue, 2 Dec 2008 17:27:40 +0000 (+0000)
Subject: Merge r684326 from trunk:
X-Git-Tag: 2.2.11~11
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ab04d9322861653c25a4565b54bd87a79398374;p=thirdparty%2Fapache%2Fhttpd.git
Merge r684326 from trunk:
Admonish people not to put "AllowOverride All" in and
expect it to do anything useful.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@722534 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 2366b48ff80..494e392f281 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -502,6 +502,14 @@ be passed through
AuthConfig
nor Indexes
cause an internal
server error.
+ For security and performance reasons, do not set
+ AllowOverride
to anything other than None
+ in your <Directory />
block. Instead, find (or
+ create) the <Directory>
block that refers to the
+ directory where you're actually planning to place a
+ .htaccess
file.
+
+
See also
AccessFileName
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 8e2dc1c8d93..5e774bfbde9 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -461,6 +461,14 @@ be passed through
In the example above all directives that are neither in the group
AuthConfig
nor Indexes
cause an internal
server error.
+
+ For security and performance reasons, do not set
+ AllowOverride
to anything other than None
+ in your <Directory />
block. Instead, find (or
+ create) the <Directory>
block that refers to the
+ directory where you're actually planning to place a
+ .htaccess
file.
+
AccessFileName