Forum Discussion
Parveez_70209
Nimbostratus
Sep 06, 2013How Can we Redirect the below Requirement
Currently, the https://kauffman.xyz.com URL points to http://ktprdapp1.xyz.com:7001
How can we add one more URL like below:
The F5 url https://kauffman.xyz.com/ibmcognos should point to http://k...
Kevin_Stewart
Employee
Sep 08, 2013We have to select manually the pool created against port 7001 in the virtual server and than we have the suggested script will work right ?
Yes, but you don't have to. You could just as easily call it out in the iRule:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/ibmcognos" } {
pool my_80_pool
} else {
pool my_7001_pool
}}
The code in the CLIENT_ACCEPTED event gets the pool that is statically assigned to the virtual server.
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