MyBB Community Forums

Full Version: Rebooted my server... Now I can't get PHP5-FPM running
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There are no errors in the log.  Just a message that says the configuration test was successful.  It gives me the id of the process it started.  

Then I check if that process is running and it's not.  I did some searching online and didn't find anything.

I run Ubuntu with Nginx, Mysql, and PHP5-FPM.  

Any ideas?  
I'm assuming you've already tried sudo service php5-fpm restart, and it still shows as not running?

Sounds odd to me.
I was in as root, so remove the "sudo" and yes. I tried that.

Now that is super interesting.

underneath /var/run I have a php-fcgi.sock file. I removed it, and restarted and it came back. So I am guessing that is the process. But why nginx doesn't see it, and why it doesn't show up under ps -A, and why my website won't run I don't know. :p