From: Christophe Jaillet Date: Thu, 5 Feb 2015 20:47:08 +0000 (+0000) Subject: Improve doc as spotted by Kalessin in online doc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89b519a416d5022b1eed71060915511afaf52d37;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index b14b76ca5d5..522083f6651 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 79b25c6d9a9..5664ff9d3ef 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.

+