From: Brian Pane Date: Tue, 16 Jul 2002 18:03:34 +0000 (+0000) Subject: Revert the change in the previous commit, which broke the X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a34f2c78367a435fb840d73dc0fcb653a3bc3af9;p=apache Revert the change in the previous commit, which broke the setting of @APACHECTL_ULIMIT@ during configuration git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96081 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/apachectl.in b/support/apachectl.in index f3ec4545e4..a0d21ea7dc 100644 --- a/support/apachectl.in +++ b/support/apachectl.in @@ -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 ||||||||||||||||||||