From: Stefan Fritsch
Date: Mon, 24 Oct 2011 16:17:44 +0000 (+0000)
Subject: Mention mod_reqtimeout in the DoS mitigation section
X-Git-Tag: 2.3.15~95
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebc2fd43351b61c61051dd20cae73d6d7b88d1cd;p=apache
Mention mod_reqtimeout in the DoS mitigation section
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188200 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en
index 977a18d125..c8322f326d 100644
--- a/docs/manual/misc/security_tips.html.en
+++ b/docs/manual/misc/security_tips.html.en
@@ -84,6 +84,10 @@
settings that can help mitigate problems:
+ - The
RequestReadTimeout
+ directive allows to limit the time a client may take to send the
+ request.
+
- The
TimeOut
directive
should be lowered on sites that are subject to DoS attacks.
Setting this to as low as a few seconds may be appropriate.
diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml
index 9424e57b19..3e91494443 100644
--- a/docs/manual/misc/security_tips.xml
+++ b/docs/manual/misc/security_tips.xml
@@ -73,6 +73,10 @@
settings that can help mitigate problems:
+ - The RequestReadTimeout
+ directive allows to limit the time a client may take to send the
+ request.
+
- The TimeOut directive
should be lowered on sites that are subject to DoS attacks.
Setting this to as low as a few seconds may be appropriate.