2 Dec 17:05
Re: Forced handle-req timeout
From: Reinis Rozitis <roze <at> roze.lv>
Subject: Re: Forced handle-req timeout
Newsgroups: gmane.comp.web.lighttpd
Date: 2007-12-02 16:05:43 GMT
Subject: Re: Forced handle-req timeout
Newsgroups: gmane.comp.web.lighttpd
Date: 2007-12-02 16:05:43 GMT
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?
RSS Feed