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
...
The_Bhattman
Nimbostratus
Sep 20, 2009You can use the SWITCH as well
Here are some additional examples
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/accounts/*" { pool www.migration member 132.234.242.43:80 }
}
}
or
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"*cgi" { pool cgi-pool }
"/abc*" { pool abc_servers }
default { pool default_pool }
}
}
Hope this helps
CB
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