https://bz.apache.org/bugzilla/show_bug.cgi?id=63430
--- Comment #5 from [email protected] --- this is the proxypass line: ProxyPass /cca/messages balancer://balancer2/cca/messages Here's the full Proxy block with a bit of scrubbing # # BalancerConfiguration 2 # <Proxy balancer://balancer2> SSLProxyMachineCertificateFile /vhosts/somevhost/somepath/client.pem BalancerMember https://some.backend.corp.com:443 retry=5 timeout=120 ProxySet stickysession=JSESSIONID|jsessionid ProxySet scolonpathdelim=On ProxySet lbmethod=byrequests ProxySet forcerecovery=On </Proxy> You're correct, we have three proxy blocks + corresponding ProxyPass definitions for this VirtualHost. Here's the access log line for that failed request. 10.10.10.10 - some_remote_user [14/May/2019:09:37:43 +0200] "HEAD /cca/messages?q=read:false HTTP/1.1" 500 - "-" "-" I have not yet verified it, but my understanding is that this did work for Apache 2.4.38 at least. You may wish to wait until I can verify this myself, but I believe to be true so far. -- 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]
