Summary: | unable to use hctemplate | ||
---|---|---|---|
Product: | Apache httpd-2 | Reporter: | Jörg Schünemann <bluebackpack> |
Component: | mod_proxy_hcheck | Assignee: | Apache HTTPD Bugs Mailing List <bugs> |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 2.4.29 | ||
Target Milestone: | --- | ||
Hardware: | HP | ||
OS: | Linux |
Description
Jörg Schünemann
2019-05-27 12:11:35 UTC
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:// (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. It it just a typo I tried both versions (ajp and http). I will test the config with a newer version and report the result . Kind regards Jörg (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> Could you provide a backtrace of the core dump? I'm also wondering if this could be related to PR 60757 (and patch in comment 20) Could you apply this patch and re-test? |