diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-08-22 02:37:48 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-08-22 02:37:48 +0800 |
commit | efab32d1f18c86491d3635b57a18ee2b37615246 (patch) | |
tree | 9b09a9608f3bebcfc341f2316024cd7337e9f928 /www/Makefile | |
parent | f12f05b982b92476b74d6bd02aa987d3b4b3e7bd (diff) | |
download | freebsd-ports-gnome-efab32d1f18c86491d3635b57a18ee2b37615246.tar.gz freebsd-ports-gnome-efab32d1f18c86491d3635b57a18ee2b37615246.tar.zst freebsd-ports-gnome-efab32d1f18c86491d3635b57a18ee2b37615246.zip |
The mod_setenvifplus module allows you to set environment variables
according to whether different aspects of the request match regular
expressions you specify. These environment variables can be used by
other parts of the server to make decisions about actions to be taken,
e.g. by using mod_qos or to propagate supplemental information to the
appliaction via HTTP header data. mod_setenvifplus is derived from the
standard Apache modules mod_setenvif and mod_headers.
WWW: http://modsetenvifplus.sourceforge.net/
PR: ports/158709
Submitted by: Jim Riggs <ports at christianserving.org>
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 42fa6cccc09e..eb1f702f05f2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -557,6 +557,7 @@ SUBDIR += mod_security21 SUBDIR += mod_sed SUBDIR += mod_sequester + SUBDIR += mod_setenvifplus SUBDIR += mod_shapvh SUBDIR += mod_smooth_streaming SUBDIR += mod_sqlinclude |