Hi All,
I'm setting up some servers for web hosting (they are vbox virtual servers) and need a little help with virtual hosts. I could find examples on how to set up virtual hosts for most scenarios, but not my one, which is as follows: I have a single IP address, with multiple web servers, so I somehow need www.hello.com to go to server1 and www.test.com to go to server2. I know I can do this with NAT, but having to have people type www.hello.com:81 and www.test.com:82 is ugly, so is there a way apache can do this for me? --Pete |