From: Hunter Fuller Date: Thu, 17 Mar 2022 04:17:42 +0000 (-0500) Subject: Add support for the X-Sendfile header/module to offload downloads. X-Git-Tag: 4.5.0~32 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/d00ef4f1b8e503e29e10967f921c247a08670f61?hp=d00ef4f1b8e503e29e10967f921c247a08670f61 Add support for the X-Sendfile header/module to offload downloads. With the appropriate config option enabled, Jirafeau will send the X-Sendfile header instead of sending the file itself. As a result, Apache/lighttpd will send the file without the intervention of Jirafeau, and download resumes/seeking will also be enabled for this download. If the user requested an encrypted file then this will not work, but it should work in all other cases. ---