From owner-freebsd-questions@FreeBSD.ORG Wed Sep 12 20:45:31 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 2CA3716A41B for ; Wed, 12 Sep 2007 20:45:31 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id DBA9E13C442 for ; Wed, 12 Sep 2007 20:45:30 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so205769nzf for ; Wed, 12 Sep 2007 13:45:30 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=2Uxb/Zj7TtTZVrn+0bx4RksXqr+3CjJvchvhrn2oCDE=; b=XcEoBzOzg2msAn+nz72jwxCKDNbx+XEdb4phsp1ui9GRXVIVxbxEYixucKnJfEGdDT6CN9vUekdR0YFwTEw3oXQb+MdHRDMTnagom+uZf6kAEtxKfMviRJOONukASfUZEiFFTbiCThGGLyPWBUKDNqfiWasjives/JGqKM3p4Ig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=k1YPT3ZZnFYi/Seyhb/IiS9ZWVOD1mveu3TYlgRFcuZyKTq2GEw90nkDW9Ziimc1GwGhju3I19XmRSGynA+e6rfqkGhJbSpIeMKILWtxiv0K3ifUEOTwZWOKtP4h192j09OtuTGK75gD4sMXN9tcG0pdsiD3HD/z03CFCaryATA= Received: by 10.64.242.5 with SMTP id p5mr15518641qbh.1189629929926; Wed, 12 Sep 2007 13:45:29 -0700 (PDT) Received: by 10.65.248.20 with HTTP; Wed, 12 Sep 2007 13:45:29 -0700 (PDT) Message-ID: <94136a2c0709121345j570a85b4jd52ab5159e0c9588@mail.gmail.com> Date: Wed, 12 Sep 2007 22:45:29 +0200 From: "Zbigniew Szalbot" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf [SOLVED] 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: Wed, 12 Sep 2007 20:45:31 -0000 Hello, 2007/9/12, Zbigniew Szalbot : > Hi there again, > > > > Actually, maybe my description should be corrected - that is when I > > > want to access a directory where index.php resides, apache will just > > > display this directory content. But when I click (not reload) the php > > > file, page is loaded correctly. > > > > > >> To try and come to the cause, take Indexes outof Options for a given > > >> directory/location. It should give a Forbidden at that time, reason will be > > >> in error log, the exact request should be in access log. Look for subtle > > >> differences if there are any - between the forbidden and the reloaded page > > >> (like ending slash or what not). > > > > > > I did it for one directory where it was defined and I did get 403 > > > error. So reading httpd-error.log: > > > Directory index forbidden by rule: /usr/local/www/data/test/ > > > > > > access-log: > > > "GET / HTTP/1.1" 403 302 > > > > > > Maybe I will have to say reconcile with php 4.4.7 after all. > > > > > > > > > maybe this was already mentioned, but what do you have DirectoryIndex > > set to? > > > > it should look something like: > > > > DirectoryIndex index.html index.php > > All is fine here. I do have index.php listed. The file httpd.conf came > almost without any modification (apart from usual php4 replaced php5 > references during update). I was given advice on php list to comment out everything in mod_dir.c starting from and then enter just this: DirectoryIndex index.php index.php3 index.html index.htm Everything now works very well! Thank you all for your patience with me! Zbigniew Szalbot