public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Daniel Iliev <danny@ilievnet.com>
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 22:27:08 +0300	[thread overview]
Message-ID: <20061003192708.7F9F51A006D80@mail.ilievnet.com> (raw)
In-Reply-To: <20061003192517.c3e05931.hilse@web.de>

On Tue, 3 Oct 2006 19:25:17 +0200


> Hi, sorry,
> 
> On Tue, 3 Oct 2006 16:48:50 +0200
> Hans-Werner Hilse <hilse@web.de> wrote:
> 
> > So basically that means you can only have one SSL server per IP.
> 
> should have been "per IP:Port combination".
> 
> -hwh

As Mr. Hans-Werner Hilse already explained, you have to assign a different IP address for
each SSL vhost. I'll add just an example:


NameVirtualHost 10.0.0.222:443
<VirtualHost 10.0.0.222:443>
ServerName vhost-111.example.com
SSLEngine on
SSLCertificateFile    /path/to/certificates/vhost-111/server.crt
SSLCertificateKeyFile /path/to/certificates/vhost-111/server.key
....
</VirtualHost>

NameVirtualHost 10.0.0.111:443
<VirtualHost10.0.0.111:443>
ServerName vhost-222.example.com
SSLEngine on
SSLCertificateFile    /path/to/certificates/vhost-222/server.crt
SSLCertificateKeyFile /path/to/certificates/vhost-222/server.key
....
</VirtualHost>

-- 
Best regards,
Daniel

-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2006-10-03 19:35 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
2006-10-03 17:25   ` Hans-Werner Hilse
2006-10-03 19:27     ` Daniel Iliev [this message]
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=20061003192708.7F9F51A006D80@mail.ilievnet.com \
    --to=danny@ilievnet.com \
    --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