From eaa66443ae9c9097e973de5a2ab77d9cd02cb9df Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 4 Sep 2019 20:12:01 -0400 Subject: [PATCH] Explain apache_high_php_limits in local_vars.yml --- vars/local_vars_big.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index 319692fe2..4de0d984f 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -125,12 +125,17 @@ pi_swap_file_size: 1024 # 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 # roles/mysql runs here (mandatory)