Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 41461 invoked from network); 28 Nov 2006 13:15:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2006 13:15:40 -0000 Received: (qmail 72795 invoked by uid 500); 28 Nov 2006 13:15:39 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 72774 invoked by uid 500); 28 Nov 2006 13:15:39 -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 72762 invoked by uid 99); 28 Nov 2006 13:15:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Nov 2006 05:15:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jslive@gmail.com designates 66.249.82.236 as permitted sender) Received: from [66.249.82.236] (HELO wx-out-0506.google.com) (66.249.82.236) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Nov 2006 05:15:26 -0800 Received: by wx-out-0506.google.com with SMTP id h26so2077652wxd for ; Tue, 28 Nov 2006 05:15:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=JkYdiTraFbEgUMsQbO0FyjYVy2f9LSDwJ7z+FBaV3MAKCbo7wXFNRX5WXhMAnG8m1OxL0oZO+lugR1GqDsbdzlDxalkxOTL+o8fyYXReR4iNlRUh2G2bRyNA37yvy11rPpzhmcF0dt73J3VOlI/Jglci0RtBxAu+JDrj5aVpVYA= Received: by 10.70.92.12 with SMTP id p12mr1676709wxb.1164719705315; Tue, 28 Nov 2006 05:15:05 -0800 (PST) Received: by 10.70.45.4 with HTTP; Tue, 28 Nov 2006 05:15:05 -0800 (PST) Message-ID: Date: Tue, 28 Nov 2006 08:15:05 -0500 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 149af4ffac230356 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Virtual Hosts and SSL On 11/28/06, Steve Swift wrote: > What puzzles me is this: > The VirtualHost definition above seems to be working as SSL is finding the > Certificate File (otherwise how would SSL work at all?) > How is this VirtualHost definition working in conjunction with > "NameVirtualHost *:80" ? It has no relation with the NameVirtualHost directive. Notice that NameVirtualHost applies to only the IP-Address:ports matching *:80 -- so it only affects port-80 hosts. The SSL vhost is on port _default_:443, meaning that it catches all IP addresses (not otherwise mapped) on port 443. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org