View Single Post
  #2  
Old 03-23-2007, 09:18 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Looks like your scripting engine sent back a response header indicating a compressed response body while the response body is not compressed, for some reason LSWS think the client is not capable of handling compressed response, so it try to uncompress it.

Have you enabled GZIP compression for dynamic content, maybe you need to flip that option under "server"->"tuning" tab.
Reply With Quote