Date: Fri, 16 Nov 2007 00:53:39 +0200 From: "tethys ocean" <tethys.ocean@gmail.com> To: "FreeBSD Questions" <questions@freebsd.org> Subject: Re: PHP 5.2.4 FreeBSD 6.3-PRERELEASE squirrelmail-1.4.11 Message-ID: <235b80000711151453r4536c83evadeea20615d048b2@mail.gmail.com> In-Reply-To: <235b80000711150717x5dc8d3b4w3b0093c74f2bc834@mail.gmail.com> References: <235b80000711150717x5dc8d3b4w3b0093c74f2bc834@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <tethys.ocean@gmail.com> 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 > > > ************************************************************************************** > <?php > > /** > * 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 '<html><body><p><strong>ERROR:</strong> Config file ' . > '"<tt>config/config.php</tt>" not found. You need to ' . > 'configure SquirrelMail before you can use it.</p></body></html>'; > 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?? >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?235b80000711151453r4536c83evadeea20615d048b2>