Hi, On Tue, 03 Oct 2006 15:06:33 +0100 "Steve [Gentoo]" <[EMAIL PROTECTED]> 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