From owner-cvs-all Wed Jun 24 13:23:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20297 for cvs-all-outgoing; Wed, 24 Jun 1998 13:23:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20222; Wed, 24 Jun 1998 13:22:58 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id WAA09893; Wed, 24 Jun 1998 22:15:11 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id VAA07833; Wed, 24 Jun 1998 21:41:20 +0200 (CEST) (envelope-from andreas) Message-ID: <19980624214120.A7176@klemm.gtn.com> Date: Wed, 24 Jun 1998 21:41:20 +0200 From: Andreas Klemm To: Marc Slemko , "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/www/apache13 Makefile References: <199806091950.MAA00545@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Marc Slemko on Wed, Jun 24, 1998 at 11:18:33AM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, Jun 24, 1998 at 11:18:33AM -0700, Marc Slemko wrote: > On Tue, 9 Jun 1998, Andrey A. Chernov wrote: > > 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 > > 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. Could it be a good compromise, to document this in the port ??? Descrition file would be suitable for this ... Another solution: make it a build option ... # make BUFFERED_LOGS=yes and in ports Makefile .if $BUFFERED_LOGS @echo "bla ... warning, this causes ..." CFLAGS+=... .endif -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message