public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Hans-Werner Hilse <hilse@web.de>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Can anyone tell me where I've loused-up this apache config?
Date: Tue, 3 Oct 2006 16:48:50 +0200	[thread overview]
Message-ID: <20061003164850.d1b448aa.hilse@web.de> (raw)
In-Reply-To: <45226E69.1090106@shic.co.uk>

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



  reply	other threads:[~2006-10-03 14:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Hans-Werner Hilse [this message]
2006-10-03 17:25   ` Hans-Werner Hilse
2006-10-03 19:27     ` Daniel Iliev
2006-10-05  2:30 ` Michael Stewart (vericgar)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061003164850.d1b448aa.hilse@web.de \
    --to=hilse@web.de \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox