You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2019/07/05 10:40:32 UTC

[Bug 63466] unable to use hctemplate

https://bz.apache.org/bugzilla/show_bug.cgi?id=63466

--- Comment #3 from Jörg Schünemann <bl...@gmx.de> ---
(In reply to Christophe JAILLET from comment #1)
> Hi,
> 
> I can not reproduce with 2.4.39.
> Can you test with a newer version than 2.4.29?
> 
> 
> I don't know if it is a typo but the first BalancerMember are with ajp://,
> and the 2nd example is with http://

Hi Christophe.

I retest it with 2.4.39 and the issue is still there...

In the httpd.conf with code:

ProxyHCTemplate esb hcmethod=GET hcpasses=1 hcfails=1 hcinterval=30
hcuri=/esb/healthcheck


and in the balancer.includer with code:

<Proxy "balancer://testcluster">
    BalancerMember "ajp://server1:8009" hctemplate=esb
    BalancerMember "ajp://server2:8009" hctemplate=esb
    ProxySet lbmethod=bybusyness
</Proxy>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org