From owner-freebsd-questions@FreeBSD.ORG Tue Sep 11 19:58:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E301E16A417 for ; Tue, 11 Sep 2007 19:58:05 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by mx1.freebsd.org (Postfix) with ESMTP id B142713C46B for ; Tue, 11 Sep 2007 19:58:05 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so709479nzf for ; Tue, 11 Sep 2007 12:58:04 -0700 (PDT) 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:content-transfer-encoding:content-disposition:references; bh=7vpJgVbAfd8eU8RS/kZMrbolg3YnYXIlR4sHaJPRh0g=; b=FQbeYyMuaR3RfowTQb0PVRTpn+zA7g8Z4Px9uNbjs7swbgqIk3N51OcQAwiLAmV7JWiiOIbutx6taKP0RQpFZiKWYFIq5tn5hC6u/Oye3PjpFE+l7UwMfmIv3E4wq4x+hrDw7noP9sIeTs73JnE/5BOGL2VDmIvHy1IV67n+S9c= 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:content-transfer-encoding:content-disposition:references; b=W0V5ccvNNWjVgxVhOB/cuGaJbNjwSqhX37RGc/9n3u2CcYI/Fi5T1qeeILIoHyIde4ON7wJyJjIkPuZxFNFqMABfIi8Y2A48P3bjm7fkiya4s9e1nzq8fcqNmSTwguhEYjuI5tbYSYOU0rwEMuaZaKASETq2sGi3XCbJwG3Zq+0= Received: by 10.64.153.4 with SMTP id a4mr12781253qbe.1189540682043; Tue, 11 Sep 2007 12:58:02 -0700 (PDT) Received: by 10.65.248.20 with HTTP; Tue, 11 Sep 2007 12:58:01 -0700 (PDT) Message-ID: <94136a2c0709111258s26c02d1bpbda67521c910472a@mail.gmail.com> Date: Tue, 11 Sep 2007 21:58:02 +0200 From: "Zbigniew Szalbot" To: freebsd-questions@freebsd.org In-Reply-To: <94136a2c0709111019q249f01b8ra644c92fbd3a2869@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <94136a2c0709111019q249f01b8ra644c92fbd3a2869@mail.gmail.com> Subject: Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf 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: Tue, 11 Sep 2007 19:58:06 -0000 Hello again, 2007/9/11, Zbigniew Szalbot : > 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 > > > DirectoryIndex index.php index.php3 index.html > > > 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