mod_deflate and mod_cache can this be combined to improve performance

2009-08-04 Thread Shibi NS
I have a Server running with Apache 2.2.9/Mod_Perl 2.0.4 , now I am trying to use mod_deflate to compress response. I have lot of static files in my server which doesn't change frequently so i want to caching for these compressed files. Is it possible , any idea at what stage mod_cache filter is ca

Re: mod_deflate and mod_cache can this be combined to improve performance

2009-08-11 Thread Perrin Harkins
On Wed, Aug 5, 2009 at 1:15 AM, Shibi NS wrote: > I have a Server running with Apache 2.2.9/Mod_Perl 2.0.4 , now I am trying > to use mod_deflate to compress response. I have lot of static files in my > server which doesn't change frequently so i want to caching for these > compressed files. Is it