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 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