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

One public IP, two webservers

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Moving Servers - 2000 -> 2K3  
Author Message
user1365

External


Since: Jan 29, 2004
Posts: 6



(Msg. 1) Posted: Thu Jan 29, 2004 2:57 pm
Post subject: One public IP, two webservers
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I have a NAT box that directs traffic on port 80 to Web1.

I want to add another webserver, Web2.

Both need to be accessed via the internet with URL1 and URL2 respectively.

Can Web1 somehow redirect to Web2.

I tried creating a website in iis on Web1.
Then using the properties of this web site, assigned the IP address of Web2
in the "Web Site Indentification" section on the Web Site tab. I get page
cannot be found.

Am I close? Can this be done?

Thanks in advance for any direction you can give,

Aaron

 >> Stay informed about: One public IP, two webservers 
Back to top
Login to vote
dszepesi

External


Since: Jan 28, 2004
Posts: 23



(Msg. 2) Posted: Thu Jan 29, 2004 6:30 pm
Post subject: Re: One public IP, two webservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Perhaps if you are little more precise, not sure exactly what you are
asking. Here is where the confusion is:

   >>>
Both need to be accessed via the internet with URL1 and URL2 respectively.
   >>>

So they have seperate URLs - do you want both URLs to resolve to the same
IP, but then get load balanced between two servers?

Or, do you simply just want to pass along the request that Web1 gets -- to
Web2?

So - Load Balancing (NLB) or Redirecting (Response.Redirect or Home
Directory tab in INETMGR, pull content from URL, etc)?

Dan

"Next" <aeverettNO^ryzd_SPAM@cafsmail.no*jg^_junk..com> wrote in message
news:Opm%23VHq5DHA.2008@TK2MSFTNGP10.phx.gbl...
 > Hi,
 >
 > I have a NAT box that directs traffic on port 80 to Web1.
 >
 > I want to add another webserver, Web2.
 >
 > Both need to be accessed via the internet with URL1 and URL2 respectively.
 >
 > Can Web1 somehow redirect to Web2.
 >
 > I tried creating a website in iis on Web1.
 > Then using the properties of this web site, assigned the IP address of
Web2
 > in the "Web Site Indentification" section on the Web Site tab. I get page
 > cannot be found.
 >
 > Am I close? Can this be done?
 >
 > Thanks in advance for any direction you can give,
 >
 > Aaron
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: One public IP, two webservers 
Back to top
Login to vote
user1365

External


Since: Jan 29, 2004
Posts: 6



(Msg. 3) Posted: Thu Jan 29, 2004 6:30 pm
Post subject: Re: One public IP, two webservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Dan,

URL1 and URL2 are completely different web sites.

Web1 (URL1) will be on Win2003 server. NAT box points to Web1 on port 80. I
can only assign one IP address for port 80.

Web2 (URL2) will be on Win2000 server.

It's definitely not Load Balancing.

It's not redirecting really(?)...

I am hoping that typing URL1 from the internet goes to Web1 server and
typing URL2 goes to Web2 server.

URL1 and URL2 are using the same Public IP

Thanks again for your help,
Aaron

"Dan Szepesi" <dszepesi.TakeThisOut@hotmail.com> wrote in message
news:e9tpuaq5DHA.2496@TK2MSFTNGP09.phx.gbl...
 > Perhaps if you are little more precise, not sure exactly what you are
 > asking. Here is where the confusion is:
 >
   > >>>
 > Both need to be accessed via the internet with URL1 and URL2 respectively.
   > >>>
 >
 > So they have seperate URLs - do you want both URLs to resolve to the same
 > IP, but then get load balanced between two servers?
 >
 > Or, do you simply just want to pass along the request that Web1 gets -- to
 > Web2?
 >
 > So - Load Balancing (NLB) or Redirecting (Response.Redirect or Home
 > Directory tab in INETMGR, pull content from URL, etc)?
 >
 > Dan
 >
 > "Next" <aeverettNO^ryzd_SPAM@cafsmail.no*jg^_junk..com> wrote in message
 > news:Opm%23VHq5DHA.2008@TK2MSFTNGP10.phx.gbl...
  > > Hi,
  > >
  > > I have a NAT box that directs traffic on port 80 to Web1.
  > >
  > > I want to add another webserver, Web2.
  > >
  > > Both need to be accessed via the internet with URL1 and URL2
