forked from Lainports/freebsd-ports
piled up and additional patches conflict. This also will help when we try to syncronize www/apache20&www/apache22 - Unconditionally apply the mod_proxy_connect patch, you just may or may not actually compile the file to save some logic in Makefile With Hat: apache@
11 lines
521 B
Text
11 lines
521 B
Text
--- ./support/apachectl.in.orig 2006-07-11 23:38:44.000000000 -0400
|
|
+++ ./support/apachectl.in 2010-05-06 19:37:54.265730461 -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
|