This is my configuration which works perfectly for me (at least it
worked when I last checked ;-)
DeflateBufferSize 65536
DeflateCompressionLevel 9
DeflateFilterNote Input instream
DeflateFilterNote Output outstream
DeflateFilterNote Ratio ratio
DeflateMemLevel 9
De
The fact that everything works when you use the AddOutputFilterByType does not
surprise me since I never managed to have mod_deflate do any compression using
that directive. See also
http://issues.apache.org/bugzilla/show_bug.cgi?id=31226. Using
AddOutputFilterByType DEFLATE text/html text/
Axel-Stéphane SMORGRAV wrote:
thanks for your answer
Does Apache seem to be compressing the file i.e. is Content-Encoding: gzip ? If
it is not, which I suspect, mod_deflate did not compress the file. Judging from
your configuration, there is no reason to believe that your zip files are
treated a
Does Apache seem to be compressing the file i.e. is Content-Encoding: gzip ? If
it is not, which I suspect, mod_deflate did not compress the file. Judging from
your configuration, there is no reason to believe that your zip files are
treated any differently than pdf files.
What about the deflat