Hello,
I have a server running two web based services, both on port 443. I’m using host headers to differentiate between the two.
We have a need to add a second server for redundancy purposes. I’m curious which of the following (or some other I’m not thinking of?) method would be better:
A) Have both URLs go to one A10 VIP and use aFlex to re-write the outbound host headers such that the correct service is returned by the server
B) Change the existing applications to use two separate ports.
Thanks in advance,
Justin