]> granicus.if.org Git - apache/commitdiff
If "@APACHECTL_ULIMIT@" is used in apachectl.in, then something must
authorMartin Kraemer <martin@apache.org>
Tue, 16 Jul 2002 08:30:41 +0000 (08:30 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 16 Jul 2002 08:30:41 +0000 (08:30 +0000)
replace it by a sensible (platform dependent?) value upon "make install".
Until that is done, $ULIMIT_MAX_FILES is set to the empty string
so that apachectl does not cause a subsequent error
  @APACHECTL_ULIMIT@: not found

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96071 13f79535-47bb-0310-9956-ffa450edef68

support/apachectl.in

index a0d21ea7dcf3974cabef472e6c52456f3e89333b..f3ec4545e4223da81cf293ff933fc638196b75fd 100644 (file)
@@ -48,7 +48,7 @@ STATUSURL="http://localhost:@PORT@/server-status"
 # number of file descriptors allowed per child process. This is
 # critical for configurations that use many file descriptors,
 # such as mass vhosting, or a multithreaded server.
-ULIMIT_MAX_FILES="@APACHECTL_ULIMIT@"
+ULIMIT_MAX_FILES=""
 # --------------------                              --------------------
 # ||||||||||||||||||||   END CONFIGURATION SECTION  ||||||||||||||||||||