Report this

What is the reason for this report?

I never had problems and now I can not access any of my sites, it shows me error 502

Posted on July 19, 2017

Hi,

I am emailing in regards to my server. Since 3 days ago it has been down and I can see a 504 Gateway Time-out, I have checked all the connections and their are all working but still getting the 504 error. This is the same as this link https://www.digitalocean.com/community/questions/how-to-solve-this-error-connect-to-unix-var-run-php5-fpm-sock-failed

I have follow all the instructions to solve this problem, even modifying the config fie /etc/php/5.6/fpm/pool.d/

user = www-data group = www-data listen = /var/run/php5-fpm.sock listen.owner = www-data listen.group = www-data listen.mode = 0660

pm = dynamic ; pm.max_children = (total RAM - RAM used by other process) / (average amount of RAM used by a PHP process) pm.max_children = 15 ; pm.start_servers = min_spare_servers + (max_spare_servers - min_spare_servers) / 2 pm.start_servers = 5 pm.min_spare_servers = 5 pm.max_spare_servers = 10

chdir = /

but still getting the same error.

Also, in my /var/log/nginx/error.log I can see the log as follow:

2017/07/19 10:39:40 [error] 572#0: *9379 connect() to unix:/var/run/php5-fpm.sock failed (11: Resource temporarily unavailable) while connecting to upstream, client: 185.188.204.25, server: upram.com.ar, request: “POST /xmlrpc.php HTTP/1.0”, upstream: “fastcgi://unix:/var/run/php5-fpm.sock:”, host: “46.101.214.187”

At this point I don’t know what else to try. I would really appreciate if you can confirm that my server is up and running correctly and/or give me an idea about what it could be.

My user is cacivio@hotmail.com

Regards,

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.