I have 3 web servers (Apache) which are behind vip (Apache, serving as a reverse proxy). We dont want LB to serve traffic if the anyone of web server which has 501 error.
How can I do that automatically.
PS: I am thinking is to use health checks as part of mod_proxy (under balancemember attribute).