From dc65590de25d2b88f565b131c9b67695c26a1ce6 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 1 Jul 2024 18:38:46 +0000 Subject: [PATCH] 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 --- docs/manual/misc/security_tips.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.47.2