diff options
author | Joe Orton <jorton@apache.org> | 2020-02-11 17:18:14 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2020-02-11 17:18:14 +0100 |
commit | a78d24089dbcd18619ef6462248d4e3dfaaa995c (patch) | |
tree | e6a7386173c377d53811a86ceed47ac9f78be6de /docs/manual | |
parent | Update xforms. [skip ci] (diff) | |
download | apache2-a78d24089dbcd18619ef6462248d4e3dfaaa995c.tar.xz apache2-a78d24089dbcd18619ef6462248d4e3dfaaa995c.zip |
Clarify compatibility and interpretation of CGIDScriptTimeout. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/mod_cgid.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_cgid.xml b/docs/manual/mod/mod_cgid.xml index 6c462ff191..2b323f6b63 100644 --- a/docs/manual/mod/mod_cgid.xml +++ b/docs/manual/mod/mod_cgid.xml @@ -108,12 +108,11 @@ the cgi daemon</description> CGI program</description> <syntax>CGIDScriptTimeout <var>time</var>[s|ms]</syntax> <default>value of <directive module="core">Timeout</directive> directive when -unset</default> +unset or set to 0</default> <contextlist><context>server config</context> <context>virtual host</context><context>directory</context> <context>.htaccess</context></contextlist> -<compatibility>CGIDScriptTimeout defaults to zero in releases 2.4 and earlier -</compatibility> +<compatibility>Available in httpd 2.4.10 and later; in prior releases no timeout was applied</compatibility> <usage> <p>This directive limits the length of time to wait for more output from |