Re: Which is best compression for Apache 2.2.9/Mod_perl 2.0.4

2009-07-27 Thread Perrin Harkins
On Sat, Jul 25, 2009 at 4:41 AM, Shibi NS wrote: > Which is best compression for Apache 2.2.9/Mod_perl 2.0.4 application - > mod_gzip  or mod_deflate ? . Have any idea of recent comparisons. mod_deflate replaced mod_gzip for apache 2. - Perrin

Re: mod_perl / CGI.pm and 'our' variables

2009-07-27 Thread Perrin Harkins
2009/7/21 Tomáš Bažant : > i'm writing a web application using %SUBJ% and would like to set 'our > $dbh = ...' so that i do not need to pass db handler as an argument to > functions in different packages every time i need. but this 'global' > variable is not seen inside imported package as $::dbh (

Issue with Apache2::Request

2009-07-27 Thread André Warnier
Hi. Background : [Mon Jul 27 22:23:35 2009] [notice] Apache/2.2.9 (Debian) DAV/2 mod_jk/1.2.26 mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations /usr/sbin/apache2: symbol lookup error: /usr/lib/perl5/auto/APR/Request/Apache2/Apache2.so: undefined symbol: apreq_handle_apach

Re: Issue with Apache2::Request

2009-07-27 Thread Fred Moyer
On Mon, Jul 27, 2009 at 2:44 PM, André Warnier wrote: > Hi. > > Background : > > [Mon Jul 27 22:23:35 2009] [notice] Apache/2.2.9 (Debian) DAV/2 > mod_jk/1.2.26 mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal > operations > /usr/sbin/apache2: symbol lookup error: > /usr/lib/perl5/auto/APR

Re: Issue with Apache2::Request

2009-07-27 Thread André Warnier
Fred Moyer wrote: On Mon, Jul 27, 2009 at 2:44 PM, André Warnier wrote: Hi. Background : [Mon Jul 27 22:23:35 2009] [notice] Apache/2.2.9 (Debian) DAV/2 mod_jk/1.2.26 mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations /usr/sbin/apache2: symbol lookup error: /usr/lib/perl5/aut