diff options
author | ache <ache@FreeBSD.org> | 1998-06-13 16:33:41 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-06-13 16:33:41 +0800 |
commit | a58aebcfc196845ab2afde64d5aef9adf5f8b354 (patch) | |
tree | db66591428b183fd338ecee592366c5ae1e1f7d6 /www/apache13/Makefile | |
parent | ae28f117c04ae8840e6612502b57b039c253f852 (diff) | |
download | freebsd-ports-gnome-a58aebcfc196845ab2afde64d5aef9adf5f8b354.tar.gz freebsd-ports-gnome-a58aebcfc196845ab2afde64d5aef9adf5f8b354.tar.zst freebsd-ports-gnome-a58aebcfc196845ab2afde64d5aef9adf5f8b354.zip |
Increase HARD_SERVER_LIMIT to 512, it is already limited by MaxClients
directive installed by default and this needs to avoid unnecessary
recompilation
Diffstat (limited to 'www/apache13/Makefile')
-rw-r--r-- | www/apache13/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 12479ec0d30c..146111e41a57 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.53 1998/06/07 02:39:22 asami Exp $ +# $Id: Makefile,v 1.54 1998/06/09 19:49:59 ache Exp $ # DISTNAME= apache_1.3.0 @@ -29,7 +29,8 @@ CONFIGURE_ARGS= \ --disable-module=auth_dbm CONFIGURE_ENV= \ -OPTIM='-DBUFFERED_LOGS -DDOCUMENT_LOCATION=\\"'${PREFIX}'/www/data/\\" \ +OPTIM='-DBUFFERED_LOGS -DHARD_SERVER_LIMIT=512 \ +-DDOCUMENT_LOCATION=\\"'${PREFIX}'/www/data/\\" \ -DDEFAULT_PATH=\\"/bin:/usr/bin:'${PREFIX}'/bin\\"' MAN1= ab.1 apachectl.1 dbmmanage.1 htdigest.1 htpasswd.1 |