Re: mp2 crashing Apache server

2005-09-20 Thread Aliet Santiesteban Sifontes
Here my minimal script that cause this to happen: File Listing.pl - use DBI; use CGI; use strict; use diagnostics; use CGI::Carp qw(fatalsToBrowser); # Let's require session stuff use lib::SessionUtil; my $cgi; $cgi = &lib::SessionUtil::Get_CGI_Object(); my $o

Re: mp2 crashing Apache server

2005-09-19 Thread Philip M. Gollucci
Aliet Santiesteban Sifontes wrote: Windows 2003 Enterprise Server, ActivePerl 5.8.7 Build 813, Apache-2.0.54. Perl with modules: 8. DBI[1.48] good. Active Perl ships with cgi-3.10, U updated to 3.11 as mod_perl says. good. in includes.pl use lib qw(D:/Apache2/htdocs/i

mp2 crashing Apache server

2005-09-19 Thread Aliet Santiesteban Sifontes
Hi list, I'm in the process of migrating our CGI applications to mod_perl, we are using: Windows 2003 Enterprise Server, ActivePerl 5.8.7 Build 813, Apache-2.0.54. Perl with modules: 1. ActivePerl-DocTools [0.5] 2. Archive-Tar[1.23] 3. Archive-Zip[1.14] 4. CGI