After update to 3.5.6, I get a 502 bad gateway on all sites.
I see this in the log: 2016/05/09 22:18:30 [error] 26667#26667: *49 connect() failed (111: Connection refused) while connecting to upstream, client: 94.213.97.187, server: theecoshop.nl, request: “GET / HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “theecoshop.nl”
I am using redis+hhvm+nginx.
Any idea on how to fix this? I have tried re-installing nginx (mainline) and php, restart. But no luck so far.
service seems to be running: nginx : Running php5.6-fpm: Running mysql : Running
site info: Nginx configuration wp wpredis (enabled) PHP Version 5.6 Pagespeed disabled HHVM enabled
PHP seems to be running: root 11132 0.0 0.0 11740 920 pts/2 S+ 22:58 0:00 grep --color=auto php
Also tried to purge the PHP stack and then re-install. doesnt work.