diff options
author | pav <pav@FreeBSD.org> | 2006-12-30 23:57:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-30 23:57:15 +0800 |
commit | 290ccc5c1d127421026c7102c7b569b781a94153 (patch) | |
tree | 9986f31ea2bbe080c76573a5279aad80d577db40 /www/Makefile | |
parent | cb0c1e483e5eeea5bf544bf8c1b6751cc5d8855b (diff) | |
download | freebsd-ports-gnome-290ccc5c1d127421026c7102c7b569b781a94153.tar.gz freebsd-ports-gnome-290ccc5c1d127421026c7102c7b569b781a94153.tar.zst freebsd-ports-gnome-290ccc5c1d127421026c7102c7b569b781a94153.zip |
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.
WWW: http://celebnamer.celebworld.ws/stuff/mod_xsendfile/
PR: ports/105784
Submitted by: Andrew Bennett <andrew@mystock.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5088335b69f6..e436075ec3d3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -387,6 +387,7 @@ SUBDIR += mod_vhs SUBDIR += mod_webapp SUBDIR += mod_webkit + SUBDIR += mod_xsendfile SUBDIR += mod_zap SUBDIR += moinmoin SUBDIR += momspider |