Forum Discussion
raj_Kumar_19166
Nimbostratus
Feb 11, 2016HTTPS to HTTP redirection from three external web urls to internal web urls using F5 as a revers proxy
we have three external web URLs which will come on our frontend f5 and need to redirect to internal web URLs and use as a reverse proxy.
External URLs: https://site3Ex.com
Internal URLs: htt...
Kevin_Stewart
Employee
Feb 11, 2016An easy approach:
-
Create a separate pool for each site
pool1 contains 172.16.46.32:8080 pool2 contains 172.16.40.253:8081 pool3 contains 172.16.40.201:8082 -
Create an iRule
when HTTP_REQUEST { switch [string tolower [HTTP::host]] { "site1ex.com" { pool pool1 HTTP::host "site1.com" } "site2ex.com" { pool pool2 HTTP::host "site2in.com" } "site3ex.com" { pool pool3 HTTP::host "site3in.com" } } } -
Apply the iRule and client SSL profile to the VIP
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