Home > Backend Development > PHP Tutorial > Solution to Nginx error connect() failed (111: Connection refused) while connecting to upstream, nginxupstream_PHP tutorial

Solution to Nginx error connect() failed (111: Connection refused) while connecting to upstream, nginxupstream_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-12 09:02:09
Original
2791 people have browsed it

Nginx error report connect() failed (111: Connection refused) while connecting to upstream solution, nginxupstream

When I visited the company’s website today, it suddenly reported an error, throwing out some English prompts Take a look at Nginx’s error.log:

cd /usr/local/nginx/logs/ and see the error.log. Next, tail -n 20 error.log and see the error content: connect() failed (111: Connection refused) while connecting to upstream

It can be seen from English that the connection to the PHP process manager failed, so I looked at the status of the PHP process manager, service php-fpm status, and saw that it was in the close status, so I executed service php-fpm start and everything was OK. .

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1086210.htmlTechArticleNginx error report connect() failed (111: Connection refused) while connecting to upstream solution, nginxupstream Visit the company today The website suddenly reported an error, throwing out some English, mention...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Error restarting nginx
From 1970-01-01 08:00:00
0
0
0
server - Nginx configuration webapp problem
From 1970-01-01 08:00:00
0
0
0
Nginx default.conf problem
From 1970-01-01 08:00:00
0
0
0
centos7 - NGINX exception occurs
From 1970-01-01 08:00:00
0
0
0
nginx load balancing
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template