I am using mod_proxy_ajp with Tomcat and I receive the following error:
(70007)The timeout specified has expired: ajp_ilink_receive() can't receive header
How do I fix this?
I am using mod_proxy_ajp with Tomcat and I receive the following error:
(70007)The timeout specified has expired: ajp_ilink_receive() can't receive header
How do I fix this?
I had the same problem and solved it by setting the connection timeout.
My original configuration was:
After adding the 'timeout' parameter:
You could follow these links to get more information and other examples: