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/ Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->apache apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: apache->ohauer I'll take it
ohauer 2011-08-21 18:37:48 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_setenvifplus Makefile distinfo pkg-descr Log: 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> Revision Changes Path 1.2956 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/mod_setenvifplus/Makefile (new) 1.1 +2 -0 ports/www/mod_setenvifplus/distinfo (new) 1.1 +9 -0 ports/www/mod_setenvifplus/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!