Greetings fellow Apache users,

I have a simple setup where I currently proxy to a backend application server 
farm, i.e.

ProxyPass / https://url.myserverfarm.com:port/
ProxyPassReverse / https://url.myserverfarm.com:port/

Now we want to start monitoring the proxies for a health check file that exists 
in the local htdocs directory, something similar to:

/healthcheck/server.html

however since we proxy everything and the kitchen sink what is the best way to 
accomplish this without having have individual entries for every proxied URL 
(currently over 100+ URLS) ?


Reply via email to