Question
problem with php5-fpm on Nginx
stop: Unknown instance: php5-fpm start/running, process 12915Trying to start it just gives "php5-fpm start/running, process 13011." The output of "ps aux | grep -i php5-fpm" shows nothing, but "ps aux | grep -i php-fpm" shows three php-fpm processes running. Does anybody know why php5-fpm is respondsing in this fashion?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Hi At some case reboot wont fix the issue at that time modify the init script which is located in /etc directory.
This is a bug in the upstart init script in ubuntu package
To solve easy you must to modify the /etc/init/php5-fpm.conf and edit
reload signal USR2
to
reload signal USR2
Al the best.....
What exactly are you changing?
@akehat your solution fixed my problem
@akehat it seems, he uncommented that line!