]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
rebuild
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 26 Mar 2018 19:40:06 +0000 (19:40 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 26 Mar 2018 19:40:06 +0000 (19:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827781 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_reqtimeout.html.en
docs/manual/mod/mod_reqtimeout.xml.fr
docs/manual/mod/mod_reqtimeout.xml.meta

index caaee035fb95086856c1ebf3a40727f583afcde2..ded5ff9cac8e37fde5ba7acefdecb556632428df 100644 (file)
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>reqtimeout_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_reqtimeout.c</td></tr></table>
+<h3>Summary</h3>
+
+    <p>This module provides a convenient way to set timeouts and minimum data
+    rates for receiving requests. Should a timeout occur or a data rate be
+    to low, the corresponding connection will be closed by the server.</p>
+
+    <p>This is logged at <code class="directive"><a href="../mod/core.html#loglevel">LogLevel</a></code>
+    <code>info</code>.</p>
+    
+    <p>If needed, the <code class="directive"><a href="../mod/core.html#loglevel">LogLevel</a></code> directive
+    can be tweaked to explicitly log it:</p>
+    <pre class="prettyprint lang-config">LogLevel reqtimeout:info</pre>
+
 </div>
 <div id="quickview"><h3>Topics</h3>
 <ul id="topics">
@@ -124,7 +137,7 @@ version 2.3.14 and earlier.</td></tr>
     (usually the case on Linux and FreeBSD), the socket is not sent to the
     server process before at least one byte (or the whole request for
     <code>httpready</code>) is received. The header timeout configured with
-    <code>RequestReadTimeout</code> is only effective after the server process has
+    <code class="directive">RequestReadTimeout</code> is only effective after the server process has
     received the socket.</p>
 
     <p>For each of the two timeout types (header or body), there are three ways
@@ -141,7 +154,7 @@ version 2.3.14 and earlier.</td></tr>
     body, respectively. A value of 0 means no limit.</p>
     </li>
 
-    <li><strong>Disable module for a vhost:</strong>:<br />
+    <li><strong>Disable module for a vhost</strong>:<br />
 
     <div class="example"><p><code>header=0 body=0</code></p></div>
 
index 73746051cdf29cbf3385fd7836b0dc2f2e610c99..149161e3ce1814d8a88e2fe3a670e75993ea6515 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1421821 -->
+<!-- English Revision: 1421821:1827780 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- $LastChangedRevision: 2013010301 $ -->
 
index 01ba09f7837083e52ae8bdda120bd9e9f34c043b..b68bfea41a2608a3c4017fb05221f31e8d54628e 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>