mod_proxy_ajp (70007)The timeout specified has expired: ajp_ilink_receive() can't receive header

I had the same problem and solved it by setting the connection timeout.

My original configuration was:

ProxyPass / ajp://localhost:8009/

After adding the 'timeout' parameter:

ProxyPass / ajp://localhost:8009/ timeout=600

You could follow these links to get more information and other examples:

  • Setting timeout for all the ProxyPass mappings in Apache Server mod_proxy directive [closed]
  • Apache TimeOut directive