mc_344761
Jan 02, 2018Nimbostratus
reverse 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 internal servers (server-001 and server-002). Depending on URL the user is executing it should be served different web services:
https://test.com/ - web service
https://test.com/sales - web service
I hope some of you could give some tips for what is the right way to implement it. I wondered if that would work:
- create virtual server with our company SSL Profile on client side and default 'serverssl' on server side
- that virtual server is assigned a pool of 2 nodes: server-001 and server-002
- that virtual server is assigned 'rewrite profile' for URI translation as followed:
Is it a proper way of setting up the reverse proxy for our need? Or maybe am I approaching it totally wrong? Are iRules or other features of BIG-IP a better option here?
Any hint will be much appreciated. Thanks!