From: Christophe Jaillet Date: Mon, 26 Mar 2018 19:39:23 +0000 (+0000) Subject: Add a summary and explain at which loglevel the module operates. (related to PR 59088) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a22567d7924c2b6fc650caecfe91a018888fbce2;p=apache Add a summary and explain at which loglevel the module operates. (related to PR 59088) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827780 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_reqtimeout.xml b/docs/manual/mod/mod_reqtimeout.xml index 7abeb0844b..afc741e688 100644 --- a/docs/manual/mod/mod_reqtimeout.xml +++ b/docs/manual/mod/mod_reqtimeout.xml @@ -29,6 +29,21 @@ mod_reqtimeout.c reqtimeout_module + +

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