Forum Discussion
sundogbrew
Altocumulus
Jul 14, 2010port pass through...
This may be simple and I am sorry if it is. I always setup my vips as a hostname and IP for each service and then they pass through to a certain port. I have a request to pass through the same URL t...
hoolio
Cirrostratus
Jul 15, 2010Hi Joe,
No worries about the double post. HTTP classes were added for ASM-licensed units in 9.2 but not for LTM-only licensed units until 9.4. You're seeing the HTTP profile--not HTTP class profile. So for LTM version 9.3, you'll need to use an iRule. You can try something like this for the port specific HTTP or HTTPS VS(s):
when HTTP_REQUEST {
Check the requested URI with wildcards
switch [HTTP::uri] {
"/ws*" {
pool ws_pool
}
"/portal*" {
pool _pool
}
default {
pool default_pool
}
}
}
Aaron
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
