From 8c54443dd24eb15576dd5c2ebfbc6ce174276b3c Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Wed, 27 Jan 2016 17:47:17 -0500 Subject: Bug 731589 - Move mod_perl's max_unshared size from mod_perl.pl to localconfig r=dkl,a=dylan --- Bugzilla/Install/Localconfig.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Bugzilla/Install/Localconfig.pm') diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm index 9d385fc14..fae97c189 100644 --- a/Bugzilla/Install/Localconfig.pm +++ b/Bugzilla/Install/Localconfig.pm @@ -132,6 +132,10 @@ use constant LOCALCONFIG_VARS => ( # is larger than anybody would ever be able to brute-force. default => sub { generate_random_password(64) }, }, + { + name => 'apache_size_limit', + default => 250000, + }, ); -- cgit v1.2.3-24-g4f1b