Forum Discussion
jdekrnl_118963
Nimbostratus
Aug 06, 2013Rewrites to different virtual servers
I was wondering if any of you may have any suggestions on how to solve a desgin problem. The attached picture may give an idea of our current set up. I am new to F5, so I apologize if this is a trivi...
jdekrnl_118963
Nimbostratus
Aug 06, 2013Just replaced the http redirects with virtual commands and it works fine now. Thanks!!
when RULE_INIT {
set ::lb_counter 1
}
when HTTP_REQUEST {
if { $::lb_counter == 1 } {
virtual VS01
set ::lb_counter 2
return
} elseif { $::lb_counter == 2 } {
virtual VS02
set ::lb_counter 1
}
}
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