]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add directive name, so that quickreference.xsl can extract default value correctly.
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 15 Feb 2019 09:02:16 +0000 (09:02 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 15 Feb 2019 09:02:16 +0000 (09:02 +0000)
Add a summary and explain at which loglevel the module operates. (related to PR 59088)

r1827780, r1853624 in trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1853625 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_reqtimeout.xml

index af35df83cff392ede980379381841bb4af631176..06feb189fbc33181142bc8731135dcc4c94f96e5 100644 (file)
 <identifier>reqtimeout_module</identifier>
 <compatibility>Available in Apache HTTPD 2.2.15 and later</compatibility>
 
+<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>
 [header=<var>timeout</var>[-<var>maxtimeout</var>][,MinRate=<var>rate</var>]
 [body=<var>timeout</var>[-<var>maxtimeout</var>][,MinRate=<var>rate</var>]
 </syntax>
-<default>header=20-40,MinRate=500 body=20,MinRate=500</default>
+<default>RequestReadTimeout header=20-40,MinRate=500 body=20,MinRate=500</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
 <compatibility>Available in version 2.2.15 and later; defaulted to disabled in