Our system are using "mod_proxy_ajp", with Apache 2.0, httpd-2.2.3-43.el5, tomcat 7.0. When we get log on the "httpd ", we have the logs as below:
[Sun Oct 05 12:14:10 2014] [error] (70007)The timeout specified has expired: ajp_ilink_receive() can't receive header
[Sun Oct 05 12:14:10 2014] [error] ajp_read_header: ajp_ilink_receive failed
[Sun Oct 05 12:14:10 2014] [error] (120006)APR does not understand this error code: proxy: read response failed from (null) (xx.xx.xx.xx)
Besides, we don't receive the request message on the tomcat. I think this issue appear due to the Connector between "HTTPd" and "Tomcat". Can you tell me how to fix this issue?