Hello!

On Tue, Feb 25, 2014 at 09:32:54AM -0500, Kurk_SS wrote:

> I use
> 
> http{
> underscores_in_headers on;
> ignore_invalid_headers off;
> 
> and all works fine. php code can see HTTP_RANGE in $_SERVER array.
> 
> but when I use fastcgi cache.

[...]

> It not works now.
> 
> why?

Cache needs full responses, hence it strips Range header 
from requests to backends.

-- 
Maxim Dounin
http://nginx.org/

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to