Forgive me if this is simple to resolve.  Still getting up to speed with PHP.

We have one instance of PHP running behind Cherokee on same server
reverse proxy.

Just caught this PHP instance hanging out and not responding.

In Cherokee:
Local Interpreter
127.0.0.1:47990
/usr/bin/php-cgi -b 127.0.0.1:47990

Output in top:
www-data      9736  0.1  0.3 167860 58212 ?        S    14:00   0:33
/usr/bin/php-cgi -b 127.0.0.1:47990

I request a PHP page and it just hangs out until Cherokee finally
times out the request (randomly - not on every request or anything I
can establish at this point).

Only way to recover from this is to manually kill the php-cgi process.
  Then it's back to normal until next time it fails.

Is there something I am overlooking?  How do we avoid/graciously
monitor and/or recover from such.

The handler is set up as FastCGI type.

Thanks!
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to