I am trying to configure load balancing in apache httpd.
I have 2 nodes that are both active. But I want traffic to only go to a node which responds positively to a GET at a particular path.
The same is possible in ngnix and haproxy but I am unable to use those at my current project.