From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GUq2o-0004jR-6b for garchives@archives.gentoo.org; Tue, 03 Oct 2006 19:35:10 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k93JX2B2018828; Tue, 3 Oct 2006 19:33:02 GMT Received: from mail.ilievnet.com ([84.21.204.200]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k93JR8Gt025889 for ; Tue, 3 Oct 2006 19:27:08 GMT Received: from lievnet.com (mail.ilievnet.com [10.0.1.1]) by mail.ilievnet.com (Postfix) with ESMTP id 7F9F51A006D80 for ; Tue, 3 Oct 2006 22:27:08 +0300 (EEST) Date: Tue, 3 Oct 2006 22:27:08 +0300 From: Daniel Iliev To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Can anyone tell me where I've loused-up this apache config? In-Reply-To: <20061003192517.c3e05931.hilse@web.de> References: <45226E69.1090106@shic.co.uk> <20061003164850.d1b448aa.hilse@web.de> <20061003192517.c3e05931.hilse@web.de> X-Mailer: Sylpheed-Claws 2.3.0 (GTK+ 2.8.19; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20061003192708.7F9F51A006D80@mail.ilievnet.com> X-Archives-Salt: 1b387dd7-9cc3-4082-9a2b-ee66d844edff X-Archives-Hash: 2500a3e2dd98a0c81659df75bcc2648f On Tue, 3 Oct 2006 19:25:17 +0200 > Hi, sorry, > > On Tue, 3 Oct 2006 16:48:50 +0200 > Hans-Werner Hilse 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 ServerName vhost-111.example.com SSLEngine on SSLCertificateFile /path/to/certificates/vhost-111/server.crt SSLCertificateKeyFile /path/to/certificates/vhost-111/server.key .... NameVirtualHost 10.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 .... -- Best regards, Daniel -- gentoo-user@gentoo.org mailing list