Can IIS be configure to forward request to another web server?
Posted
by Daniel O
on Server Fault
See other posts from Server Fault
or by Daniel O
Published on 2009-07-29T13:14:52Z
Indexed on
2010/06/18
8:03 UTC
Read the original article
Hit count: 268
iis
|reverse-proxy
I have several web site set up on one IIS 6 server distinguished by Host Header.
However, I wish to have one of the sites served by a Linux / Apache server on my network. Do I need to use a reverse proxy add-in for IIS, or is there a simple way to tell IIS to pass on all requests to another server?
© Server Fault or respective owner