From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 20:41:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C982D16A40F for ; Thu, 21 Sep 2006 20:41:37 +0000 (UTC) (envelope-from albi@scii.nl) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70FB243D49 for ; Thu, 21 Sep 2006 20:41:35 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:22636 helo=http.aseed.net) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1GQVMU-0003Ie-9P; Thu, 21 Sep 2006 20:41:34 +0000 Received: from amandla (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.net (Postfix) with ESMTP id E7E9E58297; Thu, 21 Sep 2006 22:41:47 +0200 (CEST) Date: Thu, 21 Sep 2006 22:41:32 +0200 From: albi To: justin Message-Id: <20060921224132.2e3a5c9e.albi@scii.nl> In-Reply-To: <20060921222701.D63174@justnosweat.net> References: <20060921222701.D63174@justnosweat.net> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: squirrelmail 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: Thu, 21 Sep 2006 20:41:37 -0000 On Thu, 21 Sep 2006 22:37:44 +0000 (UTC) justin wrote: > I`ve got a problem with squirrelmail > when i try to reach it through my browser i get the index.php > with the following message: --cut -- > // Are we configured yet? > if( ! file_exists ( 'config/config.php' ) ) { -- cut -- > So my questions is why the squirrelmail interface isnt executeted. did you run ./configure in /usr/local/www/squirrelmail/ ? and do you have in apache's config the following ? DirectoryIndex index.html index.html.var index.php AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps -- grtjs, albi