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

            Bug ID: 64146
           Summary: mod_proxy_hcheck is not compatible with h2/h2c
                    protocol
           Product: Apache httpd-2
           Version: 2.4.41
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_hcheck
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Using this configuration:

 BalancerMember h2c://php73-a:443 hctemplate=serverstatus-php-v3 route=php73-a
timeout=180 flushpackets=on
 BalancerMember h2c://php73-b:443 hctemplate=serverstatus-php-v3 route=php73-b
timeout=180 flushpackets=on
 BalancerMember h2c://php73-c:443 hctemplate=serverstatus-php-v3 route=php73-c
timeout=180 flushpackets=on

 ProxyHCTemplate serverstatus-php-v3 hcmethod=GET
hcuri=/serverstatus-v2.php?waf-3 hcinterval=5 hcfails=4 hcpasses=2
hcexpr=goodstatus

mod_proxy_hcheck is unable to test the backend and the server state reamains in
"HcFl" status. mod_proxy_hcheck should be patched to support h2 backend or - at
minimum - enable the SSL support in hc_get_backend when h2c is set as backend
protocol and a valid port is configured, even if the check is performed with
HTTP/1.0.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to