Forum Discussion
Azerturkbank
Nimbostratus
Sep 24, 2019Single Virtual IP, single pool, 2 members
Hello friends. I have configured Reverse proxy that single pool with the two pool members is behind the single Virtual Server. VIP:10.200.17.10:443 -------->Pool1: Members: 10.200.5.10:7007 AND 10....
youssef1
Cumulonimbus
Sep 24, 2019Hi,
can you try this:
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] == "cg.company.local" && [HTTP::uri] == "/" } {
HTTP::redirect "https://[HTTP::host]/SVFE2/"
}
elseif { [string tolower [HTTP::host]] == "sg.company.local" && [HTTP::uri] == "/" } {
HTTP::redirect "https://[HTTP::host]/sv/"
}
}Regards
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
