mod-gzip-disk is a module for Apache 2 that serves gzip compressed HTML from disk rather than compressing on the fly. If compression is not available, the decompressed file is sent to the client.
| Tags | Internet Web HTTP Servers |
|---|
Recent releases


Changes: Files with the .header suffix are now used as header details to the page. stdio file handling was removed and replaced with apr routines. Other junk was removed.


Changes: A boiler plate license change to make it compatible with Apache 2.0. Apparently Apache 2.0 and the GPL v2 are not compatible.


No changes have been submitted for this release.
- All comments
Recent commentsRe: mod_deflate
> Doesn't the included mod_deflate already
> do these things?
Possibly - I am not sure how to do this with mod_deflate.
Can you pre-compress files and let disable mod_deflate from sending compressed data when the Accept gz header is not available?
I only wrote this as I didn't know how to do that with mod_deflate.
mod_deflate
Doesn't the included mod_deflate already do these things?