Brano [B], on Tuesday, November 11, 2008 at 14:42 (+0700) typed:

B> recently we installed Varnish on our server. Everything works fine,
B> but on download we get this error:
B> http://www.opensubtitles.org/en/download/file/1951965961

it works now. I did not change nothing in varnish, I changed PHP code.

This was original code:
if(isset($_SERVER["HTTP_USER_AGENT"]) and strpos($_SERVER["HTTP_USER_AGENT"], 
'MSIE')) {
   ini_set('zlib.output_compression', 'Off');
}

I replaced it with:
ini_set('zlib.output_compression', 'Off');

Now it works OK. Just to let you know, I am not sure, if it is bug,
or...

VCL: http://www.pastebin.sk/en/9031/

-- 

 ...m8s, cu l8r, Brano.

[My name? said the old man sadly, is Slartibartfast.]
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to