diff options
Diffstat (limited to 'support/apachectl.in')
-rw-r--r-- | support/apachectl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/apachectl.in b/support/apachectl.in index a0d21ea7dc..f3ec4545e4 100644 --- a/support/apachectl.in +++ b/support/apachectl.in @@ -48,7 +48,7 @@ STATUSURL="http://localhost:@PORT@/server-status" # 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 |||||||||||||||||||| |