summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/envvars.vserver (renamed from files/envvars)3
1 files changed, 3 insertions, 0 deletions
diff --git a/files/envvars b/files/envvars.vserver
index 91328ac..b5c749f 100644
--- a/files/envvars
+++ b/files/envvars.vserver
@@ -37,6 +37,9 @@ export LANG
## following line (default is 8192):
#APACHE_ULIMIT_MAX_FILES='ulimit -n 65536'
+# Can't ulimit inside a vserver, so we avoid noise output at logrotate's cronjob
+APACHE_ULIMIT_MAX_FILES=''
+
## If you would like to pass arguments to the web server, add them below
## to the APACHE_ARGUMENTS environment.
#export APACHE_ARGUMENTS=''