From owner-freebsd-performance@FreeBSD.ORG Fri Feb 4 15:57:04 2005 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24CDF16A4CE for ; Fri, 4 Feb 2005 15:57:04 +0000 (GMT) Received: from ford.blinkenlights.nl (ford.blinkenlights.nl [213.204.211.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B99CF43D1D for ; Fri, 4 Feb 2005 15:57:01 +0000 (GMT) (envelope-from sten@blinkenlights.nl) Received: from tea.blinkenlights.nl (tea.blinkenlights.nl [IPv6:2001:960:301:3:a00:20ff:fe85:fa39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ford.blinkenlights.nl (Postfix) with ESMTP id 059963F294; Fri, 4 Feb 2005 16:57:00 +0100 (CET) Received: by tea.blinkenlights.nl (Postfix, from userid 101) id 86B7F286; Fri, 4 Feb 2005 16:56:59 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by tea.blinkenlights.nl (Postfix) with ESMTP id 74D8D268; Fri, 4 Feb 2005 16:56:59 +0100 (CET) Date: Fri, 4 Feb 2005 16:56:59 +0100 (CET) From: Sten Spans To: Steven Hartland In-Reply-To: <075901c50ac5$8d56acb0$7f06000a@int.mediasurface.com> Message-ID: References: <20050204103210.69846.qmail@web26806.mail.ukl.yahoo.com> <075901c50ac5$8d56acb0$7f06000a@int.mediasurface.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-performance@freebsd.org cc: Vladimir Vrzic cc: Claus Guttesen Subject: Re: Apache 2 on FreeBSD 5.3 X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 15:57:04 -0000 On Fri, 4 Feb 2005, Steven Hartland wrote: > ----- Original Message ----- From: "Sten Spans" > >> I run apache with php as cgi on some boxen for security reasons, >> and will migrate to apache2 because of the improved errorlog handling >> ( try print stderr "\n\n\n"; in a cgi to see the difference ). > > iirc this there is a compile time switch which fixes this. nope, I ain't talking about the unescaped stuff. In apache13 errorlog is straight stderr for cgi's. With apache2 things are fidled with in mod_cgi which stops extranous \n's. I need this to be able to split the errorlog per vhost ( I don't want to waste fd's on an errorlog per vhost ). -- Sten Spans "There is a crack in everything, that's how the light gets in." Leonard Cohen - Anthem