From 4b8d6e2c47ac2426f1eeba496b02ceeb53c1821c Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Mon, 30 Jan 2017 12:57:00 +0000 Subject: [PATCH] Add more info about the role of Timeout for mod_cgi PR 60404 asks if the Timeout directive is related to the amount of time to wait for the entire CGI script's output or only the first byte received. Checking in mod_cgi.c -> cgi_bucket_read shows a apr_pollset_poll that should support the latter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780907 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 431c513a79..1fe3743cde 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -4667,7 +4667,8 @@ certain events before failing a request full.
  • In mod_cgi and mod_cgid, - the length of time to wait for output from a CGI script.
  • + the length of time to wait for the first byte of the + CGI script's output.
  • In mod_ext_filter, the length of time to wait for output from a filtering process.
  • -- 2.50.1