Path to this page:
Subject: CVS commit: wip/ap2-xsendfile
From: Filip Hajny
Date: 2009-10-01 14:39:31
Message id: E1MtKwk-0004ES-UO@ddv4jf1.ch3.sourceforge.com
Log Message:
Import ap22-xsendfile-0.9 as wip/ap2-xsendfile.
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.
It is useful for processing script-output of e.g. php, perl or any cgi.
Files: