From owner-freebsd-questions@FreeBSD.ORG Sun Jan 4 03:15:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35A95106564A for ; Sun, 4 Jan 2009 03:15:03 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id CD3A48FC12 for ; Sun, 4 Jan 2009 03:15:02 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail2.panix.com (Postfix) with ESMTP id EB8A834816 for ; Sat, 3 Jan 2009 22:15:01 -0500 (EST) Received: from teddy.fas.com (c-76-26-198-188.hsd1.sc.comcast.net [76.26.198.188]) by mailbackend.panix.com (Postfix) with ESMTP id C82BD1708E for ; Sat, 3 Jan 2009 22:15:01 -0500 (EST) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1LJJS9-0007NJ-00 for ; Sat, 03 Jan 2009 22:15:01 -0500 Date: Sat, 3 Jan 2009 22:15:01 -0500 From: stan To: freebsd-questions@freebsd.org Message-ID: <20090104031501.GA28244@teddy.fas.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <20090104010332.GA25704@teddy.fas.com> <20090104022927.GA13072@the-grills.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090104022927.GA13072@the-grills.com> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 22:09:18 up 237 days, 4:31, 1 user, load average: 0.00, 0.03, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Re: PHP setup question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2009 03:15:03 -0000 On Sat, Jan 03, 2009 at 08:29:27PM -0600, Kelly D. Grills wrote: > On Sat, Jan 03, 2009 at 08:03:32PM -0500, stan wrote: > > > > I am trying to get the ampcache port working on a 7.1 machine. I have > > installed the port, which puts it's files in /usr/local/www/a,pcache. I > > have my Apache serer configured to use /usr/local/www/data as it's > > documentroot: > > > > DocumentRoot "/usr/local/www/data" > > > > snippage > > > and restarted Apache Yet when I point my browser to > > http://my_machine/ampcache > > > > I get a "Not Found" error. > > > > What am I doing wrong? > > Your ampache installation is not in your DocumentRoot. > > Edit your httpd.conf ... > > To allow access to your ampache: > > > Order allow,deny > Allow from all > > > To map your ampache's web path to it's filesystem path: > > Alias /ampache "/usr/local/www/ampache" > Hmm, I thoght my Follow Symlinks directive would fix that. But I removed that link, made teh changes you sugested, and now I get: The requested URL /update.php was not found on this server. What else might I have wrong? -- One of the main causes of the fall of the roman empire was that, lacking zero, they had no way to indicate successful termination of their C programs.