Note to everyone using Apache and the XSendFile module. If you’ve included the module and are getting 0-byte files, like I was today, make sure you have the following lines in your VirtualHost config
XSendFile on
XSendFileAllowAbove on
The website needs to know you want to use the module. Duh.









Saved my day. Thanks