Re: [EMAIL PROTECTED] Behaviour when CGI script fails to return?

2006-11-27 Thread Sascha Kersken
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

[EMAIL PROTECTED] Behaviour when CGI script fails to return?

2006-11-27 Thread Dale Mellor
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