Forum Discussion
fat_138651
Nimbostratus
Mar 20, 2014uncommon loadbalancing requirement
Hi,
I don't know how to solve a specific loadbalancing-problem.
The situation is:
Servers A, B and C (Web-Servers) A and B can handle all the web requests/respond to all urls (e.g. /compa...
Thomas_Gobet_91
Cirrostratus
Mar 20, 2014Hi Thorsten,
You're right, you have to use priority groups.
Regarding your needs on checking URI, here is an iRule :
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/company/test1" and [LB::server addr] equals "Your_member_IP"}{
return;
}
else {
discard;
}
}
fat_138651
Nimbostratus
Mar 20, 2014Hi Thomas,
I have just started using F5-Loadbalancers, so this will be my first contact with iRules. But this iRule seems to be just the solution I need.
Thanks,
Thorsten
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