I'm trying to deliver video content (mp4) to an iOS device using x-sendfile without success. Apparently I'm not seeing support for a byte range header using this method. When I run a command: curl -I on the php file that should deliver the file, I get no "Accept-Ranges: bytes" return. The documentation states that there is support for ranges.