diff options
author | Brian Pane <brianp@apache.org> | 2002-07-16 20:03:34 +0200 |
---|---|---|
committer | Brian Pane <brianp@apache.org> | 2002-07-16 20:03:34 +0200 |
commit | a560edce3db5e49ca07948ef4687444e75041c97 (patch) | |
tree | d2241544cd621b834f981da1955729492f16e5ec /support | |
parent | AIX: Apache is slightly faster with this malloc setting (diff) | |
download | apache2-a560edce3db5e49ca07948ef4687444e75041c97.tar.xz apache2-a560edce3db5e49ca07948ef4687444e75041c97.zip |
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
Diffstat (limited to 'support')
-rw-r--r-- | support/apachectl.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |||||||||||||||||||| |