Re: [users@httpd] problem when using mod_deflate and zip files and IE6

2005-05-13 Thread Jirka Vejrazka
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

RE: [users@httpd] problem when using mod_deflate and zip files and IE6

2005-05-13 Thread Axel-Stéphane SMORGRAV
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/

Re: [users@httpd] problem when using mod_deflate and zip files and IE6

2005-05-13 Thread robert rottermann
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

RE: [users@httpd] problem when using mod_deflate and zip files and IE6

2005-05-13 Thread Axel-Stéphane SMORGRAV
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

[users@httpd] problem when using mod_deflate and zip files and IE6

2005-05-12 Thread robert rottermann
Hi there, When I use the following combination: Apache 2.049 Linux (SuSe 9.1) mod_deflate and a zip file is served to a IE6 client, the file can not be used anymore. (I get an error by win zip claiming that it is not a valid zip archive) I tried to suppress that mod_deflate by the following rule