Re: [users@httpd] mod_proxy health check custom header

2024-08-12 Thread Aaron Rosenzweig
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

[users@httpd] Re: mod_proxy health check custom header

2024-08-12 Thread Aaron Rosenzweig
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

Re: [users@httpd] error 500 on POST request

2024-08-12 Thread Aaron Rosenzweig
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

[users@httpd] mod_proxy health check custom header

2024-08-07 Thread Aaron Rosenzweig
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