From owner-freebsd-questions@FreeBSD.ORG Sun Jan 4 03:55:58 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 5BE721065670 for ; Sun, 4 Jan 2009 03:55:58 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.freebsd.org (Postfix) with ESMTP id 18A928FC16 for ; Sun, 4 Jan 2009 03:55:57 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail1.panix.com (Postfix) with ESMTP id 72D5F29411 for ; Sat, 3 Jan 2009 22:55:57 -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 4531A16B65 for ; Sat, 3 Jan 2009 22:55:57 -0500 (EST) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1LJK5k-0007Zn-00 for ; Sat, 03 Jan 2009 22:55:56 -0500 Date: Sat, 3 Jan 2009 22:55:56 -0500 From: stan To: freebsd-questions@freebsd.org Message-ID: <20090104035556.GB28994@teddy.fas.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <20090104010332.GA25704@teddy.fas.com> <20090104022927.GA13072@the-grills.com> <20090104031501.GA28244@teddy.fas.com> <20090104033518.GA13260@the-grills.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090104033518.GA13260@the-grills.com> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 22:46:15 up 237 days, 5:08, 1 user, load average: 0.00, 0.00, 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:55:58 -0000 On Sat, Jan 03, 2009 at 09:35:18PM -0600, Kelly D. Grills wrote: > On Sat, Jan 03, 2009 at 10:15:01PM -0500, stan wrote: > > > 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? > > It's an issue with ampache and php5. I believe it's been fixed in ampache 3.4.4, > which is not in ports yet.i > > At any rate, in order to get your 3.4.3 working you need to edit your ampache.cfg.php > (/usr/local/www/ampache/config/ampache.cfg.php) > > Enclose the string values of rss_main_title, rss_main_description and rss_main_copyright > in double quotes. > > rss_main_title = "Ampache for the love of Music" > rss_main_description = "Rss feed for Ampache so you can monitor who is listening to what" > rss_main_copyright = "copyright (c) Speedy B for Ampache" Thanks, I would have never found that. We made progress, but now I get: The requested URL /login.php was not found on this server. Note that it's a different file it's complaining about now. You should be able to see this, if you point your browswer at beachcave.net/ampache BTW beachcave.net/test.php is working, I got that from: http://tinyurl.com/2khvsg For what it is worth, and thnaks so much for the help on this! -- 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.