Reinis Rozitis | 2 Dec 17:05
Favicon

Re: Forced handle-req timeout

Actually irronicaly after writing the mail I found the old code in 
mod_fastcgi.c in TRIGGER_FUNC(mod_fastcgi_handle_trigger) { ...

if (srv->cur_ts < con->request_start + 30) continue;
/* the request is waiting for a FCGI_STDOUT since 30 seconds */
/* kill the connection */
log_error_write(srv, __FILE__, __LINE__, "s", "fastcgi backend didn't 
responded after 30 seconds");
fcgi_connection_close(srv, hctx);

Still the question remains? Anything like that possible in 1.4.18? 


Gmane