From a22567d7924c2b6fc650caecfe91a018888fbce2 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Mon, 26 Mar 2018 19:39:23 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_reqtimeout.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/manual/mod/mod_reqtimeout.xml b/docs/manual/mod/mod_reqtimeout.xml index 7abeb0844b7..afc741e6888 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
    -- 2.47.3