Bug 40933

Disable SizeLimit...


git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@331 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2009-08-29 14:23:50 +00:00
parent 0b19501428
commit 76779098d2
1 changed files with 0 additions and 6 deletions

View File

@ -29,7 +29,6 @@ use strict;
# file.
use Apache2::ServerUtil;
use Apache2::SizeLimit;
use ModPerl::RegistryLoader ();
use CGI ();
CGI->compile(qw(:cgi -no_xhtml -oldstyle_urls :private_tempfiles
@ -44,10 +43,6 @@ use Bugzilla::Mailer ();
use Bugzilla::Template ();
use Bugzilla::Util ();
# This means that every httpd child will die after processing
# a CGI if it is taking up more than 70MB of RAM all by itself.
$Apache2::SizeLimit::MAX_UNSHARED_SIZE = 70000;
my $cgi_path = Bugzilla::Constants::bz_locations()->{'cgi_path'};
# Set up the configuration for the web server
@ -60,7 +55,6 @@ PerlChildInitHandler "sub { srand(); }"
# No need to PerlModule these because they're already defined in mod_perl.pl
PerlResponseHandler Bugzilla::ModPerl::ResponseHandler
PerlCleanupHandler Bugzilla::ModPerl::CleanupHandler
PerlCleanupHandler Apache2::SizeLimit
PerlOptions +ParseHeaders
Options +ExecCGI
AllowOverride Limit