【发布时间】:2016-12-22 21:26:36
【问题描述】:
我有一个简单的部署,其中一些网络服务器连接到AWS ELB。这个ELB 后面有一些应用服务器。
网络服务器无法连接到应用服务器 ELB。 httpd 错误日志已满:
[Thu Dec 22 15:28:05.897273 2016] [proxy:error] [pid 10188] (70007)The timeout specified has expired: AH00957: HTTP: attempt to connect to 54.254.179.37:80 (elblinkhere) failed
[Thu Dec 22 15:28:05.897348 2016] [proxy:error] [pid 10188] AH00959: ap_proxy_connect_backend disabling worker for (elblinkhere) for 60s
[Thu Dec 22 15:28:05.897361 2016] [proxy_http:error] [pid 10188] [client 10.0.0.54:13789] AH01114: HTTP: failed to make connection to backend: elblinkhere
我已尝试检查这是否是 SELinux 问题,但似乎并非如此。
我还在互联网上阅读了大量关于此的主题,但没有遇到任何解决方案。
我的问题:
1. 还有什么方法可以解决这个问题?
2. 我该如何解决?
【问题讨论】:
-
您的应用服务器中的 80 端口是否打开?您可以使用应用服务器的安全组进行检查。
标签: apache amazon-web-services networking amazon-elb amazon-vpc