aboutsummaryrefslogtreecommitdiff
path: root/www/mod_xsendfile
Commit message (Collapse)AuthorAgeFilesLines
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* - add stage supportOlli Hauer2013-12-151-2/+2
| | | | | | | | | | - add license - minor cleanups with hat apache@ Notes: svn path=/head/; revision=336589
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Extract Last-Modified from the right placeOlli Hauer2013-06-222-6/+13
| | | | | | | | | PR: ports/178668 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: Andrew Bennet <potatosaladx@gmail.com> (maintainer) Notes: svn path=/head/; revision=321590
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-2/+2
| | | | Notes: svn path=/head/; revision=280086
* - source was re-rolled (No changes compaired old and new source)Olli Hauer2011-05-142-3/+5
| | | | | | | | | | - add additional MASTER_SITE PR: ports/154032 Submitted by: Andrew Bennett <potatosaladx _at_ gmail.com> (maintainer) Notes: svn path=/head/; revision=274107
* - update to version 0.12Olli Hauer2010-11-073-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - change MASTER_SITES Changelog: =========== Version 0.12 * Now incorrect headers will be dropped early Version 0.11.1 * Fixed some documentation bugs * Built win32 binaries against latest httpd using MSVC9 * Updated MSVC Project files Version 0.11 * Fixed large file support Version 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). PR: 151991 Submitted by: Andrew Bennett <potatosaladx _at_ gmail.com> (maintainer) Approved by: glarkin (mentor, implicit) Notes: svn path=/head/; revision=264172
* - Mark remaining mod_* ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-211-0/+2
| | | | | | | | PR: ports/134611 Approved by: pav (#bsdports) Notes: svn path=/head/; revision=234362
* 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