Ah... I see what you mean.  Yeah - I do have to have a cert that is specific
to the host header - NOT just the IP address.


-----Original Message-----
From: Paris Lundis [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 26, 2002 3:23 PM
To: CF-Talk
Subject: RE: Pointing multiple sites to the same IP


the host headers with SSL would seem like an obvious work around...

therefore, I would say it wouldn't work...

SSL certs are issued based on the domain and A record reference portion...

so sales.toshop.com would require a different cert that demo.toshop.com....

A site-wide cert is the way to go if finances allow...

Beyond that consider the SSL portions under a common domain location for all
clients :

www.toshop.com/clientname

-paris
Paris Lundis
Founder
Areaindex, L.L.C.
http://www.areaindex.com
http://www.pubcrawler.com
(p) 1-212-655-4477
[finding the future in the past, passing the future in the present]
[connecting people, places and things]


-----Original Message-----
From: Tom Nunamaker [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 26, 2002 4:02 PM
To: CF-Talk
Subject: RE: Pointing multiple sites to the same IP


The other downside is SSL, which can't use host headers from what I've
read

Tom Nunamaker

-----Original Message-----
From: Hatton Humphrey [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 26, 2002 2:54 PM
To: CF-Talk
Subject: Re: Pointing multiple sites to the same IP


There are some web servers (IIS, Apache, Sambar to name a few) that
support "Host Headers"... in essence when the HTTP request is made, the
domain name is sent by the client and the server can use it to delegate
what documents directory is accessed based on that value.

It's a pretty straightforward setup and there are several tutorials
available on the web... go to your search engine of choice and do a
search for Host Headers Setup and the name of your webserver
application.

You can also have mupltiple IP's point to the same machine and assign
each IP a distinct domain name... I haven't had any perosnal experience
with that option but I know that it's available.

The one downside of host headers is that older browsers... say from
Version 3.x and before of IE/NS don't support them.  They don't send the

domain with their GET request.  The web server doesn't know what site to

point to and will redirect to the default site, which always has to
exist.

HTH
Hatton


Douglas Brown wrote:

> I have heard that you can point several different sites to one IP
> using http headers, what exactly does the header need in order to do
> this?
>
>
>
> Douglas Brown
> Email: [EMAIL PROTECTED]
>
>



______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to