From 436deaf43c3a4bfabf5c988970d2d2a2af55c803 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 15 Feb 2019 09:02:16 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_reqtimeout.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 -- 2.47.3