NOTICE: This package has been removed from pkgsrc

./wip/ap2-xsendfile, Apache 2 module that processes X-SENDFILE headers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.12, Package name: ap22-xsendfile-0.12, Maintainer: filip

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.


Required to run:
[www/apache22]

Master sites:

SHA1: 4eda6ff10949186554b2caf7ab322382b6c9806b
RMD160: 392b4249c5d28d175939ee04401c6461f0454d46
Filesize: 9.054 KB

Version history: (Expand)


CVS history: (Expand)


   2014-02-17 13:18:57 by Filip Hajny | Files touched by this commit (6) | Package removed
Log message:
Remove ap2-xsendfile, it has existed as www/ap2-xsendfile for a long time.
   2013-02-21 14:26:24 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Fix Apache dependencies.
   2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
   2011-05-11 09:25:56 by Filip Hajny | Files touched by this commit (2)
Log message:
Updated wip/ap2-xsendfile to 0.12. Fixed changed URL.

Version 0.12
- Now incorrect headers will be dropped early.
   2010-09-16 14:49:50 by Filip Hajny | Files touched by this commit (2)
Log message:
Updated ap2-xsendfile to 0.11.1

Changes in 0.11.1
* Fixed some documentation bugs
* Built win32 binaries against latest httpd using MSVC9
* Updated MSVC Project files

Changes in 0.11
* Fixed large file support

Changes in 0.10
* Won't override Etag/Last-Modified if already set
* New Configuration directive: XSendFileIgnoreEtag
* New Configuration directive: XSendFileIgnoreLastModified
* New Configuration directive: XSendFilePath
* Removed Configuration directive: XSendFileAllowAbove
* Use XSendFilePath instead
* Improved header handling for FastCGI/CGI output (removing duplicate headers)
   2010-04-21 12:38:47 by Filip Hajny | Files touched by this commit (1)
Log message:
Fix destdir installation

   2009-10-01 14:39:31 by Filip Hajny | Files touched by this commit (6) | Imported package
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.