Perrin Harkins wrote: > On Sat, Jul 25, 2009 at 4:41 AM, Shibi NS<shibi...@gmail.com> 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.
And both use the same compression library (gzip) behind the scenes, so produce exactly the same results. Carl