Sorry, you are right.
What I want is to redirect the request throught a firewall for the
following case:
Suppose to have a web server 1 that respond to the address
localhost:3000
and a second web server 2 that responds on localhost:4000 in a local
area network. Furthermore there is a additional IIS server (the only
server exposed on internet), that is connected through firewall to
internet. I would like that if I set the following URL on a client
(placed in the internet network):
<a style='text-decoration: underline;' href="http://localhost/server1" target="_blank">http://localhost/server1</a> the IIS web server will redirect the
request to the localhost:3000 web server (it isen't a IIS server)
and if the url <a style='text-decoration: underline;' href="http://localhost/server2" target="_blank">http://localhost/server2</a> is set on the same client
the second web server at address localhost:4000 will serve this
request
Can anyone send me the right configuration for this settings for the
IIS server ?
I know that command "redirect" that change the url address on the
client side doesn't work because there is a firewall. I mean that if
the client will change the <a style='text-decoration: underline;' href="http://localhost/server1" target="_blank">http://localhost/server1</a> to
<a style='text-decoration: underline;' href="http://localhost:3000" target="_blank">http://localhost:3000</a> automatically, it appears as a user type
<a style='text-decoration: underline;' href="http://localhost:3000" target="_blank">http://localhost:3000</a> on the client address bar, and because there is
a firewall in the middle (with port 3000 and 4000 closed), this
approach doesn't work. The IIS server shuold translate the address
<a style='text-decoration: underline;' href="http://localhost/server1" target="_blank">http://localhost/server1</a> to a http request to the internal LAN
<a style='text-decoration: underline;' href="http://localhost:3000" target="_blank">http://localhost:3000</a>
Best Regards
Paolo
Regards,
Paolo
"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message news:<chk9ve$7ml10@kcweb01.netnews.att.com>...
> "paolo" <pberna.RemoveThis@iol.it> wrote in message
> news:d7066c01.0409070018.25b943ea@posting.google.com...
> > Dear all,
> >
> > I would like to know if and how to configure the IIS Server to
> > map two different Web Server installed on the same machine to one logical
> > web server.
> > Suppose to have a web server 1 that respond to the address localhost:3000
> > and a second web server 2 that responds on localhost:4000. I would like to
> > create a single apache host in which if I set the following URL on a
> > client:
> >
> > <a style='text-decoration: underline;' href="http://localhost/server1" target="_blank">http://localhost/server1</a> the apache web server will redirect the
> > request to the localhost:4000 web server and if the url
> > <a style='text-decoration: underline;' href="http://localhost/server1" target="_blank">http://localhost/server1</a> is set on the same client the second web
> > server at address localhost:4000 will serve this request
> >
> >
> > Can anyone send me the right configuration for this settings ?
>
> As best as I can understand what you're asking, you want us to provide
> instructions on how to redirect Apache ...<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Help: Multiple servers on the same machine mapped on the s..