Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Help: Multiple servers on the same machine mapped on the s..

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS 5.1 on XP Pro and use of multiple ports  
Author Message
pberna

External


Since: Jul 02, 2004
Posts: 5



(Msg. 1) Posted: Tue Sep 07, 2004 4:18 am
Post subject: Help: Multiple servers on the same machine mapped on the same logical server
Archived from groups: microsoft>public>inetserver>iis (more info?)

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:

http://localhost/server1 the apache web server will redirect the
request to the localhost:4000 web server and if the url
http://localhost/server1 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 ?

Thank you
Best Regards
Paolo

 >> Stay informed about: Help: Multiple servers on the same machine mapped on the s.. 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Tue Sep 07, 2004 11:48 am
Post subject: Re: Multiple servers on the same machine mapped on the same logical server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"paolo" <pberna.TakeThisOut@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 ...

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a>
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.iisfaq.com/" target="_blank">http://www.iisfaq.com/</a>
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://www.tryiis.com" target="_blank">http://www.tryiis.com</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Help: Multiple servers on the same machine mapped on the s.. 
Back to top
Login to vote
pberna

External


Since: Jul 02, 2004
Posts: 5



(Msg. 3) Posted: Wed Sep 08, 2004 8:44 am
Post subject: Re: Multiple servers on the same machine mapped on the same logical server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.. 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]