From owner-freebsd-stable@FreeBSD.ORG Tue Jan 23 21:11:43 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A6A216A406 for ; Tue, 23 Jan 2007 21:11:43 +0000 (UTC) (envelope-from gmenhennitt@optusnet.com.au) Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au [211.29.132.197]) by mx1.freebsd.org (Postfix) with ESMTP id AC25813C45E for ; Tue, 23 Jan 2007 21:11:42 +0000 (UTC) (envelope-from gmenhennitt@optusnet.com.au) Received: from [203.2.73.8] (c210-49-176-194.mckinn1.vic.optusnet.com.au [210.49.176.194]) by mail16.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l0NLBeEP026135; Wed, 24 Jan 2007 08:11:41 +1100 Message-ID: <45B67A85.4080500@optusnet.com.au> Date: Wed, 24 Jan 2007 08:13:41 +1100 From: Graham Menhennitt User-Agent: Thunderbird 2.0b1 (Windows/20061206) MIME-Version: 1.0 To: Matthew Herzog References: <7cf39bb60701231201o4330cf1an8fa891a0086e48a4@mail.gmail.com> In-Reply-To: <7cf39bb60701231201o4330cf1an8fa891a0086e48a4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: php apache2 config X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jan 2007 21:11:43 -0000 Matthew Herzog wrote: > When I load a file named php4.info I can see all my php build > information. > > If I change that same file's name to phpinfo.php, I get a "premature > end of script headers" > error. The file contains this text only: > > phpinfo(); > ?> > > and is owned by apache. This is purely a guess since I know nothing about php or apache... Is phpinfo() causing a recursive call to phpinfo.php by chance? Graham