Linode has been running fine for around 80 days. Shut down today to take advantage of new linode disk space, resized disk, then booted back up and now all php sites show 502 Bad Gateway. Nginx is running because plain html sites work fine, none of the php or webmail sites though. I restarted php-fpm, reload webpage and same error.
Php config files all look ok, same for nginx. Iptables looks as it did before. Fail2ban sent me some start and stop messages such as this:
Code:
Hi,
The jail ssh has been started successfully.
Regards,
Fail2Ban
Code:
Hi,
The jail ssh has been stopped successfully.
Regards,
Fail2Ban
I got one of these groups of messages for ssh, ssh-dos, postfix, dovecot, nginx, nothing for php so this appears to just be the rules stoping and starting back up, they appear in iptables.
I don't see the php-fpm users in htop like I usually do.
I've been able to restart php-fpm service fine in the past.
I see this in php-fpm log:
Code:
[21-Aug-2013 21:01:19] ERROR: unable to bind listening socket for address '/var/run/php5-fpm/mydomain.socket': No such file or directory (2)
[21-Aug-2013 21:01:19] ERROR: FPM initialization failed
Any ideas on what I can check?