-
Bug
-
Resolution: Duplicate
-
Blocker
-
httpd 2.4.23 GA
Added the following config and restart the server:
<VirtualHost _default_:80> ServerName localhost ProxyPass /test balancer://testAP/ stickysession=JSESSIONID ProxyPassReverse /test balancer://testAP/ <Proxy balancer://testAP> BalancerMember http://www.redhat.com:80 loadfactor=10 hcmethod=TCP hcinterval=10 hcpasses=2 hcfails=3 BalancerMember http://www.jboss.org:80 loadfactor=10 hcmethod=TCP hcinterval=10 hcpasses=2 hcfails=3 </Proxy> </VirtualHost> LogLevel proxy_hcheck:TRACE8 LogLevel proxy:TRACE8 LogLevel watchdog:TRACE8
But health check does not work
There is the following similar bug filed at :
bz: https://bz.apache.org/bugzilla/show_bug.cgi?id=60757
svn: https://svn.apache.org/viewvc?view=revision&revision=1792905
But, it does not resolves the issue. Looks addtional fix.
- documents
-
JBCS-392 mod_proxy_hcheck Doesn't perform checks
- Closed