This was just added to trunk; I will propose a back port to 2.4.x soon!
> On Aug 24, 2022, at 3:14 PM, Mike Scinto <mjsci...@gmail.com> wrote:
>
> We have a client using the mod proxy health check module which is failing
> because the healthcheck end point we are hitting does not accept HTTP 1.0
> requests or older for security hardening purposes. We checkd the module here
> https://fossies.org/linux/httpd/modules/proxy/mod_proxy_hcheck.c
> <https://fossies.org/linux/httpd/modules/proxy/mod_proxy_hcheck.c> and can
> see that HTTP 1.0 is being hard coded. Can we request that we add an option
> to specify the HTTP version mod_proxy_hcheck module uses if we do not have an
> option to update our backend to accept HTTP 1.0 requests?
>
> Thank you,
> -Mike