diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:59:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:59:47 +0000 |
commit | 71e2741ce55467368c4af2b0516dbcb9b1bc938e (patch) | |
tree | 2c32cdbb161128a210b98e347f6b397a9d8745aa /docs/manual/misc/security_tips.html.en | |
parent | Adding upstream version 2.4.60. (diff) | |
download | apache2-71e2741ce55467368c4af2b0516dbcb9b1bc938e.tar.xz apache2-71e2741ce55467368c4af2b0516dbcb9b1bc938e.zip |
Adding upstream version 2.4.61.upstream/2.4.61
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 |