Turck MMCACHE GZIP problem (apache, php)

This problem is related to mmcache

What happens is, even with a HTTP/1.0 request, the output is still GZIPPED. Therefore anyone using a 1.0 browser (like wget) or going through a proxy or transparent proxy gets garbage going to the site....... The problem is, i can not disable the compression. I have disabled it in the mmcache ini , i have disabled it in the php.ini and i'm not using mod gzip or deflate in apache.......

If i use ob_gzhandler in php I get garbage output on 1.1 browsers, if I use it default then it works fine no problems on 1.1 capable browsers but anyone using 1.0 or proxy gets gzipped garbage output or it 'downloads the file' (asks them to save the file to disk)

If i remove the MMCACHE, it works fine but it destroys the server since it's a high volume machine and we have to have mmcache in order for it to function. It only affects scripts that we have cached (i.e. mmcache_cache_page)

Has anyone else had this problem?

The mmcache email doesn't work on their page, i tried sending them emails to ask about it..... I even rebuilt the latest from CVS

Thanks

 

 

 

 

Top