This is a discussion on unzipping after mod_deflate within the Windows Web Servers forums, part of the Web Server and Related Forums category; After Apache uses mod_deflate and sends the gzipped file back to the client, does Apache have any module or anything ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Ashley Swinson wrote: > > After Apache uses mod_deflate and sends the gzipped file back to the client, > does Apache have any module or anything that would then unzip the file for > the client. Or, does the browser handle it? I don't know if that makes any > sense. The browser handles it. See the mod_deflate documentation. It truly wouldn't make much sense for Apache to first compress files, then decompress them back. Thor -- http://www.anta.net/ |