From a560edce3db5e49ca07948ef4687444e75041c97 Mon Sep 17 00:00:00 2001 From: Brian Pane Date: Tue, 16 Jul 2002 18:03:34 +0000 Subject: 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 --- support/apachectl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') 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 |||||||||||||||||||| -- cgit v1.2.3