Ryan Bloom wrote:
> You know what's really funny? Every time this has been brought up before,
> the Apache core has always said, if you want to have gzip'ed data, then
> gzip it when you create the site. That way, your computer doesn't have to
> waste cycles while it is trying hard to serve requests. I personally stand by
> that statement. If you want to use gzip, then zip your data before putting it
> on-line. That doesn't help generated pages, but perl can already do gzip, as
> can PHP.
Neither mod_perl nor mod_php should have to do gzip, as it's a transfer
encoding - it should be done transparently.
The job of making mod_gzip efficient (AKA not gzipping every file on
every request) is the job of mod_cache with cache_storage.c
optimisation. mod_gzip should be applied to all output where possible,
not just static files.
Regards,
Graham
--
-----------------------------------------
[EMAIL PROTECTED] "There's a moon
over Bourbon Street
tonight..."
- Re: [PATCH] Add mod_gz to httpd-2.0 Ryan Bloom
- Re: [PATCH] Add mod_gz to httpd-2.0 Daniel Veillard
- the rollup issue (was: Re: [PATCH] Add mod_gz ... Greg Stein
- RE: [PATCH] Add mod_gz to httpd-2.0 Peter J. Cranstone
- Re: [PATCH] Add mod_gz to httpd-2.0 Cliff Woolley
- Re: [PATCH] Add mod_gz to httpd-2.0 Pier Fumagalli
- Re: [PATCH] Add mod_gz to httpd-2.0 William A. Rowe, Jr.
- Re: [PATCH] Add mod_gz to httpd-2.0 Ryan Bloom
- Re: [PATCH] Add mod_gz to httpd-2.0 Cliff Woolley
- Re: [PATCH] Add mod_gz to httpd-2.0 Pier Fumagalli
- Re: [PATCH] Add mod_gz to httpd-2.0 Graham Leggett
- Re: [PATCH] Add mod_gz to httpd-2.0 Ian Holsman
- Re: [PATCH] Add mod_gz to httpd-2.0 Cliff Woolley
- Re: [PATCH] Add mod_gz to httpd-2.0 Jerry Baker
- Re: [PATCH] Add mod_gz to httpd-2.0 William A. Rowe, Jr.
- RE: [PATCH] Add mod_gz to httpd-2.0 Padwa, Daniel
- Re: [PATCH] Add mod_gz to httpd-2.0 Ryan Bloom
- RE: [PATCH] Add mod_gz to httpd-2.0 Peter J. Cranstone
- Re: [PATCH] Add mod_gz to httpd-2.0 Rodent of Unusual Size
- Re: [PATCH] Add mod_gz to httpd-2.0 Rodent of Unusual Size
- Re: [PATCH] Add mod_gz to httpd-2.0 Rodent of Unusual Size
S/MIME Cryptographic Signature