]> granicus.if.org Git - apache/commitdiff
Mention mod_reqtimeout in the DoS mitigation section
authorStefan Fritsch <sf@apache.org>
Mon, 24 Oct 2011 16:17:44 +0000 (16:17 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 24 Oct 2011 16:17:44 +0000 (16:17 +0000)
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
docs/manual/misc/security_tips.xml

index 977a18d125eabd9e8340aa6f15b4f3162d525278..c8322f326d1bf912a902e445f5c665b64f60ea95 100644 (file)
     settings that can help mitigate problems:</p>
 
     <ul>
+      <li>The <code class="directive"><a href="../mod/mod_reqtimeout.html#requestreadtimeout">RequestReadTimeout</a></code>
+      directive allows to limit the time a client may take to send the
+      request.</li>
+
       <li>The <code class="directive"><a href="../mod/core.html#timeout">TimeOut</a></code> directive
       should be lowered on sites that are subject to DoS attacks.
       Setting this to as low as a few seconds may be appropriate.
index 9424e57b19e7a9a3578ff6221aaf234088e83624..3e91494443f44d56160ceb55d460c3fd98e87d85 100644 (file)
     settings that can help mitigate problems:</p>
 
     <ul>
+      <li>The <directive module="mod_reqtimeout">RequestReadTimeout</directive>
+      directive allows to limit the time a client may take to send the
+      request.</li>
+
       <li>The <directive module="core">TimeOut</directive> directive
       should be lowered on sites that are subject to DoS attacks.
       Setting this to as low as a few seconds may be appropriate.