> > And the name change from mod_gz to mod_deflate was suggested > > by Roy, whom I think knows HTTP better than anyone else here.. > > Knowing HTTP is one thing... knowing compression formats is another.
Heh, that's amusing. > Does the output of mod_deflate have a GZIP and/or ZLIB header on it, or not? > Even those 2 headers are NOT the same but that's yet another story. Correct. deflate is the algorithm. deflate + gzip header is gzip. The module should be capable of producing both, if not now then eventually. ....Roy