Commit ca62a9d2 authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

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
parent 2d7c565a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -84,6 +84,10 @@
    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.
+4 −0
Original line number Diff line number Diff line
@@ -73,6 +73,10 @@
    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.