Dear all
I feel this will be easy to do, but I have no idea where to start.
I have several virtual machines behind 1 public IP. What I need is to route different web requests to different virtual machines.
for example
http://mail.buzalka.cz should be forwarded to 192.168.0.1
http://archive.buzalka.cz should be forwarded to 192.168.0.100 etc.
I know how to achieve this when I create those web services on different ports like 8080 8090 etc.
But is it possible to do on same port? I.e. 80?
Many thanks in advance
V
MO