From owner-freebsd-isp@FreeBSD.ORG Mon Aug 4 22:01:59 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 975EC37B401 for ; Mon, 4 Aug 2003 22:01:59 -0700 (PDT) Received: from skywalker.rogness.net (skywalker.rogness.net [64.251.173.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id A609C43F85 for ; Mon, 4 Aug 2003 22:01:58 -0700 (PDT) (envelope-from nick@rogness.net) Received: from skywalker.rogness.net (localhost [127.0.0.1]) by skywalker.rogness.net (8.12.5/8.12.5) with ESMTP id h7558w75063251; Mon, 4 Aug 2003 23:08:58 -0600 (MDT) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost)h7558v69063248; Mon, 4 Aug 2003 23:08:58 -0600 (MDT) X-Authentication-Warning: skywalker.rogness.net: nick owned process doing -bs Date: Mon, 4 Aug 2003 23:08:56 -0600 (MDT) From: Nick Rogness To: Darryl Hoar In-Reply-To: <009d01c35ac1$e9fbb100$0701a8c0@darryl> Message-ID: <20030804230334.Y63035-100000@skywalker.rogness.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-isp@freebsd.org Subject: Re: Apache13-fp + Named Virtual Hosts X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2003 05:02:00 -0000 On Mon, 4 Aug 2003, Darryl Hoar wrote: > Sorry, forgot to mention in first post that I'm not on freebsd-isp. I > am on freebsd-questions though. > > > Greetings, > I installed apache13-fp from the ports on my 4.7-stable box. > Started it up (thanks scot) and got it running. Works just > fine publishing from Frontpage 2000 to the apache webserver. > > Unfortunately, I need to have this apache server implimentation > hosts a couple sites. So here is what I tried: > > 1. Shutdown apache server. > 2. Modify httpd.conf. Changed DocumentRoot to be /websites/data > changed > 3. Uncommented NameVirtualHost * line in httpd.conf > 4. Added VirtualHost blocks > > DocumentRoot /websites/data/internal > ServerName www.osborneindustries.com > > > DocumentRoot /websites/data/test > ServerName test.osborneindustries.com > > > 5. Made sure last Virtual Host block was: > > ServerName test.osborneindustries.com > > > 6. Reran /usr/local/frontpage/version5.0/fp_install.sh > no to sub/user webs. Yes to virtual hosts. > > It doesn't work right when I try to use the setup. It either doesn't > think the extension are running on the server, or it perpetually asks > for username/password and won't accept the ones I defined in > fp_install.sh. > Can you hit the site via a web browser? e.g.: http://www.osborneindustries.com Make sure your virtual hosts are working before you even try fp extentions. Make sure the user/group that owns the files in DocumentRoot have uid/gui > 100. Make sure you have the proper 'AllOveride All' directives for those directories. Use the owsadm.exe command line tool if fp_install.sh still doesn't work. Oh and forgot to mention, close httpd.conf file before running these tools. The install will fail if httpd.conf is opened with vi or another editor. Nick Rogness - How many people here have telekenetic powers? Raise my hand. -Emo Philips