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 to different ports based on the port in the URL. So say you have www.joe.new.test:8080 that goes to port 8080 on the server and www.joe.net.test:8443 goes to port 8443 on the same server. Can you do this with the same VIP and pool? Also a similar question if you have a URL like www.joe.test/portal would go to one pool and www.joe.test/ws would go to a different pool. Can you do that? So that basically everything comes in as one URL with a different URI for each pool (application.) Thanks in advance and sorry if this is a stupid question...
Thanks
Joe
- hoolio
Cirrostratus
Hi Joe, - sundogbrew
Altocumulus
Hoolio, first sorry about the double post. Not sure how that happened or how to delete it. OK, so I want to do it with HTTP classes. I am running version 9.3.1 and it doesn't seem as easy as the URL that you sent says. The only place I can see to specify a URI is in compression? Is that the right place? Then how do you tell it to send the request to a certain pool? I see in the VS where you can select the http profile but then what? Doesn't give you a choice between one pool or another? Thanks Joe - hoolio
Cirrostratus
Hi Joe,when HTTP_REQUEST { Check the requested URI with wildcards switch [HTTP::uri] { "/ws*" { pool ws_pool } "/portal*" { pool _pool } default { pool default_pool } } }
- sundogbrew
Altocumulus
Thank you very much. As a follow up question, how hard is it to upgrade a failover pair of LBs without any downtime? - hoolio
Cirrostratus
There will be at least a momentary outage when you fail over between units. The process is described in SOL11215: - sundogbrew
Altocumulus
Thank you as always! - sundogbrew
Altocumulus
Hoolio, - JRahm
Admin
Posted By hoolio on 07/15/2010 01:07 PM
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