From: Luca Toscano Date: Mon, 30 Jan 2017 14:58:04 +0000 (+0000) Subject: Reworded the Timeout documentation about mod_cgi[d] X-Git-Tag: 2.5.0-alpha~727 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec2a9249d0cf633001b2f380049b10b38368cb11;p=thirdparty%2Fapache%2Fhttpd.git Reworded the Timeout documentation about mod_cgi[d] After a chat with Yann and Eric on dev@, we agreed to simplify the description. PR: 60404 Follow up of: http://svn.apache.org/r1780907 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780918 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 1fe3743cde4..c5b645b01eb 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -4667,8 +4667,8 @@ certain events before failing a request full.
  • In mod_cgi and mod_cgid, - the length of time to wait for the first byte of the - CGI script's output.
  • + the length of time to wait for any individual block of output + from a CGI script.
  • In mod_ext_filter, the length of time to wait for output from a filtering process.