Date: Wed, 8 Sep 1999 12:04:23 -0700 From: Shawn Ramsey <shawn@cpl.net> To: Adam Nealis <adamn@csl.com> Cc: questions@FreeBSD.ORG Subject: Re: mod_ssl question Message-ID: <19990908120422.A22000@cpl.net> In-Reply-To: <37D644C9.BA9115E8@csl.com>; from Adam Nealis on Wed, Sep 08, 1999 at 12:13:13PM %2B0100 References: <19990907125536.B13943@cpl.net> <37D644C9.BA9115E8@csl.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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: > > > <VirtualHost _default_:443> > > DocumentRoot /home/tobey/public_html/lucknowenterprises.com > > ServerName 209.150.92.95 > > becomes > > <VirtualHost 209.150.92.95:443> > DocumentRoot /home/tobey/public_html/lucknowenterprises.com > ServerName www.lucknowenterprises.com > . > . > . > </VirtualHost> > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990908120422.A22000>