From: Christophe Jaillet Date: Thu, 5 Feb 2015 20:47:38 +0000 (+0000) Subject: Improve doc as spotted by Kalessin in online doc X-Git-Tag: 2.4.13~446 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e22f1e8930e2a40489e247228bcc34fe3fbb98f9;p=apache Improve doc as spotted by Kalessin in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1657689 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index 9e3325c80a..5697f3b41e 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -135,7 +135,7 @@ uses asynchronous processing to avoid devoting a thread to each connection. Due to the nature of the OpenSSL library the event mpm is currently incompatible with - mod_ssl and other input filters. In these + mod_ssl and other input filters. In these cases it falls back to the behaviour of the worker mpm. @@ -342,6 +342,8 @@

This prevents the use of .htaccess files in all directories apart from those specifically enabled.

+

Note that this setting is the default since Apache 2.3.9.

+
top

Protect Server Files by Default

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 event mpm is currently incompatible with - mod_ssl and other input filters. In these + mod_ssl and other input filters. In these cases it falls back to the behaviour of the worker mpm. @@ -336,6 +336,8 @@

This prevents the use of .htaccess files in all directories apart from those specifically enabled.

+

Note that this setting is the default since Apache 2.3.9.

+