On 03-nov-08, at 14:03, Antonio Pérez wrote: > On Sun, Nov 2, 2008 at 10:59 AM, Frank Groeneveld > <[EMAIL PROTECTED]> wrote: > >> 2008/10/31 Johnny Robeson <[EMAIL PROTECTED]>: >>> turning off gzip in the php handler solved that for me >>> >> >> Thanks, this solved it!! > > Definitely, there is a problem with gzip encoding using with php > handler: > > http://code.google.com/p/cherokee/issues/detail?id=143
I think that the problem had nothing to do with that bug, actually. The Phpmyadmin documentation reads[1]: ===== $cfg['OBGzip'] string/booleanDefines whether to use GZip output buffering for increased speed in HTTP transfers. Set to true/false for enabling/disabling. When set to 'auto' (string), phpMyAdmin tries to enable output buffering and will automatically disable it if your browser has some problems with buffering. IE6 with a certain patch is known to cause data corruption when having enabled buffering. ===== So, the problem was likely that we were compressing the transfer, even though it was already compressed by Phpmyadmin. 1.- http://www.phpmyadmin.net/documentation/ -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
