From fae7207c35403df6ab9b1f829b0daa69d74489ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Igor=20Gali=C4=87?= Date: Thu, 24 Nov 2011 15:40:53 +0000 Subject: [PATCH] update xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1205888 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/security_tips.html.en | 9 +++++---- docs/manual/misc/security_tips.xml.ko | 2 +- docs/manual/misc/security_tips.xml.tr | 2 +- docs/manual/mod/mod_ratelimit.html.en | 6 +++--- 4 files changed, 10 insertions(+), 9 deletions(-) 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 @@
  • 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 http://modules.apache.org/ diff --git a/docs/manual/misc/security_tips.xml.ko b/docs/manual/misc/security_tips.xml.ko index 85c5fa9017..901d886e5c 100644 --- a/docs/manual/misc/security_tips.xml.ko +++ b/docs/manual/misc/security_tips.xml.ko @@ -1,7 +1,7 @@ - + +