diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2015-02-05 21:47:08 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2015-02-05 21:47:08 +0100 |
commit | be32097e6c360f5cea91969409c33bfc1d2d2469 (patch) | |
tree | 3b61865453118782658226f8231f779cdd379180 /docs/manual/misc/security_tips.xml | |
parent | Expression parser: Optimize another concatenation (diff) | |
download | apache2-be32097e6c360f5cea91969409c33bfc1d2d2469.tar.xz apache2-be32097e6c360f5cea91969409c33bfc1d2d2469.zip |
Improve doc as spotted by Kalessin in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657687 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/misc/security_tips.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml index 79b25c6d9a..5664ff9d3e 100644 --- a/docs/manual/misc/security_tips.xml +++ b/docs/manual/misc/security_tips.xml @@ -122,7 +122,7 @@ uses asynchronous processing to avoid devoting a thread to each connection. Due to the nature of the OpenSSL library the <module>event</module> mpm is currently incompatible with - <module>mod_ssl</module> and other input filters. In these + <module>mod_ssl</module> and other input filters. In these cases it falls back to the behaviour of the <module>worker</module> mpm.</li> @@ -336,6 +336,8 @@ <p>This prevents the use of <code>.htaccess</code> files in all directories apart from those specifically enabled.</p> + <p>Note that this setting is the default since Apache 2.3.9.</p> + </section> <section id="protectserverfiles"> |