From ec2a9249d0cf633001b2f380049b10b38368cb11 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Mon, 30 Jan 2017 14:58:04 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.
  • -- 2.47.3