From 23c56725b85c97cf4d8fa32eb3a23792f760fe5e Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 4 Sep 2019 20:11:49 -0400 Subject: [PATCH] Explain apache_high_php_limits in default_vars.yml --- vars/default_vars.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 48dd30269..166730c40 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -220,12 +220,17 @@ exFAT_enabled: True # 3-BASE-SERVER +# See also Apache vars {default_language, language_priority} @ top of this file +# +# For schools that use WordPress/Nextcloud/Moodle intensively: iiab/iiab#1147 +apache_high_php_limits: False +# WARNING: Enabling this might cause excess use of RAM/disk or other resources! +# SO AFTER INSTALLING IIAB, VERIFY THAT THESE 5 SETTINGS... +# https://github.com/iiab/iiab/blob/master/roles/httpd/tasks/main.yml#L80-L84 +# ...ARE SUITABLE FOR YOUR HARDWARE IN /etc/php//apache2/php.ini +# # Make this False to disable http://box/common/services/power_off.php button: apache_allow_sudo: True -# For schools that use WordPress/Nextcloud/Moodle intensively. iiab/iiab#1147 -# WARNING: Enabling this might cause excess use of RAM/disk or other resources! -apache_high_php_limits: False -# SEE ALSO VARIABLES NEAR TOP OF THIS FILE: default_language, language_priority # MySQL MANDATORY - THESE 2 VARS HAVE NO EFFECT - SEE roles/0-init/tasks/main.yml & roles/mysql/tasks/main.yml mysql_install: True