respectively.
  > >
  > > Can Web1 somehow redirect to Web2.
  > >
  > > I tried creating a website in iis on Web1.
  > > Then using the properties of this web site, assigned the IP address of
 > Web2
  > > in the "Web Site Indentification" section on the Web Site tab. I get
page
  > > cannot be found.
  > >
  > > Am I close? Can this be done?
  > >
  > > Thanks in advance for any direction you can give,
  > >
  > > Aaron
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: One public IP, two webservers 
Back to top
Login to vote
dszepesi

External


Since: Jan 28, 2004
Posts: 23



(Msg. 4) Posted: Thu Jan 29, 2004 7:41 pm
Post subject: Re: One public IP, two webservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ok, so URL 1 and URL 2 have to be DNS'd on the front end to the same IP,
which the NAT box will then allow requests in on port 80. Then, you will
need two IP's and a NAT intelligent enough to determine which BE IP gets the
request (by reading the host header - ie the host information in the
request).

Other than that, you could host both sites on the one server, and pull the
content from the other server by using the settings in the home directory
tab, but I cant really see what that gets you.

Sorry - I guess this one is a bit out of my league.

"Next" <aeverettNO^ryzd_SPAM@cafsmail.no*jg^_junk..com> wrote in message
news:uZP5gmq5DHA.1596@TK2MSFTNGP10.phx.gbl...
 > Hi Dan,
 >
 > URL1 and URL2 are completely different web sites.
 >
 > Web1 (URL1) will be on Win2003 server. NAT box points to Web1 on port 80.
I
 > can only assign one IP address for port 80.
 >
 > Web2 (URL2) will be on Win2000 server.
 >
 > It's definitely not Load Balancing.
 >
 > It's not redirecting really(?)...
 >
 > I am hoping that typing URL1 from the internet goes to Web1 server and
 > typing URL2 goes to Web2 server.
 >
 > URL1 and URL2 are using the same Public IP
 >
 > Thanks again for your help,
 > Aaron
 >
 > "Dan Szepesi" <dszepesi.DeleteThis@hotmail.com> wrote in message
 > news:e9tpuaq5DHA.2496@TK2MSFTNGP09.phx.gbl...
  > > Perhaps if you are little more precise, not sure exactly what you are
  > > asking. Here is where the confusion is:
  > >
   > > >>>
  > > Both need to be accessed via the internet with URL1 and URL2
respectively.
   > > >>>
  > >
  > > So they have seperate URLs - do you want both URLs to resolve to the
same
  > > IP, but then get load balanced between two servers?
  > >
  > > Or, do you simply just want to pass along the request that Web1 gets --
to
  > > Web2?
  > >
  > > So - Load Balancing (NLB) or Redirecting (Response.Redirect or Home
  > > Directory tab in INETMGR, pull content from URL, etc)?
  > >
  > > Dan
  > >
  > > "Next" <aeverettNO^ryzd_SPAM@cafsmail.no*jg^_junk..com> wrote in message
  > > news:Opm%23VHq5DHA.2008@TK2MSFTNGP10.phx.gbl...
   > > > Hi,
   > > >
   > > > I have a NAT box that directs traffic on port 80 to Web1.
   > > >
   > > > I want to add another webserver, Web2.
   > > >
   > > > Both need to be accessed via the internet with URL1 and URL2
 > respectively.
   > > >
   > > > Can Web1 somehow redirect to Web2.
   > > >
   > > > I tried creating a website in iis on Web1.
   > > > Then using the properties of this web site, assigned the IP address of
  > > Web2
   > > > in the "Web Site Indentification" section on the Web Site tab. I get
 > page
   > > > cannot be found.
   > > >
   > > > Am I close? Can this be done?
   > > >
   > > > Thanks in advance for any direction you can give,
   > > >
   > > > Aaron
   > > >
   > > >
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: One public IP, two webservers 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 5) Posted: Thu Jan 29, 2004 11:03 pm
Post subject: Re: One public IP, two webservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 29 Jan 2004 11:57:50 -0800, "Next"
<aeverettNO^ryzd_SPAM@cafsmail.no*jg^_junk..com> wrote:

 >Hi,
 >
 >I have a NAT box that directs traffic on port 80 to Web1.
 >
 >I want to add another webserver, Web2.
 >
 >Both need to be accessed via the internet with URL1 and URL2 respectively.
 >
 >Can Web1 somehow redirect to Web2.
 >
 >I tried creating a website in iis on Web1.
 >Then using the properties of this web site, assigned the IP address of Web2
 >in the "Web Site Indentification" section on the Web Site tab. I get page
 >cannot be found.
 >
 >Am I close? Can this be done?
 >
 >Thanks in advance for any direction you can give,
 >
 >Aaron
 >

