我们的系统使用“mod_proxy_ajp”,Apache 2.0,httpd-2.2.3-43.el5,tomcat 7.0。 当我们登录“httpd”时,我们有如下日志:
[Sun Oct 05 12:14:10 2014] [错误](70007)指定的超时时间 已过期:ajp_ilink_receive()无法接收标题
[Sun Oct 05 12:14:10 2014] [错误] ajp_read_header:ajp_ilink_receive 失败
[Sun Oct 05 12:14:10 2014] [错误](120006)APR不明白 此错误代码:proxy:读取响应失败(null)(xx.xx.xx.xx)
此外,我们没有在tomcat上收到请求消息。 我认为这个问题是由于“HTTPd”和“Tomcat”之间的连接器而出现的。 你能告诉我如何解决这个问题吗?
答案 0 :(得分:0)
您可以尝试增加ProxyTimeout。
<VirtualHost ....>
...
ProxyTimeout 900