From owner-freebsd-questions@FreeBSD.ORG Sat Jun 3 21:01:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 994C216A47A for ; Sat, 3 Jun 2006 21:01:44 +0000 (UTC) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE85943D46 for ; Sat, 3 Jun 2006 21:01:43 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 20827 invoked by uid 510); 3 Jun 2006 22:08:20 +0100 Received: from 192.168.0.104 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.88/1261. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(192.168.0.104):SA:0(-4.6/5.0):. Processed in 0.924581 secs); 03 Jun 2006 21:08:20 -0000 X-Spam-Status: No, hits=-4.6 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(192.168.0.104):SA:0(-4.6/5.0):. Processed in 0.924581 secs Process 20820) Received: from unknown (HELO ubuntu.bathnetworks.local.bathnetworks.local) (bsd@bathnetworks.com@192.168.0.104) by lmail.bathnetworks.co.uk with SMTP; 3 Jun 2006 22:08:19 +0100 From: robert To: Toomas Aas In-Reply-To: <4481EADD.3070501@raad.tartu.ee> References: <1149358324.9348.25.camel@localhost.localdomain> <4481EADD.3070501@raad.tartu.ee> Content-Type: text/plain Date: Sat, 03 Jun 2006 22:01:41 +0100 Message-Id: <1149368501.9348.41.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: 7bit Cc: Free BSD Subject: Re: Apache22 + PHP5 installation issues 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: Sat, 03 Jun 2006 21:01:44 -0000 On Sat, 2006-06-03 at 23:02 +0300, Toomas Aas wrote: > robert wrote: > > > My httpd.conf has: > > > > LoadModule php5_module libexec/apache22/libphp5.so > > > > To which I have added: > > > > AddType application/x- httpd-php .php > > AddType application/x- httpd-php-source .phps > ^ > You should not have a space here > > > I have also tried adding index.php to the DirectoryIndex > > > > I have to follow the handbook and tried this: > > > > > > DirectoryIndex index.php index.html > > > > > > AddType application/x- httpd-php .php > > AddType application/x- httpd-php-source .phps > ^ > Here too > > Toomas, Thanks I corrected this and restarted Apache, unfortunately still the same problem. Rob