Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Multiple wildcard domains on one IP address

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  disable hot linking  
Author Message
spam_just1code

External


Since: Feb 09, 2004
Posts: 41



(Msg. 1) Posted: Mon Apr 05, 2004 12:46 pm
Post subject: Multiple wildcard domains on one IP address
Archived from groups: microsoft>public>inetserver>iis (more info?)

Is it possible to run:

*.domain1.com
*.domain2.com
*.domain3.com

from one IP address?

( IIS 5.0 )

 >> Stay informed about: Multiple wildcard domains on one IP address 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 2) Posted: Mon Apr 05, 2004 7:11 pm
Post subject: Re: Multiple wildcard domains on one IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

As far as i know, wildcards in the host header is not supported.

But if your question was if it is possible to run multiple websites using
one IP, then yes, it is possible, use Host Headers.

IIS 5.0
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;%5BLN%5D;190008" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;%5BLN%5D;190008</a>

IIS 6.0
<a style='text-decoration: underline;' href="http://www.visualwin.com/host-header/" target="_blank">http://www.visualwin.com/host-header/</a>

--
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/newweb/" target="_blank">http://www.ilopia.com/newweb/</a> - Articles/FAQ for C#/Win2k3/SQL Server


"Dave Karmens" <spam_just1coder.TakeThisOut@yahoo.ca> wrote in message
news:uGJGOSxGEHA.3880@TK2MSFTNGP09.phx.gbl...
 > Is it possible to run:
 >
 > *.domain1.com
 > *.domain2.com
 > *.domain3.com
 >
 > from one IP address?
 >
 > ( IIS 5.0 )<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Multiple wildcard domains on one IP address 
Back to top
Login to vote
spam_just1code

External


Since: Feb 09, 2004
Posts: 41



(Msg. 3) Posted: Mon Apr 05, 2004 7:11 pm
Post subject: Re: Multiple wildcard domains on one IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I know about multiple sites w/ hotheaders, but wasn't sure about
multiple sites that use wildcards...

So, in short each domain that uses a wildcard must run on it's own IP?

Kristofer Gafvert wrote:

 > As far as i know, wildcards in the host header is not supported.
 >
 > But if your question was if it is possible to run multiple websites using
 > one IP, then yes, it is possible, use Host Headers.
 >
 > IIS 5.0
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;%5BLN%5D;190008</font" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;%5BLN%5D;190008</font</a>>
 >
 > IIS 6.0
<font color=purple> > <a style='text-decoration: underline;' href="http://www.visualwin.com/host-header/</font" target="_blank">http://www.visualwin.com/host-header/</font</a>>
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple wildcard domains on one IP address 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 4) Posted: Mon Apr 05, 2004 7:37 pm
Post subject: Re: Multiple wildcard domains on one IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I dont think that host headers with wildcard works in IIS. But if the
wildcard is in the DNS, and all requests ends up on one machine, it should
work.

What i'm trying to say is:

You cannot add
*.domain.com

As a host headers. But it is possible to have all subdomains of domain.com
served by one IIS machine, with one IP.

--
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/newweb/" target="_blank">http://www.ilopia.com/newweb/</a> - Articles/FAQ for C#/Win2k3/SQL Server


"Dave Karmens" <spam_just1coder.TakeThisOut@yahoo.ca> wrote in message
news:%23WXllixGEHA.700@TK2MSFTNGP09.phx.gbl...
 > I know about multiple sites w/ hotheaders, but wasn't sure about
 > multiple sites that use wildcards...
 >
 > So, in short each domain that uses a wildcard must run on it's own IP?
 >
 > Kristofer Gafvert wrote:
 >
  > > As far as i know, wildcards in the host header is not supported.
  > >
  > > But if your question was if it is possible to run multiple websites
using
  > > one IP, then yes, it is possible, use Host Headers.
  > >
  > > IIS 5.0
<font color=green>  > > <a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;%5BLN%5D;190008</font" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;%5BLN%5D;190008</font</a>>
  > >
  > > IIS 6.0
<font color=green>  > > <a style='text-decoration: underline;' href="http://www.visualwin.com/host-header/</font" target="_blank">http://www.visualwin.com/host-header/</font</a>>
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple wildcard domains on one IP address 
Back to top
Login to vote
spam_just1code

External


Since: Feb 09, 2004
Posts: 41



