aboutsummaryrefslogtreecommitdiff
path: root/www/mod_xsendfile
Commit message (Collapse)AuthorAgeFilesLines
* mod_xsendfile is a small Apache2 module that processes X-SENDFILE headersPav Lucistnik2006-12-303-0/+34
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. It is useful for processing script-output of e.g. php, perl or any cgi. WWW: http://celebnamer.celebworld.ws/stuff/mod_xsendfile/ PR: ports/105784 Submitted by: Andrew Bennett <andrew@mystock.com> Notes: svn path=/head/; revision=181061