Deflate problem

2011-05-07 Thread Idel Fuschini
Hi people, I've got this problem with DEFLATE. This is my code example : use strict; use warnings; use Apache2::Filter (); use Apache2::RequestRec (); use APR::Table (); use Cache::FileBackend; use Apache2::Const -compile => qw(OK); use constant BUFF_LEN => 1024; use vars qw($VER

Re: Deflate problem

2011-05-19 Thread Fred Moyer
Have you tried mod_deflate? On Sat, May 7, 2011 at 3:30 AM, Idel Fuschini wrote: > Hi people, > I've got this problem with DEFLATE. > This is my code example : >   use strict; >   use warnings; >   use Apache2::Filter (); >   use Apache2::RequestRec (); >   use APR::Table (); >   use Cache::FileB

Re: Deflate problem

2011-05-19 Thread Idel Fuschini
yes the result is the same. Idel = Mobile: +39 349 442 2668 E-Mail: idel.fusch...@gmail.com Web Site: http://www.idelfuschini.it OpenSource Project: Apache Mobile Filter - http://www.idelfuschini.it/apache-mobile-filter-v2x.html Test Page: http://www.apachemobilefilter.org/test

Re: Deflate problem

2011-05-19 Thread Fred Moyer
Please cc the list on your responses so that others can help answer in the event this scratch off lottery ticket here next to me has a big prize and I take off on vacation ;) For what it is worth, it looks like your code example contained a response handler and output filter in the same subroutine

Re: Deflate problem

2011-05-19 Thread Torsten Förtsch
On Saturday, May 07, 2011 12:30:56 Idel Fuschini wrote: > I've got this problem with DEFLATE. I think you either simply forgot to mention a PerlResponseHandler or you should omit the "SetHandler modperl". > >PerlSetOutputFilter DEFLATE >PerlSetOutputFilter INCLUDES >SetHandler modpe