You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by bu...@apache.org on 2016/11/22 19:24:39 UTC

[Bug 60404] New: Unclear documentation about TimeOut directive for CGI

https://bz.apache.org/bugzilla/show_bug.cgi?id=60404

            Bug ID: 60404
           Summary: Unclear documentation about TimeOut directive for CGI
           Product: Apache httpd-2
           Version: 2.4.10
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
          Assignee: docs@httpd.apache.org
          Reporter: porton@narod.ru
  Target Milestone: ---

http://httpd.apache.org/docs/2.4/mod/core.html#timeout

"In mod_cgi, the length of time to wait for output from a CGI script."

It is unclear whether it is about the time until the CGI script closes stdout
or about the time until the first character from the CGI output appears.

Please make your documentation more clear.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


[Bug 60404] Unclear documentation about TimeOut directive for CGI

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60404

--- Comment #2 from Luca Toscano <to...@gmail.com> ---
After some feedback the description is now a very simple:

"In mod_cgi (and mod_cgid), the length of time to wait for any individual block
of output from a CGI script."

So the timeout is not only for the first byte emitted, but also the maximum
allowed time between blocks of bytes returned by the CGI script.

Let me know if it is clear enough or if it needs a better explanation :)

Luca

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


[Bug 60404] Unclear documentation about TimeOut directive for CGI

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60404

--- Comment #4 from dcook@prosentient.com.au ---
I think the documentation might actually be incorrect for mod_cgi, but I'm
going to be opening a bug report about that shortly...

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


[Bug 60404] Unclear documentation about TimeOut directive for CGI

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60404

Luca Toscano <to...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Luca Toscano <to...@gmail.com> ---
2.4 documentation updated, please re-open the task if anything is missing or
the documentation is still unclear.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


[Bug 60404] Unclear documentation about TimeOut directive for CGI

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60404

--- Comment #1 from Luca Toscano <to...@gmail.com> ---
Hi Victor,

I updated https://httpd.apache.org/docs/trunk/mod/core.html#timeout, I believe
the answer is the first byte received not the whole output. Going to wait for a
bit of feedback before updating 2.4's documentation too.

Thanks!

Luca

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org