Commit graph

6 commits

Author SHA1 Message Date
Jonathan Perkin
aa771d79b4 Fix Apache dependencies. 2013-02-21 13:26:24 +00:00
Aleksej Saushev
dfd2040d5f Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
2012-09-24 16:56:26 +00:00
Filip Hajny
1658c7014a Updated wip/ap2-xsendfile to 0.12. Fixed changed URL.
Version 0.12
- Now incorrect headers will be dropped early.
2011-05-11 07:25:56 +00:00
Filip Hajny
c228cfb81b 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-09-16 12:49:50 +00:00
Filip Hajny
393bd7bac4 Fix destdir installation 2010-04-21 10:38:47 +00:00
Filip Hajny
0222e5362b 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.
2009-10-01 12:39:31 +00:00