connect() failed (111: Connection refused) while connecting to upstream

connect() failed (111: Connection refused) while connecting to upstream

upstream: "fastcgi://127.0.0.1:9000

from these line it is clear it is not listening to port 9000. Or its listen queue is full.

netstat -lnp | grep :9000



你可能感兴趣的:(connect() failed (111: Connection refused) while connecting to upstream)