From owner-freebsd-questions@FreeBSD.ORG Thu Nov 15 22:53:41 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 869FF16A41A for ; Thu, 15 Nov 2007 22:53:41 +0000 (UTC) (envelope-from tethys.ocean@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.181]) by mx1.freebsd.org (Postfix) with ESMTP id 1A47F13C45B for ; Thu, 15 Nov 2007 22:53:40 +0000 (UTC) (envelope-from tethys.ocean@gmail.com) Received: by el-out-1112.google.com with SMTP id s27so323742ele for ; Thu, 15 Nov 2007 14:53:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=QbBIvef4qlkQWpCXknDBOadh2to/Q+ugFnXl47bGPbs=; b=PBvld5kU49Cus07w0kpBdnlrPtifkXw0lj0DzhLko/ofKuv8nrnukcAA2hQc8IPXPuNLE5GOrQSCyaiWa2QtKoLT+I2vpWuyFfpCqvSfUyygqMpLXb21YX0tF6NRYK8tmu+FDgSbK8BanZ1LCDO3D4jvQZvbUAjV9VL69aFv4MI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=PQRL6isAnvj5df9r7udn9PTRdYMnrt1n42zhL3YOKNs5M8XyvsecsbszKhsqpfFmS7YwHs1mRR5F0HUCV1fd7xPmSklwRdFOa8eZEZFCHhVbZ1+dF1rRLlrLYEhlZTtYKjbX3KoCN7paoG6w3iEFsqUL42J3m9gsJ+XPAkz/Iz4= Received: by 10.142.128.6 with SMTP id a6mr464672wfd.1195167219643; Thu, 15 Nov 2007 14:53:39 -0800 (PST) Received: by 10.142.136.20 with HTTP; Thu, 15 Nov 2007 14:53:39 -0800 (PST) Message-ID: <235b80000711151453r4536c83evadeea20615d048b2@mail.gmail.com> Date: Fri, 16 Nov 2007 00:53:39 +0200 From: "tethys ocean" To: "FreeBSD Questions" In-Reply-To: <235b80000711150717x5dc8d3b4w3b0093c74f2bc834@mail.gmail.com> MIME-Version: 1.0 References: <235b80000711150717x5dc8d3b4w3b0093c74f2bc834@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: PHP 5.2.4 FreeBSD 6.3-PRERELEASE squirrelmail-1.4.11 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, 15 Nov 2007 22:53:41 -0000 Hi, I am so sorry for make you to busy such kind of silly question. Since I solved myself... I must make ownership of webmail directory www. Now it is working ... in FreeBSD 6.2 Stable no need to change file ownership it remains root:wheel but 6.3 PRERELEASE We must chage to www:www /usr/local/www/apache22/data/webmail 2 drwxr-xr-x 14 www www 512 Nov 14 01:36 webmail Although in httpd.conf I have got such comment line in below it doesnt work out but now. AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps For this meaning what change is in 6.3 I didnt understant. I solve by by chance, trial and error. Sincerely On Nov 15, 2007 5:17 PM, tethys ocean wrote: > I am running with my newserver on FreeBSD 6.3-PRERELEASE PHP 5.2.4 > squirrelmail-1.4.11 now I cant configure squirrelmail. Whenever I > write http://my IP/webmail I am take some *php page that is > download..... such like content > > > ************************************************************************************** > > /** > * index.php > * > * Redirects to the login page. > * > * @copyright © 1999-2007 The SquirrelMail Project Team > * @license http://opensource.org/licenses/gpl-license.php GNU Public License > * @version $Id: index.php 12127 2007-01-13 20:07:24Z kink $ > * @package squirrelmail > */ > > // Are we configured yet? > if( ! file_exists ( 'config/config.php' ) ) { > echo '

ERROR: Config file ' . > '"config/config.php" not found. You need to ' . > 'configure SquirrelMail before you can use it.

'; > exit; > } > > // If we are, go ahead to the login page. > header('Location: src/login.php'); > > ?> > > ****************************************************************************** > > > and also I cant browse configtest page and also test.php > > I wonder this trouble is in my php config? or squirrelmail config?? >