PHP stop working after a server reboot

Posted by Ido Bukin on Server Fault See other posts from Server Fault or by Ido Bukin
Published on 2012-09-02T00:19:04Z Indexed on 2012/09/02 3:39 UTC
Read the original article Hit count: 542

Filed under:
|
|
|
|

I reboot my server and suddenly the PHP-FastCGI stop working .

I try to do -

/etc/init.d/php-fastcgi restart

Also i try to restart my Nginx :

/etc/init.d/php-fastcgi restart

How can i turn on my PHP again ??

My server run - Ubuntu 11.10 Nginx 1.2.3 MySQL PHP-FastCGI

Also i want to ask it is possible that i have 2 Nginx installs on my server and they run in the same time ? when i check the Nginx version in the console its says that the version is 1.2.3 And when i go to my site i see - 502 Bad Gateway

nginx/1.0.5

How can i fix this ?

© Server Fault or respective owner

Related posts about php

Related posts about ubuntu