This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multiple Web Server publishing

Hi !

I've a Web Server with IIS on a Windows 2000 Server With a SQL Server database and a Web Server on a Linux Box with a MySQL Database.

The IIS Server have a virtual host name : www.zoodux.net

And the Apache Server (Linux Box) a virtual host name : forum.zoodux.net

I have a single Public IP (WAN) and i want my client to access the differents servers by using the 2 virtal host.

How to foward clients who request forum.zoodux.net Web Site on the Linux Box and clients who request www.zoodux.net Web Site on the IIS Box ?

Thanks

Best Regards,
ZoOdOo


This thread was automatically locked due to age.
Parents Reply Children
  • Yes, firewall only knows IP information.  You could use your Linux box to route the requests (your inbound rule sends everything to Apache first).  Set-up Apache Proxy on Linux and Redirect the IIS hostname requests to IIS.  You can run many servers to multiple machines that way on one IP.