]> granicus.if.org Git - apache/commitdiff
backport r1205885
authorIgor Galić <igalic@apache.org>
Thu, 24 Nov 2011 15:36:39 +0000 (15:36 +0000)
committerIgor Galić <igalic@apache.org>
Thu, 24 Nov 2011 15:36:39 +0000 (15:36 +0000)
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

docs/manual/misc/security_tips.xml

index 3e91494443f44d56160ceb55d460c3fd98e87d85..543b4f65e792a336500c191c10c9282ec526ebac 100644 (file)
 
       <li>The use of a threaded <a href="../mpm.html">mpm</a> may
       allow you to handle more simultaneous connections, thereby
-      mitigating DoS attacks.  Further, the experimental
+      mitigating DoS attacks.  Further, the 
       <module>event</module> 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
       <module>event</module> mpm is currently incompatible with
-      <module>mod_ssl</module> and other input filters.</li>
+         <module>mod_ssl</module> and other input filters. In these
+      cases it falls back to the behaviour of the
+      <module>worker</module> mpm.</li>
 
       <li>There are a number of third-party modules available through
       <a