public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download: 
* Re: [gentoo-user] Can anyone tell me where I've loused-up this apache config?
  @ 2006-10-03 14:48 99% ` Hans-Werner Hilse
  0 siblings, 0 replies; 1+ results
From: Hans-Werner Hilse @ 2006-10-03 14:48 UTC (permalink / raw
  To: gentoo-user

Hi,

On Tue, 03 Oct 2006 15:06:33 +0100
"Steve [Gentoo]" <gentoo_steve@shic.co.uk> wrote:

> I have a working vhost configuration for several domains in apache2
> (latest stable from portage - 2.0.58) and I want to support not only
> http services, but, for one domain name at least, I want to support an
> https service. 

Important note here: There is _no_ name based virtual hosts when using
SSL. That's simply due to that the SSL layer kicks in first, HTTP is
staged after that. So "NameVirtualHost *:443" does not make sense. Note
that name based vhosts are a feature of HTTP (1.1). It analyzes the
"Hostname" header in the Http request. Obviously, this is not possible
to archive if an SSL connection should be established first. So
basically that means you can only have one SSL server per IP. Just
switch to fixed IP configuration instead (for SSL).

-hwh
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2006-10-03 14:06     [gentoo-user] Can anyone tell me where I've loused-up this apache config? Steve [Gentoo]
2006-10-03 14:48 99% ` Hans-Werner Hilse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox