Forum Moderators: phranque
I have two machines behind my firewall - 1 is an Ubuntu machine, and another is Win2K8 server. All requests to port 80 have been forwarded to the Ubuntu machine running Apache.
Here's what I'd like to do; I'd like all requests made to the URL url1.domain.com to be handled by the Apache machine (192.168.1.3), and those made to url2.domain.com to be handled by the IIS machine (192.168.1.2). It sounds very simple but I'm in already confused by the various instructions/tutorials out there, especially the regex bits.
Is there simple way this can be handled? Where do I insert the redirect/rewrite stuff? Any suggestions would be greatly appreciated.
Many thanks,
Dany.