From b59b7bdfa6f6d4248169597cea493c7fa8554f4b Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Mon, 26 Mar 2018 19:40:06 +0000 Subject: [PATCH] rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827781 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_reqtimeout.html.en | 17 +++++++++++++++-- docs/manual/mod/mod_reqtimeout.xml.fr | 2 +- docs/manual/mod/mod_reqtimeout.xml.meta | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_reqtimeout.html.en b/docs/manual/mod/mod_reqtimeout.html.en index caaee035fb9..ded5ff9cac8 100644 --- a/docs/manual/mod/mod_reqtimeout.html.en +++ b/docs/manual/mod/mod_reqtimeout.html.en @@ -34,6 +34,19 @@ Status:Extension Module Identifier:reqtimeout_module Source File:mod_reqtimeout.c +

Summary

+ +

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
+

Topics