setting of @APACHECTL_ULIMIT@ during configuration
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96081
13f79535-47bb-0310-9956-
ffa450edef68
# 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 ||||||||||||||||||||