diff options
author | ache <ache@FreeBSD.org> | 1998-06-10 03:49:59 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-06-10 03:49:59 +0800 |
commit | a13e71181c89662b1c44accbf9cf07275245308b (patch) | |
tree | d92166eadc75453bfcf732707e5d383ab9746920 /www/apache21/Makefile | |
parent | dc2350743114beb08de49053f2d36222103e9406 (diff) | |
download | freebsd-ports-gnome-a13e71181c89662b1c44accbf9cf07275245308b.tar.gz freebsd-ports-gnome-a13e71181c89662b1c44accbf9cf07275245308b.tar.zst freebsd-ports-gnome-a13e71181c89662b1c44accbf9cf07275245308b.zip |
Performance tuning as described in http://www.apache.org/docs/misc/perf-tuning.html
Add --disable-rule=STATUS and -DBUFFERED_LOGS
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r-- | www/apache21/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 016308832fee..12479ec0d30c 100644 --- a/www/apache21/Makefile +++ b/www/apache21/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 |