• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

12.5.30MU4 NGINX stopped ... possibly after installing wordpress ?

Reqlez

Basic Pleskian
The Web Proxy Server (Nginx) service on host http01 has been released from monitoring on Oct 2, 2015 07:55 PM.


After rebooting server, still doesn't work ... i get "bad gateway 502"
 
[root@http01 ~]# netstat -plunt | grep nginx

tcp 0 0 192.168.32.13:80 0.0.0.0:* LISTEN 3896/nginx: master

tcp 0 0 192.168.32.13:443 0.0.0.0:* LISTEN 3896/nginx: master

It seems like its running or at least listening ...


errors show:

2015/10/02 21:18:39 [error] 1194#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.32.151, server: , request: "GET / HTTP/1.1", upstream: "http://192.168.32.13:7080/", host: "192.168.32.13"

2015/10/02 21:18:43 [error] 1194#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.32.151, server: , request: "GET / HTTP/1.1", upstream: "http://192.168.32.13:7080/", host: "192.168.32.13"

2015/10/02 21:18:57 [error] 1194#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.32.151, server: , request: "GET / HTTP/1.1", upstream: "http://192.168.32.13:7080/", host: "192.168.32.13"

2015/10/02 21:19:23 [error] 1194#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.32.151, server: , request: "GET / HTTP/1.1", upstream: "http://192.168.32.13:7080/", host: "192.168.32.13"

2015/10/02 21:20:21 [error] 1194#0: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.32.151, server: , request: "GET / HTTP/1.1", upstream: "http://192.168.32.13:7080/", host: "192.168.32.13"

2015/10/02 21:20:24 [error] 1194#0: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.32.151, server: , request: "GET / HTTP/1.
 
Last edited:
Thanks for the tip.

Yea my issue is that I saw the local host IP address in exclude IPs and I assumed that was enough. Obviously not and you also need to add the private / public IP in there as well.

Just trying to get years worth of knowledge in 2 weeks that's all ;-)
 
Back
Top