I’m moving proxy setups from apache to HAProxy.
All “normal” proxy and loadbalancing setups works already. We even managed to proxy/loadbalance our Sharepoint-servers.
I have in apache these 2 rules and I want to convert them to HAproxy, but somehow I can’t get it work.
The user comes with an url like: http://first.example.com then he or she will be always redirected to: http://192.168.10.10:80/path1/path2/path3 on the server 192.168.10.10.
It’s not possible on that server to make any adjustments, because of the fact that it is maintained by other people then we.
Hope it makes a bit clear.