PHP stop working after a server reboot
- by Ido Bukin
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 ?