diff options
author | Dylan Hardison <dylan@mozilla.com> | 2015-11-04 04:09:25 +0100 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2015-11-04 04:09:25 +0100 |
commit | 338bad479a7b75c656e0c99438629322cc9b8721 (patch) | |
tree | 28a9748d05bef520a834ade190b61ae2aed2a8e6 /template/en/default/setup | |
parent | b5271cab904a4802b04caa5cf3f08d8d80272183 (diff) | |
download | bugzilla-338bad479a7b75c656e0c99438629322cc9b8721.tar.gz bugzilla-338bad479a7b75c656e0c99438629322cc9b8721.tar.xz |
Bug 1219750 - Allow Apache2::SizeLimit to be configured via params
Diffstat (limited to 'template/en/default/setup')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 72ffb4a4d..d7c7e0500 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -280,6 +280,10 @@ and you cannot set this up any other way. YOU HAVE BEEN WARNED! If you set this to anything other than "", you will need to run checksetup.pl as ##root## or as a user who is a member of the specified group. END + localconfig_apache_size_limit => <<EOT, +This is the max amount of unshared memory the apache process is allowed to use +before Apache::SizeLimit kills it. This is only applicable when run under mod_perl. +EOT max_allowed_packet => <<EOT, WARNING: You need to set the max_allowed_packet parameter in your MySQL configuration to at least ##needed##. Currently it is set to ##current##. |