Forum Discussion
arch_184454
Nimbostratus
Sep 19, 2015Load balance one application hosted on two servers using different URL's
Trying to load balance an application hosted on two servers and can be reached by and URL's. I have setup a DNS A record "Server" for the VIP and have created HTTP monitor added the server1 and ser...
arch_184454
Nimbostratus
Oct 07, 2015Hi Nathan, Sorry for the delayed response. I now have an irule to divert traffic to two servers, and it is working as round robin, and want to get some help to modify this rule so if one node is down the traffic flows to another... I am hoping that someone can provide guidance on how to achieve it.
when RULE_INIT { set ::whichone 0 } when HTTP_REQUEST { switch $::whichone { 0 { HTTP::redirect "" } 1 { HTTP::redirect "" } } set ::whichone [expr ! $::whichone] }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects