summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
AgeCommit message (Collapse)AuthorFilesLines
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-17/+15
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-15/+17
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-17/+15
local symlink to data/ directory
2016-04-27Bug 1225214 - Implement very simple request time loggingDylan Hardison1-0/+3
2015-11-23Bug 1227031 - mod_perl workers are being terminated after 0 secondsDylan Hardison1-11/+2
2015-11-04remove stray line that snuck inDylan Hardison1-1/+1
2015-11-04Bug 1219750 - Allow Apache2::SizeLimit to be configured via paramsDylan Hardison1-5/+10
2015-10-14Bug 1214704 - disable mod_perl preloadingByron Jones1-37/+35
2015-08-17Bug 979441 - Under mod_perl, some modules aren't preloaded at startupByron Jones1-35/+37
2014-03-05Bug 979727: increase the mod_perl sizelimit to 700_000 on productionByron Jones1-4/+4
2013-09-23Bug 919389: increase the mod_perl sizelimit to 600_000 on productionByron Jones1-1/+1
2013-08-19Bug 905948: under mod_perl, HTTP/200 is returned when etags match If-None-MatchByron Jones1-3/+4
2013-07-22use the better fix for checking for REST responsesByron Jones1-1/+2
https://bugzilla.mozilla.org/show_bug.cgi?id=895306
2013-07-18Bug 895306: REST endpoint returns both JSON and HTML errors when running ↵Byron Jones1-1/+7
under mod_perl
2013-03-14Bug 849721: drop sizelimit down to 500_000Byron Jones1-2/+2
2013-03-12Bug 849721: lower max_unshared_size to 1gByron Jones1-1/+1
2013-01-09Bug 827808: increase the non-production sizelimit to 600_000Byron Jones1-1/+1
2013-01-09set different values for Apache2::SizeLimit->set_max_unshared_size between ↵Byron Jones1-1/+5
production and non-production instances https://bugzilla.mozilla.org/show_bug.cgi?id=827808
2012-02-09Bug 713213: increase apache sizelimitByron Jones1-2/+2
2012-01-24merged with bugzilla/4.2Dave Lawrence1-1/+2
2012-01-24Bug 633061: Require Apache2::SizeLimit 0.96 for proper operation on LinuxMax Kanat-Alexander1-2/+3
r=dkl a=mkanat
2012-01-12Bug 713213: bump up max_unshared_size to 100,000Byron Jones1-2/+2
2011-10-05more porting workDavid Lawrence1-1/+1
2011-08-05Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to theMax Kanat-Alexander1-5/+5
difficulty of installing its dependencies. Instead move the code directly into Bugzilla itself. r=LpSolit, r=glob, a=mkanat
2011-07-19Bug 643890: Use Apache's ErrorLog when using mod_perl/vhostsChristian Ruppert1-0/+5
r=mkanat, a=mkanat
2011-02-03Bug 630750: Don't let "." and "lib" get into @INC when running underMax Kanat-Alexander1-0/+17
mod_perl r=dkl, a=mkanat
2011-01-24Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness ofMax Kanat-Alexander1-2/+7
generate_random_password, to protect against an account compromise issue and other critical vulnerabilities. r=LpSolit, a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=621591
2010-12-28Bug 621597: Make mod_perl.pl do the INC configuration itself, instead ofMax Kanat-Alexander1-1/+7
requiring it to be in httpd.conf. r=dkl, a=mkanat
2010-12-27Bug 599539: Update the mod_perl code for Apache2::SizeLimit 0.92Max Kanat-Alexander1-14/+5
r=glob, a=mkanat
2010-11-15Bug 599552: Clean up mod_perl.pl, and make it use the same CGI.pm compileMax Kanat-Alexander1-9/+7
options as mod_cgi does. r=glob, a=mkanat
2010-07-21Bug 428313: Properly expire the browser's CSS and JS cache when thereMax Kanat-Alexander1-1/+1
are new versions of those files. This also eliminates single-file skins and should also allow Extensions to have skins. r=glob, a=mkanat
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-0/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2010-02-01Bug 532318: In mod_perl on Windows, instead of using Apache2::SizeLimit, ↵Michael Thomas1-5/+13
just set MaxRequestsPerChild Patch by Michael Thomas <mockodin@gmail.com> r=mkanat, a=mkanat
2009-12-01Bug 532025: Under mod_perl, starting Apache w/ extensions enabled was ↵mkanat%bugzilla.org1-3/+3
throwing the "not a valid name" error. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org1-2/+5
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-18Fix for Bug 527505: Make t/001compile.t work even after ↵mkanat%bugzilla.org1-2/+7
Bugzilla::Install::CPAN messes with @INC, and make Bugzilla->feature work during mod_perl.pl. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
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