From 73a3db9545374f99cf328161e900765b97f50545 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 9 Jun 1998 19:49:59 +0000 Subject: Performance tuning as described in http://www.apache.org/docs/misc/perf-tuning.html Add --disable-rule=STATUS and -DBUFFERED_LOGS --- www/apache2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/apache2') diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 016308832fee..12479ec0d30c 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.52 1998/06/06 19:09:23 ache Exp $ +# $Id: Makefile,v 1.53 1998/06/07 02:39:22 asami Exp $ # DISTNAME= apache_1.3.0 @@ -22,13 +22,14 @@ CONFIGURE_ARGS= \ --datadir=${PREFIX}/www \ --proxycachedir=${PREFIX}/www/proxy \ --libexecdir=${PREFIX}/libexec/apache \ + --disable-rule=STATUS \ --enable-shared=remain \ --enable-module=most \ --enable-module=auth_db \ --disable-module=auth_dbm CONFIGURE_ENV= \ -OPTIM='-DDOCUMENT_LOCATION=\\"'${PREFIX}'/www/data/\\" \ +OPTIM='-DBUFFERED_LOGS -DDOCUMENT_LOCATION=\\"'${PREFIX}'/www/data/\\" \ -DDEFAULT_PATH=\\"/bin:/usr/bin:'${PREFIX}'/bin\\"' MAN1= ab.1 apachectl.1 dbmmanage.1 htdigest.1 htpasswd.1 -- cgit v1.2.3