You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/03/26 19:40:06 UTC

svn commit: r1827781 - in /httpd/httpd/trunk/docs/manual/mod: mod_reqtimeout.html.en mod_reqtimeout.xml.fr mod_reqtimeout.xml.meta

Author: jailletc36
Date: Mon Mar 26 19:40:06 2018
New Revision: 1827781

URL: http://svn.apache.org/viewvc?rev=1827781&view=rev
Log:
rebuild

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml.meta

Modified: httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en?rev=1827781&r1=1827780&r2=1827781&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en Mon Mar 26 19:40:06 2018
@@ -34,6 +34,19 @@
 <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>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml.fr?rev=1827781&r1=1827780&r2=1827781&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml.fr [utf-8] Mon Mar 26 19:40:06 2018
@@ -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 $ -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml.meta?rev=1827781&r1=1827780&r2=1827781&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml.meta Mon Mar 26 19:40:06 2018
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>