From 5ab04d9322861653c25a4565b54bd87a79398374 Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Tue, 2 Dec 2008 17:27:40 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.html.en | 8 ++++++++ docs/manual/mod/core.xml | 8 ++++++++ 2 files changed, 16 insertions(+) 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