ap_proxy_connect_backend禁用(127.0.0.1)的工作程序 [英] ap_proxy_connect_backend disabling worker for (127.0.0.1)

查看:818
本文介绍了ap_proxy_connect_backend禁用(127.0.0.1)的工作程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们在tomcat6上部署了一个war文件.我们面临一个错误

We have deployed a war file on tomcat6. We are facing a error

[Sat May 17 12:26:48 2014] [error] (110)Connection timed out: proxy: HTTP: attempt to connect to 127.0.0.1:8090 (127.0.0.1) failed
[Sat May 17 12:26:48 2014] [error] ap_proxy_connect_backend disabling worker for (127.0.0.1)
[Sat May 17 12:27:53 2014] [error] (110)Connection timed out: proxy: HTTP: attempt to connect to 127.0.0.1:8090 (127.0.0.1) failed
[Sat May 17 12:29:36 2014] [error] (110)Connection timed out: proxy: HTTP: attempt to connect to 127.0.0.1:8090 (127.0.0.1) failed

在此问题期间,我也无法在服务器上telnet 8090.

During this problem I am not able to telnet 8090 on server too.

重新启动MySql即可解决此问题.

This problem get solved once I restart MySql.

帮助得到专家的赞赏.

谢谢 兰吉特·兰詹(Ranjeet Ranjan)

Thanks Ranjeet Ranjan

推荐答案

此问题的解决方案是将"retry = 0"参数添加到Apache HTTP服务器虚拟主机配置中的ProxyPass指令中,以使其不等待默认为60秒重试.

The solution to this is to add the "retry=0" parameter to your ProxyPass directives in your Apache HTTP server virtual host configurations so that it doesn't wait the default 60 seconds to retry.

例如

ProxyPass / http://backendserver:8080/ retry=0

这篇关于ap_proxy_connect_backend禁用(127.0.0.1)的工作程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