Multiple Sites hosted on IIS6?

This is a discussion on Multiple Sites hosted on IIS6? within the Inetserver forums in Microsoft Tools category; Hello, I have a 2003 SBS server that I want to host a few sites off, sort of. We had a Deerfield server setup previously, holding all three sites that were pointed to the same external IP address. We NAT'd the external to the internal IP and Deerfield resolved the specified http address. I don't know IIS6 well enough to accomplish this. I've tried by configuring to the best of my ability, but am falling short somewhere. Any assistance would be greatly appreciated. Thanks, Russ...

Go Back   Application Development Forum > Microsoft Tools > Inetserver

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-28-2008, 10:38 AM
Russ
Guest
 
Default Multiple Sites hosted on IIS6?

Hello,

I have a 2003 SBS server that I want to host a few sites off, sort of.
We had a Deerfield server setup previously, holding all three sites
that were pointed to the same external IP address. We NAT'd the
external to the internal IP and Deerfield resolved the specified http
address. I don't know IIS6 well enough to accomplish this. I've tried
by configuring to the best of my ability, but am falling short
somewhere.
Any assistance would be greatly appreciated.

Thanks,
Russ
Reply With Quote
  #2  
Old 10-28-2008, 12:51 PM
Andrew Morton
Guest
 
Default Re: Multiple Sites hosted on IIS6?

Russ wrote:
> I have a 2003 SBS server that I want to host a few sites off, sort of.
> We had a Deerfield server setup previously, holding all three sites
> that were pointed to the same external IP address. We NAT'd the
> external to the internal IP and Deerfield resolved the specified http
> address. I don't know IIS6 well enough to accomplish this. I've tried
> by configuring to the best of my ability, but am falling short
> somewhere.


"Setting Host Headers in IIS 6.0"
http://www.visualwin.com/host-header/

....although it might be best to confirm that in an SBS newsgroup as
apparently SBS is quite different to other server versions.

Andrew


Reply With Quote
  #3  
Old 10-28-2008, 01:26 PM
Russ
Guest
 
Default Re: Multiple Sites hosted on IIS6?

Thanks Andrew!!

On Tue, 28 Oct 2008 16:51:10 -0000, "Andrew Morton"
<akm@in-press.co.uk.invalid> wrote:

>Russ wrote:
>> I have a 2003 SBS server that I want to host a few sites off, sort of.
>> We had a Deerfield server setup previously, holding all three sites
>> that were pointed to the same external IP address. We NAT'd the
>> external to the internal IP and Deerfield resolved the specified http
>> address. I don't know IIS6 well enough to accomplish this. I've tried
>> by configuring to the best of my ability, but am falling short
>> somewhere.

>
>"Setting Host Headers in IIS 6.0"
>http://www.visualwin.com/host-header/
>
>...although it might be best to confirm that in an SBS newsgroup as
>apparently SBS is quite different to other server versions.
>
>Andrew
>


Reply With Quote
  #4  
Old 10-29-2008, 09:03 AM
Russ
Guest
 
Default Re: Multiple Sites hosted on IIS6?

That did it!! Thanks again Andrew.

On Tue, 28 Oct 2008 13:26:16 -0400, Russ <Russ@live.net> wrote:

>Thanks Andrew!!
>
>On Tue, 28 Oct 2008 16:51:10 -0000, "Andrew Morton"
><akm@in-press.co.uk.invalid> wrote:
>
>>Russ wrote:
>>> I have a 2003 SBS server that I want to host a few sites off, sort of.
>>> We had a Deerfield server setup previously, holding all three sites
>>> that were pointed to the same external IP address. We NAT'd the
>>> external to the internal IP and Deerfield resolved the specified http
>>> address. I don't know IIS6 well enough to accomplish this. I've tried
>>> by configuring to the best of my ability, but am falling short
>>> somewhere.

>>
>>"Setting Host Headers in IIS 6.0"
>>http://www.visualwin.com/host-header/
>>
>>...although it might be best to confirm that in an SBS newsgroup as
>>apparently SBS is quite different to other server versions.
>>
>>Andrew
>>


Reply With Quote
  #5  
Old 10-29-2008, 11:03 AM
Andrew Morton
Guest
 
Default Re: Multiple Sites hosted on IIS6?

Russ wrote:
> That did it!! Thanks again Andrew.


You're welcome.

Andrew


Reply With Quote
  #6  
Old 10-30-2008, 05:18 AM
Daniel Crichton
Guest
 
Default Re: Multiple Sites hosted on IIS6?

Russ wrote on Tue, 28 Oct 2008 10:38:41 -0400:

> Hello,


> I have a 2003 SBS server that I want to host a few sites off, sort of.
> We had a Deerfield server setup previously, holding all three sites
> that were pointed to the same external IP address. We NAT'd the
> external to the internal IP and Deerfield resolved the specified http
> address. I don't know IIS6 well enough to accomplish this. I've tried
> by configuring to the best of my ability, but am falling short
> somewhere.
> Any assistance would be greatly appreciated.


> Thanks,
> Russ



I see your query has been solved, however I just wanted to mention that
you're not alone in moving from Deerfield to IIS I was a stoic ORA
WebSite user starting with version 1.0 long long ago (and before that,
EMWACS), but a couple of years had no choice but to move from WebSite (at
that time under the VisNetic brand) to IIS as WS was too unstable under
Windows 2000, and now I'm on IIS6 too. If you have any more queries about
how to do things in IIS6 that you used to do under WebSite I might be able
to help out. I'm even still using the VB6 CGIs I wrote for WebSite under IIS
(needs a single .BAS file replacing to switch from Win-CGI mode to
Standard CGI, so it's pretty simple).

--
Dan


Reply With Quote
  #7  
Old 10-30-2008, 12:53 PM
Russ
Guest
 
Default Re: Multiple Sites hosted on IIS6?

Thanks Dan. I'm not doing the coding but helping in the
implementation.
I appreciate it.
Russ

On Thu, 30 Oct 2008 09:18:41 -0000, "Daniel Crichton"
<msnews@worldofspack.com> wrote:

>Russ wrote on Tue, 28 Oct 2008 10:38:41 -0400:
>
>> Hello,

>
>> I have a 2003 SBS server that I want to host a few sites off, sort of.
>> We had a Deerfield server setup previously, holding all three sites
>> that were pointed to the same external IP address. We NAT'd the
>> external to the internal IP and Deerfield resolved the specified http
>> address. I don't know IIS6 well enough to accomplish this. I've tried
>> by configuring to the best of my ability, but am falling short
>> somewhere.
>> Any assistance would be greatly appreciated.

>
>> Thanks,
>> Russ

>
>
>I see your query has been solved, however I just wanted to mention that
>you're not alone in moving from Deerfield to IIS I was a stoic ORA
>WebSite user starting with version 1.0 long long ago (and before that,
>EMWACS), but a couple of years had no choice but to move from WebSite (at
>that time under the VisNetic brand) to IIS as WS was too unstable under
>Windows 2000, and now I'm on IIS6 too. If you have any more queries about
>how to do things in IIS6 that you used to do under WebSite I might be able
>to help out. I'm even still using the VB6 CGIs I wrote for WebSite under IIS
> (needs a single .BAS file replacing to switch from Win-CGI mode to
>Standard CGI, so it's pretty simple).


Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 10:08 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.