Forum Discussion
sysop_182859
Nimbostratus
Jul 06, 2015I would like to redirect incoming HTTP requests to two different ports on different pools
So this is incoming requests to a URL that is redirected in a load balanced manner to two different URIs with different ports. For example, http://test.web.com redirects sometimes to http://test.web...
Kevin_Stewart
Employee
Jul 06, 2015Is there a specific URI pattern that you're looking for?
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/uri1*" { pool uri1_pool }
"/uri2*" { pool uri2_pool }
default { pool default_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