From: Igor Galić Date: Thu, 24 Nov 2011 15:36:39 +0000 (+0000) Subject: backport r1205885 X-Git-Tag: 2.3.16~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d73b7a3c75a36cee9581cb7b0cc460dcbd0c123;p=apache backport r1205885 Pr#52239: clarify Event MPM's behaviour with strictly synchronous libraries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1205886 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml index 3e91494443..543b4f65e7 100644 --- a/docs/manual/misc/security_tips.xml +++ b/docs/manual/misc/security_tips.xml @@ -117,13 +117,14 @@
  • The use of a threaded mpm may allow you to handle more simultaneous connections, thereby - mitigating DoS attacks. Further, the experimental + mitigating DoS attacks. Further, the event mpm uses asynchronous processing to avoid devoting a thread to each - connection. At the current point of time this - is work in progress and not fully implemented. Especially the + connection. Due to the nature of the OpenSSL library the event mpm is currently incompatible with - mod_ssl and other input filters.
  • + mod_ssl and other input filters. In these + cases it falls back to the behaviour of the + worker mpm.
  • There are a number of third-party modules available through