Best practice forum (Archived)

issue about playing courseware

 
Jinchao Jiang
issue about playing courseware
by Jinchao Jiang - Monday, 5 March 2012, 1:21 AM
 
hi, when the web server is nginx not apache there will be an error using Internet Explorer 6 to playing courseware. The screenshot is below.Someone could help?

? ?
Re: issue about playing courseware
by ? ? - Monday, 5 March 2012, 3:38 PM
 

Hi Jinchao,

This could be related to an IE6/PHP bug when server-side compression is turned on. Look in the php.ini file of the server for a line

zlib.output_compression = On

And change it to

zlib.output_compression = Off then restart nginx

If nginx has any other inbuilt compression/delfating modules similar to Apache's mod_deflate you may want to disable them too.

Let me know if that helps,

Ciaran

This forum post has been removed
Tuesday, 6 March 2012, 12:44 AM
The content of this forum post has been removed and can no longer be accessed.
Jinchao Jiang
回复: Re: issue about playing courseware
by Jinchao Jiang - Tuesday, 6 March 2012, 5:01 AM
 

Hi  Luke,

Thanks for telling me that. I get it.

jinchao

Jinchao Jiang
回复: Re: issue about playing courseware
by Jinchao Jiang - Tuesday, 6 March 2012, 4:58 AM
 

Hi Ciaran,

Thanks for your help.

I will edit the php.ini file as you say.And try to disable other inbuilt  compression/delfating  modules.If helps I'll share with you.

Jinchao