dns - Redirect domain request to different vm machines -
is possible somehow redirect domains vm machines. got 1 ip-address , use ports twice. there kind of application handle this?
lets say:
domain1.com:80 -> vm machine 1
domain2.com:80 -> vm machine 2
any chance of sending request host , let host decide vm machine request should go to?
thanks.
with "1 ip-address" mean 1 public ip-address, right? 2 vms surely have unique (private) ips, havn't they?
if can create third vm install apache http server , use virtual hosts , mod_proxy: virtual host @ domain1.com proxy vm 1 , 1 @ domain2.com proxy vm 2.
Comments
Post a Comment