]> git.p6c8.net - jirafeau_project.git/commitdiff
Add support for the X-Sendfile header/module to offload downloads.
authorHunter Fuller <hfuller@pixilic.com>
Thu, 17 Mar 2022 04:17:42 +0000 (23:17 -0500)
committerJérôme Jutteau <jerome@jutteau.fr>
Sat, 30 Apr 2022 19:25:40 +0000 (19:25 +0000)
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.


No differences found

patrick-canterino.de