aboutsummaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" ↵Frédéric Buclin2015-11-201-1/+1
| | | | | | directive in .htaccess r=gerv a=dkl
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | r=dkl a=sgreen
* Bug 905948: under mod_perl, HTTP/200 is returned when etags match If-None-MatchByron Jones2013-08-191-3/+4
| | | | r=dkl, a=glob
* Bug 895306: REST endpoint returns both JSON and HTML errors when running ↵Byron Jones2013-07-221-1/+8
| | | | | | under mod_perl r=dkl, a=glob
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 787688: AllowOverride Options missing when running under mod_perlFrédéric Buclin2012-09-041-1/+1
| | | | r=wicked a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+8
| | | | r=wicked a=LpSolit
* Bug 633061: Require Apache2::SizeLimit 0.96 for proper operation on LinuxMax Kanat-Alexander2012-01-241-2/+3
| | | | r=dkl a=mkanat
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-14/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 696537: Load DateTime only when datetime_from() is calledFrédéric Buclin2011-11-181-0/+1
| | | | r/a=mkanat
* Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to theMax Kanat-Alexander2011-08-041-5/+5
| | | | | | difficulty of installing its dependencies. Instead move the code directly into Bugzilla itself. r=LpSolit, r=glob, a=mkanat
* Bug 643890: Use Apache's ErrorLog when using mod_perl/vhostsChristian Ruppert2011-07-191-0/+5
| | | | r=mkanat, a=mkanat
* Bug 630750: Don't let "." and "lib" get into @INC when running underMax Kanat-Alexander2011-02-031-0/+17
| | | | | mod_perl r=dkl, a=mkanat
* Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness ofMax Kanat-Alexander2011-01-241-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
* Bug 621597: Make mod_perl.pl do the INC configuration itself, instead ofMax Kanat-Alexander2010-12-281-1/+7
| | | | | requiring it to be in httpd.conf. r=dkl, a=mkanat
* Bug 599539: Update the mod_perl code for Apache2::SizeLimit 0.92Max Kanat-Alexander2010-12-271-14/+5
| | | | r=glob, a=mkanat
* Bug 599552: Clean up mod_perl.pl, and make it use the same CGI.pm compileMax Kanat-Alexander2010-11-141-9/+7
| | | | | options as mod_cgi does. r=glob, a=mkanat
* Bug 428313: Properly expire the browser's CSS and JS cache when thereMax Kanat-Alexander2010-07-201-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
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-011-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.
* Bug 532318: In mod_perl on Windows, instead of using Apache2::SizeLimit, ↵Michael Thomas2010-02-011-5/+13
| | | | | | just set MaxRequestsPerChild Patch by Michael Thomas <mockodin@gmail.com> r=mkanat, a=mkanat
* Bug 532025: Under mod_perl, starting Apache w/ extensions enabled was ↵mkanat%bugzilla.org2009-12-011-3/+3
| | | | | | throwing the "not a valid name" error. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org2009-11-241-2/+5
| | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Fix for Bug 527505: Make t/001compile.t work even after ↵mkanat%bugzilla.org2009-11-181-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
* Bug 476622: Assure that mod_perl children always receive a different srand() ↵mkanat%bugzilla.org2009-02-121-0/+2
| | | | | | seed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=gozer, a=mkanat
* CGI::Carp qw(fatalsToBrowser) doesn't work under mod_perl (per its POD),mkanat%bugzilla.org2008-01-061-4/+0
| | | | so I had to fix the last checkin.
* Bug 407420: CGI::Carp fatalsToBrowser should happen as early as possiblemkanat%bugzilla.org2008-01-061-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
* Bug 408766: Apache::DBI was unnecessary and was causing problems for some users.mkanat%bugzilla.org2007-12-191-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
* Bug 398241: mod_perl wasn't using our precompiled CGIs. This is a huge ↵mkanat%bugzilla.org2007-11-291-0/+3
| | | | | | performance and memory improvement for mod_perl Bugzilla users. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
* Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org2007-03-151-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 370010: Use Apache::SizeLimit in mod_perl.pl to limit outrageous Apache ↵mkanat%bugzilla.org2007-02-251-0/+6
| | | | | | memory usage Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
* [SECURITY] Bug 367071: mod_perl initialization script forgets to allow ↵justdave%bugzilla.org2007-02-031-0/+1
| | | | | | .htaccess files to prohibit file access. r=mkanat, a=mkanat
* Bug 353358: mod_perl configuration needs a DirectoryIndex statementmkanat%bugzilla.org2006-09-221-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
* Bug 345547: shutdownhtml will not work under mod_perlmkanat%bugzilla.org2006-09-121-8/+61
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
* Bug 345376: Startup Script for mod_perlmkanat%bugzilla.org2006-08-181-0/+53
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=myk