]> granicus.if.org Git - apache/commitdiff
Revert the change in the previous commit, which broke the
authorBrian Pane <brianp@apache.org>
Tue, 16 Jul 2002 18:03:34 +0000 (18:03 +0000)
committerBrian Pane <brianp@apache.org>
Tue, 16 Jul 2002 18:03:34 +0000 (18:03 +0000)
setting of @APACHECTL_ULIMIT@ during configuration

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

support/apachectl.in

index f3ec4545e4223da81cf293ff933fc638196b75fd..a0d21ea7dcf3974cabef472e6c52456f3e89333b 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=""
+ULIMIT_MAX_FILES="@APACHECTL_ULIMIT@"
 # --------------------                              --------------------
 # ||||||||||||||||||||   END CONFIGURATION SECTION  ||||||||||||||||||||