Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 25127 invoked from network); 1 Jul 2010 17:40:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jul 2010 17:40:37 -0000 Received: (qmail 27607 invoked by uid 500); 1 Jul 2010 17:40:34 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 27553 invoked by uid 500); 1 Jul 2010 17:40:33 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 27545 invoked by uid 99); 1 Jul 2010 17:40:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 17:40:33 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [66.219.41.227] (HELO mail.int.journyx.com) (66.219.41.227) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 17:40:26 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.int.journyx.com (Postfix) with ESMTP id 55808C40EA for ; Thu, 1 Jul 2010 12:39:35 -0500 (CDT) X-Virus-Scanned: amavisd-new at zimbra.int.journyx.com Received: from mail.int.journyx.com ([127.0.0.1]) by localhost (mail.int.journyx.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8MaHoFOjZ618 for ; Thu, 1 Jul 2010 12:39:20 -0500 (CDT) Received: from mail.int.journyx.com (zimbra.int.journyx.com [192.168.100.5]) by mail.int.journyx.com (Postfix) with ESMTP id 298EDC40EC for ; Thu, 1 Jul 2010 12:39:20 -0500 (CDT) Date: Thu, 1 Jul 2010 12:39:19 -0500 (CDT) From: Scott Whitney Reply-To: Scott Whitney To: users@httpd.apache.org Message-ID: <13376370.4898.1278005959940.JavaMail.root@zimbra.int.journyx.com> In-Reply-To: <8876000.4891.1278005775516.JavaMail.root@zimbra.int.journyx.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4897_11035206.1278005959938" X-Originating-IP: [192.168.100.188] X-Mailer: Zimbra 6.0.6_GA_2331.RHEL4 (ZimbraWebClient - FF3.0 (Win)/6.0.6_GA_2331.RHEL4) X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Name-based virtual hosting SSL (seems to work) ------=_Part_4897_11035206.1278005959938 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit I've read this: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts and it seems to state that this: AddHandler fastcgi-script .fcgi .fcg .fpl .py .pyc DocumentRoot /home/eggs/jt/pi/www/htdocs ServerName eggs.test.mycompany.com FastCgiExternalServer /home/eggs/jt/pi/pylib -host 127.0.0.1:5000 SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+SSLv2:+EXP:+eNULL SSLCertificateFile /etc/httpd/ssl/host.cert SSLCertificateKeyFile /etc/httpd/ssl/host.key AddHandler fastcgi-script .fcgi .fcg .fpl .py .pyc DocumentRoot /home/toast/jt/pi/www/htdocs ServerName toast.test.mycompany.com FastCgiExternalServer /home/toast/jt/pi/pylib -host 127.0.0.1:5000 SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+SSLv2:+EXP:+eNULL SSLCertificateFile /etc/httpd/ssl/host.cert SSLCertificateKeyFile /etc/httpd/ssl/host.key However, it's working fine for me. When I go to eggs.test.mycommpany.com, I get the "eggs site", and when I go to toast, I get the "toast site." Am I missing something? I'm using the same certificate for all sites. The statement is very clear that this cannot and will not work, but it seems to be working for me. Can someone elucidate? ------=_Part_4897_11035206.1278005959938 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <= div style=3D'font-family: Times New Roman; font-size: 12pt; color: #000000'= >I've read this:
http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhost= s

and it seems to state that this:

<VirtualHost *:443><= br>    AddHandler  fastcgi-script   &nbs= p;          .fcgi .fcg .fpl .p= y .pyc
    DocumentRoot /home/eggs/jt/pi/www/htdocs
&n= bsp;   ServerName eggs.test.mycompany.com
    F= astCgiExternalServer /home/eggs/jt/pi/pylib -host 127.0.0.1:5000
 &= nbsp;  SSLEngine on
    SSLCipherSuite ALL:!ADH:!EXP= ORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+SSLv2:+EXP:+eNULL
  &= nbsp; SSLCertificateFile /etc/httpd/ssl/host.cert
    SSL= CertificateKeyFile /etc/httpd/ssl/host.key
</VirtualHost>

&= lt;VirtualHost *:443>
    AddHandler  fastcgi-script    &= nbsp;         .fcgi .fcg .fpl .py .= pyc
    DocumentRoot /home/toast/jt/pi/www/htdocs
    ServerName toast.test.mycompany.com
    FastCgiExternalServer /home/toast/jt/pi/pylib -host 127.= 0.0.1:5000
    SSLEngine on
    SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:= +LOW:+SSLv3:+SSLv2:+EXP:+eNULL
    SSLCertificateFile /etc/httpd/ssl/host.cert
    SSLCertificateKeyFile /etc/httpd/ssl/host.key
</VirtualHost>

However, it's working fine for me. When I go to eggs.test.mycommpany.co= m, I get the "eggs site", and when I go to toast, I get the "toast site."
Am I missing something? I'm using the same certificate for all sites.= The statement is very clear that this cannot and will not work, but it see= ms to be working for me.

Can someone elucidate?
------=_Part_4897_11035206.1278005959938--