diff options
Diffstat (limited to '')
-rw-r--r-- | docs/manual/misc/security_tips.html.en | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index b14b76ca5d..522083f665 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 <code class="module"><a href="../mod/event.html">event</a></code> mpm is currently incompatible with - <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> and other input filters. In these + <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> and other input filters. In these cases it falls back to the behaviour of the <code class="module"><a href="../mod/worker.html">worker</a></code> mpm.</li> @@ -342,6 +342,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> + </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="protectserverfiles" id="protectserverfiles">Protect Server Files by Default</a></h2> |