summaryrefslogtreecommitdiff
path: root/www/ap2-xsendfile/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap2-xsendfile/DESCR')
-rw-r--r--www/ap2-xsendfile/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/ap2-xsendfile/DESCR b/www/ap2-xsendfile/DESCR
new file mode 100644
index 00000000000..4bad7e79bde
--- /dev/null
+++ b/www/ap2-xsendfile/DESCR
@@ -0,0 +1,7 @@
+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.