From owner-freebsd-questions@FreeBSD.ORG Sat Jun 14 21:08:10 2008 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 2E7B11065680 for ; Sat, 14 Jun 2008 21:08:10 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id 12A3F8FC0C for ; Sat, 14 Jun 2008 21:08:10 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id DD9331CCA8; Sat, 14 Jun 2008 14:08:09 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with LMTP id fgqJxzRosFOf; Sat, 14 Jun 2008 14:08:06 -0700 (PDT) Date: Sat, 14 Jun 2008 17:08:03 -0400 From: Sahil Tandon To: Gary Kline Message-ID: <20080614210803.GC3520@shepherd> Mail-Followup-To: Gary Kline , "freebsd-questions@freebsd.org" References: <20080613225024.GA5175@thought.org> <20080614044723.GB14869@thought.org> <20080614045655.GC2482@shepherd> <20080614052716.GC14869@thought.org> <20080614144815.GA2892@shepherd> <20080614203754.GB42682@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080614203754.GB42682@thought.org> Cc: "freebsd-questions@freebsd.org" Subject: Re: How do I install pphpBB2? [WAS: Re: okay, it's time to ask....] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2008 21:08:10 -0000 Gary Kline wrote: > > AllowOverride None > Order Allow,deny > Allow from all > > > > AllowOverride None > Order Allow,deny > Allow from all > > > > AllowOverride None > Order Allow,deny > Allow from all > > > > ..... > > > so, doi set up myphpbb[23] here?? Perhaps. > 32327:[Wed Jun 11 17:20:18 2008] [error] [client 10.47.0.250] File does > not exist: /usr/local/www/thought.org/phpbb That seems pretty clear to me. Apache is looking for phpbb in /usr/local/www/thought.org/phpbb, where it does not exist. Fix that or configure apache to look in the appropriate location. -- Sahil Tandon