Aaron,

Use host headers :

HOW TO: Use Host Header Names to Host Multiple Sites from One IP
Address in IIS 5.0
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=190008" target="_blank">http://support.microsoft.com/?id=190008</a>

HOW TO: Use Host Header Names to Configure Multiple Web Sites in
Internet Information Services 6.0
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=324287" target="_blank">http://support.microsoft.com/?id=324287</a>


Regards,

Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: One public IP, two webservers 
Back to top
Login to vote
user1365

External


Since: Jan 29, 2004
Posts: 6



(Msg. 6) Posted: Thu Jan 29, 2004 11:03 pm
Post subject: Re: One public IP, two webservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for your prompt reply to my question Paul

My understanding is that these articles are for multiple websites on a
single server?

What I need to do is redirect to a different Webserver internally from the
first web server.



"Paul Lynch" <paul.lynch.DeleteThis@nospam.com> wrote in message
news:qlpi1016n5ooimk5s0emi41ubdh3q4279g@4ax.com...
 > On Thu, 29 Jan 2004 11:57:50 -0800, "Next"
 > <aeverettNO^ryzd_SPAM@cafsmail.no*jg^_junk..com> wrote:
 >
  > >Hi,
  > >
  > >I have a NAT box that directs traffic on port 80 to Web1.
  > >
  > >I want to add another webserver, Web2.
  > >
  > >Both need to be accessed via the internet with URL1 and URL2
respectively.
  > >
  > >Can Web1 somehow redirect to Web2.
  > >
  > >I tried creating a website in iis on Web1.
  > >Then using the properties of this web site, assigned the IP address of
Web2
  > >in the "Web Site Indentification" section on the Web Site tab. I get page
  > >cannot be found.
  > >
  > >Am I close? Can this be done?
  > >
  > >Thanks in advance for any direction you can give,
  > >
  > >Aaron
  > >
 >
 > Aaron,
 >
 > Use host headers :
 >
 > HOW TO: Use Host Header Names to Host Multiple Sites from One IP
 > Address in IIS 5.0
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=190008</font" target="_blank">http://support.microsoft.com/?id=190008</font</a>>
 >
 > HOW TO: Use Host Header Names to Configure Multiple Web Sites in
 > Internet Information Services 6.0
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=324287</font" target="_blank">http://support.microsoft.com/?id=324287</font</a>>
 >
 >
 > Regards,
 >
 > Paul Lynch
 > MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: One public IP, two webservers 
Back to top
Login to vote
user1365

External


Since: Jan 29, 2004
Posts: 6



(Msg. 7) Posted: Thu Jan 29, 2004 11:03 pm
Post subject: Re: One public IP, two webservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

How do I make the host headers point to the other server?

"Paul Lynch" <paul.lynch.TakeThisOut@nospam.com> wrote in message
news:qlpi1016n5ooimk5s0emi41ubdh3q4279g@4ax.com...
 > On Thu, 29 Jan 2004 11:57:50 -0800, "Next"
 > <aeverettNO^ryzd_SPAM@cafsmail.no*jg^_junk..com> wrote:
 >
  > >Hi,
  > >
  > >I have a NAT box that directs traffic on port 80 to Web1.
  > >
  > >I want to add another webserver, Web2.
  > >
  > >Both need to be accessed via the internet with URL1 and URL2
respectively.
  > >
  > >Can Web1 somehow redirect to Web2.
  > >
  > >I tried creating a website in iis on Web1.
  > >Then using the properties of this web site, assigned the IP address of
Web2
  > >in the "Web Site Indentification" section on the Web Site tab. I get page
  > >cannot be found.
  > >
  > >Am I close? Can this be done?
  > >
  > >Thanks in advance for any direction you can give,
  > >
  > >Aaron
  > >
 >
 > Aaron,
 >
 > Use host headers :
 >
 > HOW TO: Use Host Header Names to Host Multiple Sites from One IP
 > Address in IIS 5.0
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=190008</font" target="_blank">http://support.microsoft.com/?id=190008</font</a>>
 >
 > HOW TO: Use Host Header Names to Configure Multiple Web Sites in
 > Internet Information Services 6.0
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=324287</font" target="_blank">http://support.microsoft.com/?id=324287</font</a>>
 >
 >
 > Regards,
 >
 > Paul Lynch
 > MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: One public IP, two webservers 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 8) Posted: Thu Jan 29, 2004 11:40 pm
