Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 50546 invoked by uid 500); 12 Jun 2003 15:01:31 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 50528 invoked from network); 12 Jun 2003 15:01:30 -0000 Received: from tidos.tid.es (HELO tid.tid.es) (193.145.240.2) by daedalus.apache.org with SMTP; 12 Jun 2003 15:01:30 -0000 Received: from conversion-daemon.tid.hi.inet by tid.hi.inet (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002)) id <0HGD00601IUQG3@tid.hi.inet> for users@httpd.apache.org; Thu, 12 Jun 2003 17:01:31 +0200 (MEST) Received: from tid.es (mgc.hi.inet [10.95.47.217]) by tid.hi.inet (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002)) with ESMTP id <0HGD003G5J2J0E@tid.hi.inet> for users@httpd.apache.org; Thu, 12 Jun 2003 17:01:31 +0200 (MEST) Date: Thu, 12 Jun 2003 17:00:25 +0200 From: Miguel =?iso-8859-1?Q?Gonz=E1lez=20Casta=F1os?= To: users@httpd.apache.org Message-id: <3EE89589.899A83A@tid.es> MIME-version: 1.0 X-Mailer: Mozilla 4.78 [es] (Windows NT 5.0; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: es References: <3EE893CC.60801@vistasource.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] multiple virtual hosts that use both port 80 & 443 When you compile Apache with SSL support as you probably have realized, the default is SSL, so you have to disable SSL in order to use non-SSL connection (normally the virtual hosts with the default HTTP port - 80 ) Well, what you have to do is use NameVirtualHost 192.168.1.2:80 ServerName server1 ServerName server2 NameVirtualHost 192.168.1.2:443 ServerName server1 ServerName server2 "Kent C. Kollasch" ha escrito: > Is it possible to set up multiple virtual hosts that use both port 80 & > 443? So far, I've only been able to get it two work with two vh's. The > other ones seem to redirect to the default server. I didn't have the > same problem with apache 1.3.7 (currently using 2.0.40). > > -- > ******************************* > Kent C. Kollasch > Manager, IT > VistaSource, Inc. > 117 Flanders Rd. > Westboro, MA 01581 > > Phone: (774) 760-1015 > mailto:kent@vistasource.com > > Check out our web pages!! > http://www.vistasource.com -> VistaSource's Home page > http://www.anywarerealtime.com -> Solutions for optimized data retrieval > and optimized data analysis. > > --------------------------------------------------------------------- > 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 --------------------------------------------------------------------- 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