| wiggledbits 2005-12-31, 8:50 pm |
| Hi,
I have the following "test" setup here at home that I use for testing
related to work. I have but a single IP on the outside world and my ISP will
not offer additional IPs. I am looking into changing ISP but in the mean
time...
CentOS 4.x w/Apache 2.0.52 web server Server_1
CentOS 4.x w/Apache 2.0.52 & Qmail mail server Server_2
Windows 2003 Std. IIS 6 Server_3
I have set-up a reverse proxy on Server_1 for the Qmail web mail interface
on port 80 to Server_2. Works great do far. However, I need to use Server_3
on port 80 for VB/C#/ASP.net dynamic web sites. Since I have just the one
external IP and I want to use port 80 is there a way to use Apache to
reverse proxy to the IIS server? Or should I look into redirecting on
Server_3 http://mysite.com:8080 (or some other port) to a http://mysite.com?
TIA
|