From: mkanat%bugzilla.org <> Date: Thu, 12 Feb 2009 19:17:23 +0000 (+0000) Subject: Bug 476622: Assure that mod_perl children always receive a different srand() seed X-Git-Tag: bugzilla-3.2.3~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2defdd79bf22d9ade103c0a76952f366b2001f20;p=thirdparty%2Fbugzilla.git Bug 476622: Assure that mod_perl children always receive a different srand() seed Patch by Max Kanat-Alexander r=gozer, a=mkanat --- diff --git a/mod_perl.pl b/mod_perl.pl index fe78c4be98..1e5c7fc633 100644 --- a/mod_perl.pl +++ b/mod_perl.pl @@ -53,6 +53,8 @@ my $cgi_path = Bugzilla::Constants::bz_locations()->{'cgi_path'}; # Set up the configuration for the web server my $server = Apache2::ServerUtil->server; my $conf = < AddHandler perl-script .cgi # No need to PerlModule these because they're already defined in mod_perl.pl