Posted by HansH on 11/29/06 23:17
"David T. Ashley" <dta@e3ft.com> schreef in bericht
news:Mbobh.378$497.302@fe74.usenetserver.com...
> "R Krause" <rkrause@searstower.org> wrote in message
> news:1164839811.133397.238510@j72g2000cwa.googlegroups.com...
>> Additionally, if the CGI exceeds
>> Apache's configured timeout between successive writes to STDOUT, then a
>> SIGTERM will also be issued.
>
> I've never noticed this configuration directive anywhere. Do you remember
> the name? Is it compile-time or in the config file?
>
The name is ... timeout ...
http://httpd.apache.org/docs/2.0/mod/core.html#timeout
.... it's setting matches the impatience of a browser: 5 min
IIRC a script will be killed at the next write to STDOUT following the
timeout period
Limiting the cpu time consummed before complition might eventualy kill a
'silent' script. However, e.g. a script waiting for response from a database
may NOT consume any CPU time (In addition set a timeout per handler for
statement and|or database)
http://httpd.apache.org/docs/2.0/mod/core.html#rlimitcpu
HansH
Navigation:
[Reply to this message]
|