Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send() failed (111: Connection refused) #324

Open
1450793561 opened this issue Aug 15, 2024 · 0 comments
Open

send() failed (111: Connection refused) #324

1450793561 opened this issue Aug 15, 2024 · 0 comments

Comments

@1450793561
Copy link

nginx日志一直刷新“111: Connection refused”这个错误,有解决方法么?

2024/08/15 14:30:50 [error] 3838#0: send() failed (111: Connection refused)
2024/08/15 14:30:53 [error] 3838#0: send() failed (111: Connection refused)
2024/08/15 14:30:54 [alert] 3690#0: cache manager process 3986 exited on signal 11
2024/08/15 14:30:56 [error] 3838#0: send() failed (111: Connection refused)
2024/08/15 14:30:59 [error] 3838#0: send() failed (111: Connection refused)
2024/08/15 14:31:02 [error] 3838#0: send() failed (111: Connection refused)
2024/08/15 14:31:04 [alert] 3690#0: cache manager process 3995 exited on signal 11
2024/08/15 14:31:05 [error] 3838#0: send() failed (111: Connection refused)

nginx配置如下:
upstream xxxxxx{
server 127.0.0.1:11111;
upsync consul.com:8500/v1/kv/upstreams/pxxxnx/xxxxxxxx upsync_timeout=10000ms upsync_interval=10000ms upsync_type=consul strong_dependency=off;
upsync_dump_path /usr/local/manual/admin.conf;
include /usr/local/manual/admin.conf;
check interval=3000 rise=2 fall=5 timeout=1000 type=http;
check_http_send "GET /bpm/heart/piercestatus HTTP/1.0\r\n\r\n";
check_http_expect_alive http_2xx http_3xx;
}

企业微信截图_8cf50528-ca03-4943-b5ca-05de492bf1e9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant