diff options
author | Rich Bowen <rbowen@apache.org> | 2008-08-09 22:12:31 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2008-08-09 22:12:31 +0200 |
commit | 60a8f3bd423f65d362708d00eafe6a0d025e386f (patch) | |
tree | d5677bbfeb242e959915932a560ba64e07551460 /docs/manual/mod/core.html.en | |
parent | Adds LogFormat example to the split-logfiles documentation to clarify (diff) | |
download | apache2-60a8f3bd423f65d362708d00eafe6a0d025e386f.tar.xz apache2-60a8f3bd423f65d362708d00eafe6a0d025e386f.zip |
Admonish people not to put "AllowOverride All" in <Directory /> and
expect it to do anything useful.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/core.html.en')
-rw-r--r-- | docs/manual/mod/core.html.en | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 7d7ebac678..30074fe495 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -500,6 +500,14 @@ be passed through</td></tr> <code>AuthConfig</code> nor <code>Indexes</code> cause an internal server error.</p> + <div class="note"><p>For security and performance reasons, do not set + <code>AllowOverride</code> to anything other than <code>None</code> + in your <code><Directory /></code> block. Instead, find (or + create) the <code><Directory></code> block that refers to the + directory where you're actually planning to place a + <code>.htaccess</code> file.</p> + </div> + <h3>See also</h3> <ul> <li><code class="directive"><a href="#accessfilename">AccessFileName</a></code></li> |