diff options
Diffstat (limited to 'www/apache24/files/patch-support__apachectl.in')
-rw-r--r-- | www/apache24/files/patch-support__apachectl.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/apache24/files/patch-support__apachectl.in b/www/apache24/files/patch-support__apachectl.in new file mode 100644 index 000000000000..7d9f5521aeed --- /dev/null +++ b/www/apache24/files/patch-support__apachectl.in @@ -0,0 +1,10 @@ +--- ./support/apachectl.in.orig 2012-02-01 04:47:28.000000000 +0100 ++++ ./support/apachectl.in 2013-03-22 18:55:53.000000000 +0100 +@@ -66,6 +66,7 @@ + # -------------------- -------------------- + # |||||||||||||||||||| 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 |