Date: Tue, 11 Sep 2007 21:58:02 +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: <94136a2c0709111258s26c02d1bpbda67521c910472a@mail.gmail.com> In-Reply-To: <94136a2c0709111019q249f01b8ra644c92fbd3a2869@mail.gmail.com> References: <94136a2c0709111019q249f01b8ra644c92fbd3a2869@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello again, 2007/9/11, Zbigniew Szalbot <zszalbot@gmail.com>: > Dear all, > > 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. > > 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 > > So I am a bit stuck as to what may cause this strange behaviour. I am running: > PHP 5.2.3 with Suhosin-Patch 0.9.6.2 (cli) (built: Sep 11 2007 17:36:31) > Copyright (c) 1997-2007 The PHP Group > Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies > > Server version: Apache/1.3.37 (Unix) > Server built: Jun 27 2007 07:58:38 > > FreeBSD 6.2-RELEASE-p6 #4 > /usr/obj/usr/src/sys/SZALBOT > > httpd-error.log does not show any error despite having error_reporting > = E_ALL & ~E_NOTICE set in php.ini. > > Many thanks in advance! My next (not so brillian thought) was to refresh apache. And when I now try to start apache, I get core dumps.. Sep 11 21:47:45 szalbot kernel: pid 71766 (httpd), uid 0: exited on signal 11 (core dumped) $ httpd -v Server version: Apache/1.3.39 (Unix) Server built: Sep 11 2007 20:48:37 I guess I should be asking on the apache list by now? Thanks! Zbigniew Szalbot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?94136a2c0709111258s26c02d1bpbda67521c910472a>