Forum Discussion
Drew_123833
Nimbostratus
Sep 16, 2013Exclude subfolder from loadbalancing
Goodafternoon folks
How can I exclude a subfolder from loadbalancing?
Website: testsite.com (just example, because website is not public available)
Adminmodule: testsite.com/admin/login.asp...
Drew_123833
Nimbostratus
Sep 26, 2013I had some problems that we couldn't always login on the admin subsite. When we reached load balancer 1, the user was not be able to logon. This solved the problem:
when HTTP_REQUEST {
if {[HTTP::uri] contains "/admin/*"} {
node 192.168.1.20 80
} else {pool magic_pool}
}
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