Files
macports-ports/www/apache2/files/patch-support-apachectl.in.diff
Marius Schamschula 12fedbd20c apache24-devel: rename to apache2
fix libexecdir in patch-config.layout.diff
2017-10-15 13:29:25 -05:00

12 lines
535 B
Diff

--- a/support/apachectl.in 2012-01-31 21:47:28.000000000 -0600
+++ b/support/apachectl.in 2015-01-30 05:58:39.000000000 -0600
@@ -62,7 +62,7 @@
# 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@"
+ULIMIT_MAX_FILES=""
# -------------------- --------------------
# |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||