Forum Discussion
obelix_53086
Nimbostratus
Sep 20, 2009pool member specific page
Hello,
Is there any way or is it possible to specify a specific page within a pool a rule can goto
"/accounts/*" {
stick /accounts/ sites to test server
...
L4L7_53191
Nimbostratus
Sep 20, 2009Yes - use [HTTP::uri]. From the iRules wiki:
when HTTP_REQUEST {
if { [HTTP::uri] ends_with "cgi" } {
pool cgi_pool
} elseif { [HTTP::uri] starts_with "/abc" } {
pool abc_servers
}
}
HTH,
Matt
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