mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
8 lines
349 B
Plaintext
8 lines
349 B
Plaintext
mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers
|
|
registered by the original output handler.
|
|
|
|
If it encounters the presence of such header it will discard all output
|
|
and send the file specified by that header instead using Apache internals
|
|
including all optimizations like caching-headers and sendfile or mmap if
|
|
configured.
|