4xz
11-11-2004, 06:38 PM
Got a problem, for which I cannot seem to work out a solution. Maybe some1 can fill me in, that is : if it's possible in the first place.
I am running 2 webservers on a local network. One is running on Apache the other on IIS. To the outside world I made both servers available, Apache on port 80, IIS on port 1080.
On the IIS server, I have a very nice webmailclient, built in ASP .net. However, in my current setup, I can only reach it on port 1080, which has a lot of disadvantages, proxy servers not allowing port 1080 to pass being the biggest.
Is there some way, to have apache open the IIS page for a visitor, for example on address http://myserver/webmail ?? (So that I can view both my Apache served pages as well as my IIS served pages over port 80)
A client-side solution (iframes or whatever) is not an option I think, as Apache will have to find the IIS server on it's local name (got only 1 external hostname/ip). Guess I need to do something to my Apache configuration or use some kind of server-side-something.
A drawing :
http://www.dajoint.nl/images/networkserver.gif
I am running 2 webservers on a local network. One is running on Apache the other on IIS. To the outside world I made both servers available, Apache on port 80, IIS on port 1080.
On the IIS server, I have a very nice webmailclient, built in ASP .net. However, in my current setup, I can only reach it on port 1080, which has a lot of disadvantages, proxy servers not allowing port 1080 to pass being the biggest.
Is there some way, to have apache open the IIS page for a visitor, for example on address http://myserver/webmail ?? (So that I can view both my Apache served pages as well as my IIS served pages over port 80)
A client-side solution (iframes or whatever) is not an option I think, as Apache will have to find the IIS server on it's local name (got only 1 external hostname/ip). Guess I need to do something to my Apache configuration or use some kind of server-side-something.
A drawing :
http://www.dajoint.nl/images/networkserver.gif