problems with *.zip and IE6 "behind" Apache
Hi there, Internet Explorer can not open *.zip files served by Zope. I use apache 2.49 and mod_deflate on Linux (Suse 9.1/2) I use the following rule to supress compression: # Don't compress images, java scripts and style sheets
#_robert_ pdf, gz hinzugeuegt SetEnvIfNoCase Request_URI \ \.(?:gif|jpe?g|png|js|css|pdf|gz|zip)$ no-gzip dont-vary
This helps for pdf but not for zip files. The zip files load fine if I get ther directly from zope (by using a port number in the url) thanks for any hints Robert
Sounds like this is an Apache problem and should be directed to an Apache mailing list... Chris robert wrote:
Hi there,
Internet Explorer can not open *.zip files served by Zope. I use apache 2.49 and mod_deflate on Linux (Suse 9.1/2)
I use the following rule to supress compression:
# Don't compress images, java scripts and style sheets
#_robert_ pdf, gz hinzugeuegt SetEnvIfNoCase Request_URI \ \.(?:gif|jpe?g|png|js|css|pdf|gz|zip)$ no-gzip dont-vary
This helps for pdf but not for zip files.
The zip files load fine if I get ther directly from zope (by using a port number in the url)
thanks for any hints Robert
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (2)
-
Chris Withers -
robert