From: Christophe Jaillet Date: Fri, 15 Feb 2019 09:02:16 +0000 (+0000) Subject: Add directive name, so that quickreference.xsl can extract default value correctly. X-Git-Tag: 2.4.39~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=436deaf43c3a4bfabf5c988970d2d2a2af55c803;p=thirdparty%2Fapache%2Fhttpd.git Add directive name, so that quickreference.xsl can extract default value correctly. 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 --- diff --git a/docs/manual/mod/mod_reqtimeout.xml b/docs/manual/mod/mod_reqtimeout.xml index af35df83cff..06feb189fbc 100644 --- a/docs/manual/mod/mod_reqtimeout.xml +++ b/docs/manual/mod/mod_reqtimeout.xml @@ -30,6 +30,21 @@ reqtimeout_module Available in Apache HTTPD 2.2.15 and later + +

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.

+ +

This is logged at LogLevel + info.

+ +

If needed, the LogLevel directive + can be tweaked to explicitly log it:

+ + LogLevel reqtimeout:info + +
+
Examples
    @@ -86,7 +101,7 @@ [header=timeout[-maxtimeout][,MinRate=rate] [body=timeout[-maxtimeout][,MinRate=rate] -header=20-40,MinRate=500 body=20,MinRate=500 +RequestReadTimeout header=20-40,MinRate=500 body=20,MinRate=500 server configvirtual host Available in version 2.2.15 and later; defaulted to disabled in