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....
Azerturkbank
Nimbostratus
Sep 24, 2019I did with node, but this time redirection did not work.
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] starts_with "cg.company.local"} {
node "10.200.5.14:7007"
}
elseif { [string tolower [HTTP::host]] starts_with "sg.company.local" } {
node "10.200.5.14:7005"
}
}
If I write full link https://[HTTP::host]/SVFE2/ , it works.
But when I write only cg.company.local, it does not as it is not forwarded.
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
