Ubuntu Apache2,
I have configured apache2 with reverse proxy,
But if first proxy server(IP-A) is not running then I want to pass request to other proxy server(IP-B)
How can I able to do this ?
Thanks in advanced,
Ubuntu Apache2,
I have configured apache2 with reverse proxy,
But if first proxy server(IP-A) is not running then I want to pass request to other proxy server(IP-B)
How can I able to do this ?
Thanks in advanced,
You'll create a balancer group, with one member set as a hot spare.
Say 192.0.2.5 is your primary server, and 192.0.2.6 is your secondary, which should only get requests if the primary is down..