Re: mod_perl2.pm

2005-11-06 Thread Drew Taylor
Geoffrey,FYI, I was bitten by this last night when trying to install Krang. I finally found the problem and fixed it by commenting out the last 2 lines (it was late and I wanted to go to bed). I haven't tried your patch, but it looks like it will solve the problem. DrewOn 11/1/05, Geoffrey Young <[

Re: mod_perl, mysql, and set names

2005-11-06 Thread Daniel McBrearty
Thanks again for the varied responses. My main concern right now is to get this thing running reliably with minimum hassle. I've not had any connection related problems aprt from this "set names" related stuff. For now I'll take the minor hit of an extra query per request and issue "set names" eve

Time::localtime under mod_perl2 showing output in client-side time zones

2005-11-06 Thread Richard N. Fogle
We are experiencing strange behavior with the following code:   -SNIP- #! /usr/bin/perl -w   $ENV{'MOD_PERL_API_VERSION'} = '2';use strict;use Time::localtime;     my $foot = time();my $foo = localtime($foot);   my $year = $foo->year() + 1900;my $headers = <<"EOF";Content-type: text/