<VirtualHost *:80>
ServerName somedomain.com
ProxyPass /share http://127.0.0.1:8181/share
ProxyPass / balancer://cluster/ stickysession=JSESSIONID nofailover=Off
# define the balancer, with http and/or ajp connections
<Proxy balancer://cluster/>
Order allow,deny
Allow from all
BalancerMember ajp://127.0.0.1:8010 route=g1
BalancerMember ajp://127.0.0.1:8011 route=g2
</Proxy>
</VirtualHost>
Wed Apr 20 11:04:11.739700 2016] [proxy_ajp:error] [pid 58313] [client 10.12.32.251:56869] AH00992: ajp_read_header: ajp_ilink_receive failed, referer: https://example.com
[Wed Apr 20 11:04:11.739713 2016] [proxy_ajp:error] [pid 58313] (120006)APR does not understand this error code: [client 10.12.32.251:56869] AH00878: read response failed from 127.0.0.1:8010 (127.0.0.1), referer: http://example.com
[