Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 66328 invoked from network); 2 Nov 2010 18:22:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Nov 2010 18:22:26 -0000 Received: (qmail 54281 invoked by uid 500); 2 Nov 2010 18:22:53 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 54241 invoked by uid 500); 2 Nov 2010 18:22:53 -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 54204 invoked by uid 99); 2 Nov 2010 18:22:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 18:22:53 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [81.169.184.27] (HELO mail.bzug.de) (81.169.184.27) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 18:22:45 +0000 Received: from wookie.localnet (cl-310.ham-02.de.sixxs.net [IPv6:2001:6f8:1c00:135::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eggert.ehmke@ftv-spandau.de) by mail.bzug.de (Postfix) with ESMTPSA id 3FC682AE8AA1 for ; Tue, 2 Nov 2010 19:22:25 +0100 (CET) From: chris@eehmke.de To: users@httpd.apache.org Date: Tue, 2 Nov 2010 19:22:22 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.34-gentoo-r12; KDE/4.4.5; x86_64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201011021922.22734.chris@eehmke.de> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] IP based virtual hosts for SSL On Dienstag 02 November 2010, Eric Covener wrote: > > > > SSLEngine on > > You can't have SSL and non-SSL in a single vhost -- the non-ssl > requests that are mapped to this vhost won't work. But you can easily have two different vhosts, one on port 80, one on port 443 for the same URL. --------------------------------------------------------------------- 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