enabling gzip fatal for opera browser

#1
our website uses gzip compression. when
a opera browser client visits the site, there
is only binary garbage on the display.

after disabling gzip in lsws the opera
browsers show correct content.

ie and firefox can interpret the code
without problem. with and without
gzip enabled.

is it a opera bug? or do we have to
remove the bz2 modules in php?
 

mistwang

LiteSpeed Staff
#2
Maybe opera does not support content encoding with bzip2 compression? How about using gzip with zlib?
We will investigate on this issue as well.
 
Top