]> granicus.if.org Git - apache/commitdiff
Add a summary and explain at which loglevel the module operates. (related to PR 59088)
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 26 Mar 2018 19:39:23 +0000 (19:39 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 26 Mar 2018 19:39:23 +0000 (19:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827780 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_reqtimeout.xml

index 7abeb0844b730b3d64426c98a20dc9b8338c5398..afc741e6888aca7de9aed3aa98d961a3c02ed094 100644 (file)
 <sourcefile>mod_reqtimeout.c</sourcefile>
 <identifier>reqtimeout_module</identifier>
 
+<summary>
+    <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 <directive module="core">LogLevel</directive>
+    <code>info</code>.</p>
+    
+    <p>If needed, the <directive module="core">LogLevel</directive> directive
+    can be tweaked to explicitly log it:</p>
+    <highlight language="config">
+      LogLevel reqtimeout:info
+    </highlight>
+</summary>
+
 <section id="examples"><title>Examples</title>
 
     <ol>