From ebc2fd43351b61c61051dd20cae73d6d7b88d1cd Mon Sep 17 00:00:00 2001
From: Stefan Fritsch
Date: Mon, 24 Oct 2011 16:17:44 +0000
Subject: [PATCH] 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
---
docs/manual/misc/security_tips.html.en | 4 ++++
docs/manual/misc/security_tips.xml | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en
index 977a18d125e..c8322f326d1 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 9424e57b19e..3e91494443f 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.
--
2.47.2