From owner-freebsd-questions Wed Sep 13 9:27:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wormhole.bluestar.net (wormhole.bluestar.net [208.53.1.61]) by hub.freebsd.org (Postfix) with ESMTP id 3E90637B423 for ; Wed, 13 Sep 2000 09:27:30 -0700 (PDT) Received: from bsd.planetwe.com (bsd.planetwe.com [64.182.69.158]) by wormhole.bluestar.net (8.10.1/8.10.1) with ESMTP id e8DGRON00853 for ; Wed, 13 Sep 2000 11:27:24 -0500 (CDT) Received: (from steve@localhost) by bsd.planetwe.com (8.9.3/8.9.3) id LAA24292 for freebsd-questions@freebsd.org; Wed, 13 Sep 2000 11:27:25 -0500 (CDT) (envelope-from steve) Date: Wed, 13 Sep 2000 11:27:25 -0500 From: Steve Price To: freebsd-questions@freebsd.org Subject: SSL apache question Message-ID: <20000913112725.I55208@bsd.planetwe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I can't get to the apache.org site and I have question that is just eating me up to know the answer to. Is it possible to have multiple SSL-enabled websites hosted on a single box? I'm pretty sure one can do this but I'll be darned if I can figure out how. :/ Here's a distillation of what I believe to be the relevant lines in my apache.conf. NameVirtualHost 192.168.21.21 DocumentRoot /foo ServerName www.foo.com DocumentRoot /bar ServerName www.bar.com When I access https://www.foo.com/ I get foo's pages, but when I access https://www.bar.com/ I still get foo's pages. What am I doing wrong? -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message