From owner-cvs-all Wed Jun 24 11:24:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28698 for cvs-all-outgoing; Wed, 24 Jun 1998 11:24:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28395; Wed, 24 Jun 1998 11:23:13 -0700 (PDT) (envelope-from marcs@znep.com) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.7/8.8.7) with UUCP id MAA06628; Wed, 24 Jun 1998 12:23:06 -0600 (MDT) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id LAA17937; Wed, 24 Jun 1998 11:18:34 -0700 (PDT) Date: Wed, 24 Jun 1998 11:18:33 -0700 (PDT) From: Marc Slemko To: "Andrey A. Chernov" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/www/apache13 Makefile In-Reply-To: <199806091950.MAA00545@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 9 Jun 1998, Andrey A. Chernov wrote: > ache 1998/06/09 12:50:04 PDT > > Modified files: > www/apache13 Makefile > Log: > Performance tuning as described in http://www.apache.org/docs/misc/perf-tuning.html > Add --disable-rule=STATUS and -DBUFFERED_LOGS > > Revision Changes Path > 1.54 +3 -2 ports/www/apache13/Makefile NO! This is _NOT_ appropriate for a general purpose port. Status should, of anything, be fully enabled because of its use to the client and very minimal overhead for 99% of servers. BUFFERED_LOGS should _NOT_ be set by default because it causes great confusion when users can't see hits in their logfile. The savings it generates are not relevant for the typical server, and should only be done by those people who wish to. We have already had one PR from a confused FreeBSD user about why Apache 1.3 was acting strangely when logging. -- Marc Slemko | Apache Group member marcs@znep.com | marc@apache.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message