Hi Dale,
I'm guessing that after some timeout (which is being recorded in the
error log) the server is killing the process off. Is this correct? If
so, how can I change the timeout with a configuration setting? Is the
generic TimeOut parameter used for this purpose
Yes.
(You could test thi
I'm curious how the httpd server behaves when a CGI program does not
return. I ask because I am using a debugger quite extensively, and find
that the child process (the CGI program being debugged) often seems to
just go away after about five minutes, limiting my debugging session.
I'm guessing th