]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1918789 from trunk:
authorEric Covener <covener@apache.org>
Mon, 1 Jul 2024 18:38:46 +0000 (18:38 +0000)
committerEric Covener <covener@apache.org>
Mon, 1 Jul 2024 18:38:46 +0000 (18:38 +0000)
remove openssl vs. event comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918790 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/security_tips.xml

index eedcb287dfdf66bc168fbf69845357ca4164b044..e561b3e282e22708a0f9257c1f08415afccb636f 100644 (file)
       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