From: Christophe Jaillet Date: Mon, 26 Mar 2018 19:40:06 +0000 (+0000) Subject: rebuild X-Git-Tag: 2.5.0-alpha2-ci-test-only~2743 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b59b7bdfa6f6d4248169597cea493c7fa8554f4b;p=thirdparty%2Fapache%2Fhttpd.git rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827781 13f79535-47bb-0310-9956-ffa450edef68 --- 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