Post subject: Re: One public IP, two webservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 29 Jan 2004 12:18:37 -0800, "Next"
<aeverettNO^ryzd_SPAM@cafsmail.no*jg^_junk..com> wrote:

 >Thanks for your prompt reply to my question Paul
 >
 >My understanding is that these articles are for multiple websites on a
 >single server?
 >
 >What I need to do is redirect to a different Webserver internally from the
 >first web server.

OK, try this KB article then. I thought you were asking about hosting
two web sites on one IP address, which would require you to use host
headers.

HOW TO: Redirect Browser Requests in Internet Information Services 5.0
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=313074" target="_blank">http://support.microsoft.com/?id=313074</a>


Regards,

Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: One public IP, two webservers 
Back to top
Login to vote
user1365

External


Since: Jan 29, 2004
Posts: 6



(Msg. 9) Posted: Thu Jan 29, 2004 11:40 pm
Post subject: Re: One public IP, two webservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes one public IP, but two private IPs (one for each server)




"Paul Lynch" <paul.lynch DeleteThis @nospam.com> wrote in message
news:nrri10h7j84u1v6jjm1aa8ge3jng6n8e2m@4ax.com...
 > On Thu, 29 Jan 2004 12:18:37 -0800, "Next"
 > <aeverettNO^ryzd_SPAM@cafsmail.no*jg^_junk..com> wrote:
 >
  > >Thanks for your prompt reply to my question Paul
  > >
  > >My understanding is that these articles are for multiple websites on a
  > >single server?
  > >
  > >What I need to do is redirect to a different Webserver internally from
the
  > >first web server.
 >
 > OK, try this KB article then. I thought you were asking about hosting
 > two web sites on one IP address, which would require you to use host
 > headers.
 >
 > HOW TO: Redirect Browser Requests in Internet Information Services 5.0
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=313074</font" target="_blank">http://support.microsoft.com/?id=313074</font</a>>
 >
 >
 > Regards,
 >
 > Paul Lynch
 > MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: One public IP, two webservers 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 10) Posted: Fri Jan 30, 2004 12:32 am
Post subject: Re: One public IP, two webservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 29 Jan 2004 11:57:50 -0800, "Next"
<aeverettNO^ryzd_SPAM@cafsmail.no*jg^_junk..com> wrote:

 >Hi,
 >
 >I have a NAT box that directs traffic on port 80 to Web1.
 >
 >I want to add another webserver, Web2.
 >
 >Both need to be accessed via the internet with URL1 and URL2 respectively.
 >
 >Can Web1 somehow redirect to Web2.
 >
 >I tried creating a website in iis on Web1.
 >Then using the properties of this web site, assigned the IP address of Web2
 >in the "Web Site Indentification" section on the Web Site tab. I get page
 >cannot be found.
 >
 >Am I close? Can this be done?

Many kluges are possible, but a second IP address is the best solution
to guarantee it works.

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: One public IP, two webservers 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 11) Posted: Fri Jan 30, 2004 1:50 am
Post subject: Re: One public IP, two webservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

IIS can only redirect, not act as a Reverse Proxy.

You can:
1) Add another public IP, and forward it in your NAT to the other box.
2) In the first webserver, redirect to port 81 (for example), and forward
this IP in your NAT to the other server.
For example, say that you have the domains <a style='text-decoration: underline;' href="http://www.yourcompany.com" target="_blank">www.yourcompany.com</a> and
srv2.yourcompany.com
In IIS on Server 1(Web1), you have a hostheader for srv2.yourcompany.com.
This is also a redirection to srv2.yourcompany.com:81 (see link from Paul
Lynch for setting up redirection)
So, whenever someone types <a style='text-decoration: underline;' href="http://srv2.yourcompany.com," target="_blank">http://srv2.yourcompany.com,</a> they will end up on
srv2.yourcompany.com:81, which is a port open in your NAT device, and
forwarded to Web2. Note: You will also be able to access Web2 with
<a style='text-decoration: underline;' href="http://www.yourcompany.com:81" target="_blank">www.yourcompany.com:81</a> because everything uses the same IP.

Yes, this is _ugly_, but it works.

