From 1708f41aa376f3385f1bd0b90e3b1741961ec89d Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 12 Feb 2009 19:14:56 +0000 Subject: Bug 476622: Assure that mod_perl children always receive a different srand() seed Patch by Max Kanat-Alexander r=gozer, a=mkanat --- mod_perl.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod_perl.pl') diff --git a/mod_perl.pl b/mod_perl.pl index fe78c4be9..1e5c7fc63 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 -- cgit v1.2.3-24-g4f1b