(Msg. 5) Posted: Mon Apr 05, 2004 7:37 pm
Post subject: Re: Multiple wildcard domains on one IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > What i'm trying to say is:
  >
  > You cannot add
  > *.domain.com

No, I understand that.

I assigned each domain that uses a wildcard it's own IP address and that
works wonderfully. I was just curious to know if you could use 1 IP for
  >1 wildcard domain.



Kristofer Gafvert wrote:

 > I dont think that host headers with wildcard works in IIS. But if the
 > wildcard is in the DNS, and all requests ends up on one machine, it should
 > work.
 >
 > What i'm trying to say is:
 >
 > You cannot add
 > *.domain.com
 >
 > As a host headers. But it is possible to have all subdomains of domain.com
 > served by one IIS machine, with one IP.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple wildcard domains on one IP address 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 6) Posted: Mon Apr 05, 2004 7:58 pm
Post subject: Re: Multiple wildcard domains on one IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I think that i understand your question correctly now, and it should work.

IIS does not care how the request was made, as long as it come to the
server. Then, if you are using host headers, it will check the host header
(which is supplied by the client, i.e Internet Explorer), and send the
request to the correct website.

--
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/newweb/" target="_blank">http://www.ilopia.com/newweb/</a> - Articles/FAQ for C#/Win2k3/SQL Server


"Dave Karmens" <spam_just1coder DeleteThis @yahoo.ca> wrote in message
news:e2lxwwxGEHA.744@TK2MSFTNGP09.phx.gbl...
  > > What i'm trying to say is:
  > >
  > > You cannot add
  > > *.domain.com
 >
 > No, I understand that.
 >
 > I assigned each domain that uses a wildcard it's own IP address and that
 > works wonderfully. I was just curious to know if you could use 1 IP for
  > >1 wildcard domain.
 >
 >
 >
 > Kristofer Gafvert wrote:
 >
  > > I dont think that host headers with wildcard works in IIS. But if the
  > > wildcard is in the DNS, and all requests ends up on one machine, it
should
  > > work.
  > >
  > > What i'm trying to say is:
  > >
  > > You cannot add
  > > *.domain.com
  > >
  > > As a host headers. But it is possible to have all subdomains of
domain.com
  > > served by one IIS machine, with one IP.
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple wildcard domains on one IP address 
Back to top
Login to vote
spam_just1code

External


Since: Feb 09, 2004
Posts: 41



(Msg. 7) Posted: Mon Apr 05, 2004 7:58 pm
Post subject: Re: Multiple wildcard domains on one IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ah, sorry for the confusion.

The setup was very simple really, created the hostname wildcards with my
DNS provider ( <a style='text-decoration: underline;' href="http://www.easydns.com/?V=72b5b80e66c87699" target="_blank">http://www.easydns.com/?V=72b5b80e66c87699</a> ) then created
3 websites ( no host headers ) and I'm off an running.

d

Kristofer Gafvert wrote:

 > I think that i understand your question correctly now, and it should work.
 >
 > IIS does not care how the request was made, as long as it come to the
 > server. Then, if you are using host headers, it will check the host header
 > (which is supplied by the client, i.e Internet Explorer), and send the
 > request to the correct website.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple wildcard domains on one IP address 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
2 Domains - 1 IP Address - Can you? - I'm trying to direct two urls with the same IP to different web sites on one IIS server (windows 2000). www.abc.com resolves to 111.111.111.111 and it hits my webserver displaying WEBPAGE_A www.123.com resolves to 111.111.111.111 and it hits my...

Multiple Domains with One IIS - I am not sure if this is the right NG for this questions. But I am sure some of you folks might have dealt with this situatioin. I want to use just one physical box to provide www service for a few domains, each has its own FQDN and public IP address. ...

Multiple domains - We have recently registered our company with multiple domains. Our DNS has been configured to point all the new domain names to our Webserver. How do we setup the IIS so that all the domain name point to our website. Everything I have tried has..

multiple domains problem - Have the wierdest issue at the moment - have just run up a win2k sp4 box (fully patched), and running 7 or eight different domains, configured as we always have done through host headers. the funny thing is the last header edited within the ISM tool..

IIS5.0 and NLB with Multiple domains - I have Win2000 NLB set up -- I would like to host multipile domains from these servers?? It does not appear that I can do this using host headers from the same IP -- How can I host multiple domains in an IIS NLB scenario??
   Web Hosting and Web Master Forums (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 ]