blob: 7d9f5521aeeda62cd4747978e5a07d05cf3333bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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
|