diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index f4ecd19445..84dcbf6fe1 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -126,13 +126,14 @@
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.