Hi Eric thanks for digging into code to confirm what I was asking for isn't
currently possible. Sounds like while it might be a reasonable enhancement,
and somewhat easy to implement, it's not a slam dunk because it could have
complications.
Yes, you are right, by checking for a particular endpoin
Does anyone have advice for me regarding custom headers in mod_proxy health
check? Thank you :-)
On Wed, Aug 7, 2024 at 2:31 PM Aaron Rosenzweig
wrote:
> We have mod_proxy doing balancing and working great with the exception of
> one thing, the health check. I'm talking about th
Hi Andrija. In your logs I don't see the 500 error so maybe you cut and
pasted the wrong log. But generally a 500 error means something fundamental
went wrong and it might have nothing to do with Apache. If generally your
python app works (Django is python under the covers right?) such as
existing
We have mod_proxy doing balancing and working great with the exception of
one thing, the health check. I'm talking about the heartbeat interval that
tells mod_proxy if our java app instances are ok.
I read the docs here:
https://httpd.apache.org/docs/current/mod/mod_proxy_hcheck.html
I'm pretty s