Apache and Content-Range
I am trying to implement support for Content-Range in PHP-generated files. When a browser sends Range request my script gives correct bytes and it works well. But while testing how Content-Range looks when downloading a PDF from Apache server I…