Forum Discussion
Sakthi_110969
Nimbostratus
Dec 30, 2012Not to Load Balance
Hi there,
Here is my situation.
I have two web servers which are load balanced, VIP Is configured, and all works fine.
URL for Example. .. abc.xyz.com
Now, I have a scenario where...
Srinivasan_G_31
Nimbostratus
Dec 30, 2012iRule will be something like the one below.
when HTTP_REQUEST {
switch -glob [HTTP::path] {
"*/abc.xyz.com/*" -
"*[0-9][0-9][0-9][0-9].aspx*" {pool abcd.com member 1.2.3.4 80 }
default {pool abcd.com}
}
}
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