Bug 158709 - [NEW PORT] www/mod_setenvifplus: Allows setting environment variables based on request attributes
Summary: [NEW PORT] www/mod_setenvifplus: Allows setting environment variables based o...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-07 20:00 UTC by Jim Riggs
Modified: 2011-08-21 19:44 UTC (History)
0 users

See Also:


Attachments
mod_setenvifplus-0.12.shar (2.10 KB, text/plain)
2011-07-07 20:00 UTC, Jim Riggs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Riggs 2011-07-07 20:00:23 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-07 20:00:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2011-08-21 18:23:09 UTC
Responsible Changed
From-To: apache->ohauer

I'll take it
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-08-21 19:38:02 UTC
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"
Comment 4 Olli Hauer freebsd_committer freebsd_triage 2011-08-21 19:44:25 UTC
State Changed
From-To: open->closed

Committed, 
Thanks!