]> granicus.if.org Git - apache/commitdiff
Improve the comments on the fd limits.
authorAaron Bannert <aaron@apache.org>
Tue, 16 Jul 2002 06:12:12 +0000 (06:12 +0000)
committerAaron Bannert <aaron@apache.org>
Tue, 16 Jul 2002 06:12:12 +0000 (06:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96069 13f79535-47bb-0310-9956-ffa450edef68

support/apachectl.in

index 356ca3c3264cd0260afc767c56dc0e047d4ba35d..a0d21ea7dcf3974cabef472e6c52456f3e89333b 100644 (file)
@@ -44,11 +44,15 @@ LYNX="lynx -dump"
 # have one, then status and fullstatus will not work.
 STATUSURL="http://localhost:@PORT@/server-status"
 #
-# the command to increase the limit on open file descriptors
+# Set this variable to a command that increases the maximum
+# 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="@APACHECTL_ULIMIT@"
 # --------------------                              --------------------
 # ||||||||||||||||||||   END CONFIGURATION SECTION  ||||||||||||||||||||
 
+# Set the maximum number of file descriptors allowed per child process.
 if [ "x$ULIMIT_MAX_FILES" != "x" ] ; then
     $ULIMIT_MAX_FILES
 fi