From owner-freebsd-questions Wed Sep 8 12: 3:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id 5105A15762 for ; Wed, 8 Sep 1999 12:02:53 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.9.3/8.9.3) id MAA02820; Wed, 8 Sep 1999 12:04:23 -0700 (PDT) Date: Wed, 8 Sep 1999 12:04:23 -0700 From: Shawn Ramsey To: Adam Nealis Cc: questions@FreeBSD.ORG Subject: Re: mod_ssl question Message-ID: <19990908120422.A22000@cpl.net> References: <19990907125536.B13943@cpl.net> <37D644C9.BA9115E8@csl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <37D644C9.BA9115E8@csl.com>; from Adam Nealis on Wed, Sep 08, 1999 at 12:13:13PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > What is missing from your set up is an IP address that apache is bound > to for your host, and a server name. For example: > > > > > DocumentRoot /home/tobey/public_html/lucknowenterprises.com > > ServerName 209.150.92.95 > > becomes > > > DocumentRoot /home/tobey/public_html/lucknowenterprises.com > ServerName www.lucknowenterprises.com > . > . > . > > > This way, a request from https://www.lucknowenterprises.com/ will get > the lucknowenterprises.com server. > > Hope this helps a little, > Adam. Yup, helps a lot. :) I tried something like that, but I think I left the ServerName directive off, if that makes a difference. It works now though... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message