summaryrefslogtreecommitdiff
path: root/www/apache20/files/patch-support__apachectl.in
blob: 8c09faf38e7c98fb93e3d95cd2818bf89865c23f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./support/apachectl.in.orig	2006-07-12 03:40:55.000000000 -0400
+++ ./support/apachectl.in	2010-05-06 16:06:03.793831873 -0400
@@ -64,7 +64,7 @@
 ULIMIT_MAX_FILES="@APACHECTL_ULIMIT@"
 # --------------------                              --------------------
 # ||||||||||||||||||||   END CONFIGURATION SECTION  ||||||||||||||||||||
-
+eval `limits -e -C daemon` >/dev/null 2>&1
 # Set the maximum number of file descriptors allowed per child process.
 if [ "x$ULIMIT_MAX_FILES" != "x" ] ; then
     $ULIMIT_MAX_FILES