i discovered that the x-sendfile header is only added if accessing a file in:

http://domain.de/drupal/system/files/textures/sub/IMG_1079.jpg

if you try to access a file in:

http://domain.de/drupal/system/files/imagecache/sub/IMG_1079.jpg

its not adding the X-sendfile header. i use "live http headers for firefox to track this".

Comments

marcoka’s picture

Status: Active » Fixed

the headers are discarded on the server. that is for security reasons, too. so no one can see that you use x-sendfile.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.