Forum Discussion
mc_344761
Nimbostratus
Jan 02, 2018reverse proxy
Hi All,
We are going to use BIG-IP mainly as a reverse proxy.
A test scenario (see attached drawing) is that a user on Internet (client side) will access 2 web services running on 2 interna...
Srini_87152
Cirrostratus
Jan 03, 2018hi,
you can create two pools, pool_pool1 with node1 server and pool_pool2 with node 2 server. Assign default pool with pool_pool1 at vip level and create following irule assign to vip
So any traffic coming on https://test.com/ it connect to pool_pool1 and /slae will connect to pool_pool2
Thx
Srini
=========================================================
when HTTP_REQUEST { switch -glob [string tolower [HTTP::path]] { "/sale" { pool pool_pool2 } default { drop } } }
=========================================
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