98c03c85c4
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>
20 lines
464 B
Makefile
20 lines
464 B
Makefile
# New ports collection makefile for: mod_xsendfile Apache module
|
|
# Date created: 2006-11-23
|
|
# Whom: Andrew T. Bennett <potatosaladx@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_xsendfile
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://celebnamer.celebworld.ws/stuff/mod_xsendfile/
|
|
|
|
MAINTAINER= potatosaladx@gmail.com
|
|
COMMENT= An Apache2 module that processes X-SENDFILE headers
|
|
|
|
USE_APACHE= 2.0+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|