diff options
author | Eric Covener <covener@apache.org> | 2024-07-01 20:38:31 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2024-07-01 20:38:31 +0200 |
commit | 4c5e380f0c5def486e33274780e249d2ce7df096 (patch) | |
tree | e69f392299a8ddfbf611e01a744bb42dead801b8 /docs | |
parent | match AP_IS_SLASH macro (diff) | |
download | apache2-4c5e380f0c5def486e33274780e249d2ce7df096.tar.xz apache2-4c5e380f0c5def486e33274780e249d2ce7df096.zip |
remove openssl vs. event comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918789 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/misc/security_tips.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml index eedcb287df..e561b3e282 100644 --- a/docs/manual/misc/security_tips.xml +++ b/docs/manual/misc/security_tips.xml @@ -120,11 +120,7 @@ mitigating DoS attacks. Further, the <module>event</module> mpm uses asynchronous processing to avoid devoting a thread to each - connection. Due to the nature of the OpenSSL library the - <module>event</module> mpm is currently incompatible with - <module>mod_ssl</module> and other input filters. In these - cases it falls back to the behaviour of the - <module>worker</module> mpm.</li> + connection. </li> <li>There are a number of third-party modules available that can restrict certain client behaviors and thereby mitigate |