php-fpm not working several days,return 'No input file specified'

Posted by Magic on Server Fault See other posts from Server Fault or by Magic
Published on 2011-06-28T09:57:46Z Indexed on 2011/06/28 16:24 UTC
Read the original article Hit count: 294

Filed under:
|
|

My server running ubuntu 64bit, nginx, php-fpm.
Everything is working well. But several days after. The browser display 'No input file specified'.
After I restart php-fpm. Everything run well again.
But this situation occur again and again.
So I must restart the php-fpm several days.

Anyone know what's the problem?

nginx -V output

sshadmin@ubuntu:~$ nginx -V
nginx: nginx version: nginx/0.9.7
nginx: built by gcc 4.4.3 (Ubuntu 4.4.3-4ubuntu5) 
nginx: TLS SNI support enabled
nginx: configure arguments: --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module

© Server Fault or respective owner

Related posts about nginx

Related posts about php-fpm