diff options
Diffstat (limited to 'docs/manual/misc/security_tips.html.en')
-rw-r--r-- | docs/manual/misc/security_tips.html.en | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index 1143025..71f833e 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -135,11 +135,7 @@ mitigating DoS attacks. Further, the <code class="module"><a href="../mod/event.html">event</a></code> mpm 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 - cases it falls back to the behaviour of the - <code class="module"><a href="../mod/worker.html">worker</a></code> mpm.</li> + connection. </li> <li>There are a number of third-party modules available that can restrict certain client behaviors and thereby mitigate |