From: Eric Covener Date: Mon, 1 Jul 2024 18:38:46 +0000 (+0000) Subject: Merge r1918789 from trunk: X-Git-Tag: 2.4.61-rc1-candidate~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc65590de25d2b88f565b131c9b67695c26a1ce6;p=thirdparty%2Fapache%2Fhttpd.git Merge r1918789 from trunk: 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 --- diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml index eedcb287dfd..e561b3e282e 100644 --- a/docs/manual/misc/security_tips.xml +++ b/docs/manual/misc/security_tips.xml @@ -120,11 +120,7 @@ mitigating DoS attacks. Further, the event mpm uses asynchronous processing to avoid devoting a thread to each - connection. Due to the nature of the OpenSSL library the - event mpm is currently incompatible with - mod_ssl and other input filters. In these - cases it falls back to the behaviour of the - worker mpm. + connection.
  • There are a number of third-party modules available that can restrict certain client behaviors and thereby mitigate