Forum Discussion
HTTPS to HTTP redirection from three external web urls to internal web urls using F5 as a revers proxy
Thanks Kevin i got solution
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" } } }
its fine for me.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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