FastCGI backend issue

Maxim Dounin mdounin at mdounin.ru
Tue Jan 25 13:49:57 MSK 2011


Hello!

On Tue, Jan 25, 2011 at 04:38:31AM -0500, Olaf van der Spek wrote:

> I've got a self-written FastCGI backend. It works with Lighttpd, but not
> with Nginx. Nginx connects to the backend, sends the request, receives
> the response, but then appears to wait on something else.
> 
> The backend writes one or more FCGI_STDOUT packets and a
> FCGI_END_REQUEST packet. Any hints on what's wrong?

Most likely your backend doesn't honor FCGI_KEEP_CONN flag.

Maxim Dounin



More information about the nginx mailing list