diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-06-09 19:49:59 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-06-09 19:49:59 +0000 |
commit | 73a3db9545374f99cf328161e900765b97f50545 (patch) | |
tree | 035852283332bb8ef887694f7aa56aa6d3f0b63f /www/apache20 | |
parent | 8a8cf8ba48a3d28d3857070af8bf8afe7c520257 (diff) | |
download | ports-73a3db9545374f99cf328161e900765b97f50545.tar.gz ports-73a3db9545374f99cf328161e900765b97f50545.zip |
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/apache20')
-rw-r--r-- | www/apache20/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 016308832fee..12479ec0d30c 100644 --- a/www/apache20/Makefile +++ b/www/apache20/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 |