Return-Path: Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: (qmail 76826 invoked from network); 13 Aug 2009 14:57:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Aug 2009 14:57:33 -0000 Received: (qmail 79755 invoked by uid 500); 13 Aug 2009 14:57:39 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 79688 invoked by uid 500); 13 Aug 2009 14:57:39 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 79677 invoked by uid 99); 13 Aug 2009 14:57:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 14:57:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jblond@gmail.com designates 209.85.220.228 as permitted sender) Received: from [209.85.220.228] (HELO mail-fx0-f228.google.com) (209.85.220.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 14:57:31 +0000 Received: by fxm28 with SMTP id 28so687682fxm.41 for ; Thu, 13 Aug 2009 07:57:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=YMNk6UfspyMsM//iLUyu+k06xCFFT3n/kqXCTtcvHu0=; b=t5qnnxIIBcwquGXVZK+zyGMi6V+jbHihaU0zvZe8tnP26QbWCp9HsNsfuIxJOYHdgL hZMz9/VkPnVucjjT2DVznnIVarHQ+zcN5FjZ6fGbAvavRjo8qjG3alCK5JjI0tQqJtuG 0TAMcs6sZ8GDKoS+XKuZxUG7reu23bqSv9bs4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=yEuqQuiTVGZqBlHtMc8F+T8JAYNEC64A7MbRmcDPk8+riOYiV9wHXKGLSTjEleeVQ+ Eud8ep++KegXvMrcq1jjnTnvclRc+QiICCb6FaoIpXYGgp+1K1Dg7UZXCXdeB7+s6gi0 5jPcwu2PEWCE2NOZbOn5GiAns2Tqt/Lq4sy8U= MIME-Version: 1.0 Received: by 10.103.5.2 with SMTP id h2mr379571mui.132.1250175429805; Thu, 13 Aug 2009 07:57:09 -0700 (PDT) Date: Thu, 13 Aug 2009 16:57:09 +0200 Message-ID: Subject: Name based vhosts and SSL From: Mario Brandt To: docs@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, since 2.2.12 it should be possible to use name based vhosts since apache can use SNI now. >From the docs http://httpd.apache.org/docs/2.2/en/vhosts/name-based.html --- snip --- Name-based virtual hosting cannot be used with SSL secure servers because of the nature of the SSL protocol. --- /snip --- Mario --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org