summaryrefslogtreecommitdiff
path: root/www/apache2
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-06-09 19:49:59 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-06-09 19:49:59 +0000
commit73a3db9545374f99cf328161e900765b97f50545 (patch)
tree035852283332bb8ef887694f7aa56aa6d3f0b63f /www/apache2
parentSeems there is no app-defaults file anymore. (diff)
Performance tuning as described in http://www.apache.org/docs/misc/perf-tuning.html
Add --disable-rule=STATUS and -DBUFFERED_LOGS
Notes
Notes: svn path=/head/; revision=11367
Diffstat (limited to 'www/apache2')
-rw-r--r--www/apache2/Makefile5
1 files changed, 3 insertions, 2 deletions
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