3) Use a product such as <a style='text-decoration: underline;' href="http://www.octagate.com/HTTPRedirect.asp" target="_blank">http://www.octagate.com/HTTPRedirect.asp</a>
4) Use Apache as a Reverse Proxy:
<a style='text-decoration: underline;' href="http://www.serverwatch.com/tutorials/print.php/10825_3290851_3" target="_blank">http://www.serverwatch.com/tutorials/print.php/10825_3290851_3</a>


My recommendation would be #1, or #3.


--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003


"Next" <aeverettNO^ryzd_SPAM@cafsmail.no*jg^_junk..com> wrote in message
news:Opm%23VHq5DHA.2008@TK2MSFTNGP10.phx.gbl...
 > Hi,
 >
 > I have a NAT box that directs traffic on port 80 to Web1.
 >
 > I want to add another webserver, Web2.
 >
 > Both need to be accessed via the internet with URL1 and URL2 respectively.
 >
 > Can Web1 somehow redirect to Web2.
 >
 > I tried creating a website in iis on Web1.
 > Then using the properties of this web site, assigned the IP address of
Web2
 > in the "Web Site Indentification" section on the Web Site tab. I get page
 > cannot be found.
 >
 > Am I close? Can this be done?
 >
 > Thanks in advance for any direction you can give,
 >
 > Aaron
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: One public IP, two webservers 
Back to top
Login to vote
anonymous1103

External


Since: Feb 02, 2004
Posts: 2



(Msg. 12) Posted: Mon Feb 02, 2004 1:16 pm
Post subject: Re: One public IP, two webservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

What exactly are you using to front-end and NAT the request? It may be that this hardware device can do Host-Header Translation and forward to the correct server.

If you redirect one server to the other, you are creating another dependency for the site. Web1 has to be running to forward requests to web2. This is a bad practice, at best.

The other option would be to serv the sites on different ports (again it depends on your firewall). You could configure one site as SSL and the other as HTTP. All incoming requests on 80 are forwarded to web1, and all incoming requests on port 443 are forwarded to web2. This is the cleanest solution, if you can make one of the sites SSL.
 >> Stay informed about: One public IP, two webservers 
Back to top
Login to vote
anonymous1110

External


Since: Feb 03, 2004
Posts: 1



(Msg. 13) Posted: Tue Feb 03, 2004 9:06 am
Post subject: Re: One public IP, two webservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

I do want to host two websites on one IP address on a single server. I use host headers as you suggest but both websites point to the same home directory. Is there a way to point <a style='text-decoration: underline;' href="http://www.site-1.com" target="_blank">www.site-1.com</a> to directory /site-1 and <a style='text-decoration: underline;' href="http://www.site-2.com" target="_blank">www.site-2.com</a> to directory /site-2?

Thanks
Minh


----- Paul Lynch wrote: -----

On Thu, 29 Jan 2004 12:18:37 -0800, "Next"
<aeverettNO^ryzd_SPAM@cafsmail.no*jg^_junk..com> wrote:

  >Thanks for your prompt reply to my question Paul
   >>My understanding is that these articles are for multiple websites on a
  >single server?
   >>What I need to do is redirect to a different Webserver internally from the
  >first web server.

OK, try this KB article then. I thought you were asking about hosting
two web sites on one IP address, which would require you to use host
headers.

HOW TO: Redirect Browser Requests in Internet Information Services 5.0
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=313074" target="_blank">http://support.microsoft.com/?id=313074</a>


Regards,

Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: One public IP, two webservers 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Two Webservers - I have a website registered that points to webserver1. On websrerver1website iput a link to my exchange email site with an internal IP. When I am in side my lan I click on it and it opens the outlook web. When I click on it from an external computer...

Moving webservers. - Is there anyone out there that know about a tool that easely move websites to and from servers. That includes also konfiguration, accounts and so on. Intended to be used on windows 2000 and 2003 / IIS5 and IIS6. Hermod

Multiple webservers on one outside IP? - In or intranet we have 3 webinterfaces over port 443: - Citrix MetaFrame - Exchange Webaccess - Corporate Web Site Now we need to access these 3 websites from the internet, but in our DSL modem I can only specify the outside 443 port to connect to one....

How to check 2 webservers using one SSL cert... - Ok.. Win2k3 SP1 IIS 6.0 Citrix Web Interface 4.0 I have two webservers that are using IIS6.0 and share one certificate that is bound to an exteranl IP.. certificate name: citrix.company.com external IP: 68.xx.xxx.xx Internal VIP: 192.168.xx.xx..

factors affecting on Webservers performance - What are factors affecting on Webservers performance ??? How can I test them ?? What are methods of testing Webservers?
   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 ]