i have 2 webservers (windows and linux(ubuntu))
I am using a static IP and point all of my sites using defaults webserver(windows) port 80
I just setup a linux server for certain sites but need to know how I can route specific domains to that particular server on port 8080
I currently have this working http://judsonlinux.dyndns.org:8080/
but again I need to know how to point specific domains to this. I have read some things about using reverse proxy on the windows server. Is this the way to go?
Thanks
UPDATE: I got the rewrite working but for some reason its not pulling up the site. Its going to the default apache server page.
here is my conf...
Ther is an index page in public folder
after setting up the linux server, I had to change the default port on linux to 8080, then added this on my main server(80) in windows. It now works. a website in IIS on windows. Then used the URL rewrite rule as follows.