how to redirect http request to another internal machine based on URL

Posted by Ali Shafai on Server Fault See other posts from Server Fault or by Ali Shafai
Published on 2010-03-23T23:52:48Z Indexed on 2010/03/24 0:03 UTC
Read the original article Hit count: 315

Filed under:

I have a windows 2008 server at home (on a vmware server) along with other virtual machines, I want to open port 80 in my firewall, but I want to redirect the request to the correct vm. for example if the request is http://myserver/SVN I want it to go to my svn vm, if it's for http://myserver/Blog I want to go to another vm. what's the best approach?

© Server Fault or respective owner

Related posts about redirection