I have three servers. The first is a for my front the two other http server : for dispatch.
I want for example, do : receive a request on my front (public) : site1.com an redirect the request on server1 (private) receive a request on my front (public) : site2.com an redirect the request on server2 (private)
idem for ftp : ftp.site1.com redirect on server1 ftp.site2.com redirect on server2
possible ?