Forum Discussion
Jason_11641
Mar 01, 2012Nimbostratus
https to specific pool member port
I was wondering if anyone here knows of a way to direct traffic from https to a particular server port in a pool. My issue is, I have 1 virtual server with a pool which has 1 server but has 6 ports open. Each of these ports has a different application running on them. We need to somehow direct the traffic from https into a particular port out in the pool. The https urls are specific for each port on the front end. Any suggestions? ll help is greatly appreciated!
Thanks,
Jason
- Where there's a will there's a way. First though, a little info on how your configuration will help. Based on your info, I'm assuming you have something like this
VIP (443) +- POOL pool +- POOL MEMBER 10.10.10.10:*
when HTTP_REQUEST { switch -glob [HTTP::uri] { "/app1/*" { node 10.10.10.10 80 } "/app2/*" { node 10.10.10.10 81 } "/app3/*" { node 10.10.10.10 82 } "/app4/*" { node 10.10.10.10 83 } "/app5/*" { node 10.10.10.10 84 } "/app6/*" { node 10.10.10.10 85 } } }
- Jason, sure there's a way. But, it boils down the your ability to determine how to route the traffic. Based on your description, I'll assume your config is setup like this
VIP (clientssl profile) +- POOL +- MEMBER 10.10.10.10:*
when HTTP_REQUEST { switch -glob [HTTP::uri] { "/app1/*" { node 10.10.10.10 80 } "/app2/*" { node 10.10.10.10 81 } "/app3/*" { node 10.10.10.10 82 } "/app4/*" { node 10.10.10.10 83 } "/app5/*" { node 10.10.10.10 84 } "/app6/*" { node 10.10.10.10 85 } } }
- Jason_11641NimbostratusJoe,
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