On 22/02/2010, at 09:05, udomsak wrote: > Hi i am newbie with cherokee http server , i use cherokee with PHP > fastcgi compile but after i ranning cherokee with benchmark for > testing i was found serious problem ( may be ) > > cherokee send 'shutdown connection' to PHP fastcgi ( i think that ) > and php-cgi was exist and no advantage error output to debug. what > going wrong ? > > so , i found some web resource they use shell script automatic to > restart PHP-cgi process. but i want to know what happen and another > resolve solution may have ?
First of all. Cherokee-admin is there for a number of reasons; believe me, it's your friend. Use it. Having said that, I have not seen anything wrong on the trace log you sent. The web server closes the TCP connection with the FastCGI server after each request, that's the expected behavior. Besides, in the special case of php-cgi, it's supposed to die after a custom number of requests (490 by default). Whenever it does, the server will spawn a new interpreter automatically, so it ought not to represent any problem. I hope this clarifies things a little bit. -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
