Re: [us...@httpd] Precompression using mod_deflate

2009-01-15 Thread Nick Kew
howard chen wrote: Hello, If I remember correctly, back to the old day when I use Apache 1.3x, is it possible with mod_gzip, why this function is dropped in 2.x mod_deflate? http://httpd.apache.org/docs/2.2/mod/mod_deflate.html Don't you guy think compressing a static CSS or JS on-the-fly is w

Re: [us...@httpd] Precompression using mod_deflate

2009-01-15 Thread Eric Covener
On Thu, Jan 15, 2009 at 11:07 AM, howard chen wrote: > Hello, > > If I remember correctly, back to the old day when I use Apache 1.3x, > is it possible with mod_gzip, why this function is dropped in 2.x > mod_deflate? > > http://httpd.apache.org/docs/2.2/mod/mod_deflate.html > > Don't you guy thin

[us...@httpd] Precompression using mod_deflate

2009-01-15 Thread howard chen
Hello, If I remember correctly, back to the old day when I use Apache 1.3x, is it possible with mod_gzip, why this function is dropped in 2.x mod_deflate? http://httpd.apache.org/docs/2.2/mod/mod_deflate.html Don't you guy think compressing a static CSS or JS on-the-fly is wasteful? Any idea?