Hi, I followed the instructions here : https://www.howtoforge.com/how-to-u...and-fastcgi-with-ispconfig-3-ubuntu-12.04-lts to add php 5.6.35 to ubuntu 14.04 I setup the additional php version in ispconfig. When i mark a website to use the new version I get a 502 gateway error. Where would I start looking for the problem? Which log files can I inspect? Thanks in advance
I managed to find in the site error log the following: [crit] 706#0: *1098 connect() to unix:/var/lib/php5-fpm/web64.sock failed (2: No such file or directory) while connecting to upstream, client: 197.155.5.146, server: some.site.com, request: "GET /wp-admin/plugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/lib/php5-fpm/web64.sock:", host: "some.site.com" Why is the website looking for php5-fpm when it's configure to use the php-5.6.35-fpm? Where can this be changed? Thanks!
That means it can't connect to the php daemon, either due to bad settings in your new php version or maybe in the init script. I'd just go back over the additional php version setup instructions again and verify everything.