summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
AgeCommit message (Collapse)AuthorFilesLines
2009-02-12Bug 476622: Assure that mod_perl children always receive a different srand() ↵mkanat%bugzilla.org1-0/+2
seed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=gozer, a=mkanat
2008-01-06CGI::Carp qw(fatalsToBrowser) doesn't work under mod_perl (per its POD),mkanat%bugzilla.org1-4/+0
so I had to fix the last checkin.
2008-01-06Bug 407420: CGI::Carp fatalsToBrowser should happen as early as possiblemkanat%bugzilla.org1-0/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
2007-12-19Bug 408766: Apache::DBI was unnecessary and was causing problems for some users.mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
2007-11-29Bug 398241: mod_perl wasn't using our precompiled CGIs. This is a huge ↵mkanat%bugzilla.org1-0/+3
performance and memory improvement for mod_perl Bugzilla users. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
2007-03-15Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org1-0/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-02-25Bug 370010: Use Apache::SizeLimit in mod_perl.pl to limit outrageous Apache ↵mkanat%bugzilla.org1-0/+6
memory usage Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
2007-02-03[SECURITY] Bug 367071: mod_perl initialization script forgets to allow ↵justdave%bugzilla.org1-0/+1
.htaccess files to prohibit file access. r=mkanat, a=mkanat
2006-09-22Bug 353358: mod_perl configuration needs a DirectoryIndex statementmkanat%bugzilla.org1-0/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2006-09-12Bug 345547: shutdownhtml will not work under mod_perlmkanat%bugzilla.org1-8/+61
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2006-08-18Bug 345376: Startup Script for mod_perlmkanat%bugzilla.org1-0/+53
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=myk