Date: Wed, 12 Sep 2007 09:23:19 +0200 From: "Zbigniew Szalbot" <zszalbot@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf Message-ID: <94136a2c0709120023r3d6d6ea4s41356861e9f6563e@mail.gmail.com> In-Reply-To: <Pine.BSF.3.96.1070912141316.6998A-100000@gaia.nimnet.asn.au> References: <20070911234241.B2CAF16A4AC@hub.freebsd.org> <Pine.BSF.3.96.1070912141316.6998A-100000@gaia.nimnet.asn.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi there again, 2007/9/12, Ian Smith <smithi@nimnet.asn.au>: > On Tue, 11 Sep 2007 19:19:32 +0200 Zbigniew Szalbot wrote: > > > I decided to upgrade my home machine to php5.2.3 from 4.4.7. All went > > fine. I had one error about hash extension already loaded which I > > solved by deleting a duplicated entry from extensions.ini. The curious > > thing is that once apache has been restarted, if I want to load a > > website which resides on this box, it behaves as if no php was enabled > > in apache. In other words I can see the directory content (files > > present in a given directory) despite index.php being there. What is > > more strange is that when I click reload, the website is indeed loaded > > into browser! So when I first type an URL, it shows directory content. > > After hitting reload in browser (tested with both FF and IE), the page > > is shown. > > Except for the reload bit - perhaps I never tried that - I've been here. > > > My first thought was checking httpd.conf > > > > <IfModule mod_php5.c> > > DirectoryIndex index.php index.php3 index.html > > </IfModule> > > > > and also > > AddType application/x-tar .tgz > > AddType application/x-httpd-php .php > > AddType application/x-httpd-php-source .phps > > The latter AddTypes should be within <IfModule mod_mime.c> section? No, it wasn't in there but I moved it to this section. There is no difference. I cannot start apache. > > index.php3 there looks a bit odd, unless you're supporting some old > .php3 scripts? If you're then still having trouble, show us the whole > <IfModule mod_dir.c> .. </IfModule> section? > > For a php4 to php5 update, make sure you also have such as: > > #LoadModule php4_module libexec/apache/libphp4.so > LoadModule php5_module libexec/apache/libphp5.so > > and > > #AddModule mod_php4.c > AddModule mod_php5.c > > And check that /usr/local/libexec/apache/libphp5.so exists! Everything is fine here. But I think now that the problem is not with apache but with php. It does not even matter if I do start or startssl. In both instances the httpd server dies. The reason I think it is php-related is that when I issue php -v I get: PHP 5.2.3 with Suhosin-Patch 0.9.6.2 (cli) (built: Sep 12 2007 08:59:52) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies Segmentation fault (core dumped) pkg_info | grep php5 php5-5.2.3_1 PHP Scripting Language (Apache Module and CLI) I do not really feel like upgrading apache (as suggested by someone else - thank you by the way) because it is just a home machine on which I do not need all the greatest and latest. If there's nothing obvious that comes to your mind I will try posting it on a php list. Thank you! Zbigniew Szalbot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?94136a2c0709120023r3d6d6ea4s41356861e9f6563e>