aboutsummaryrefslogtreecommitdiff
path: root/www/mod_setenvifplus
Commit message (Collapse)AuthorAgeFilesLines
* - update mod_setenvifplus to version 0.22Olli Hauer2013-04-203-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Changes: Version 0.22 - Directive SetStatusPlus verifies if configured status code is allowed (known by Apache). - Modifed cookie processing/parser. Version 0.21 - New directive CookieEncPlus (supports "simple" cookie formats only). Version 0.20 - New directive SetStatusPlus. - ResponseHeaderPlus set/add may modify the Content-Type header too. Feature safe: yes PR: 177440 Submitted by: ohauer Approved by: Jim Riggs <ports@christianserving.org> (maintainer) Notes: svn path=/head/; revision=316161
* - update mod_webkit to version 1.1 [1]Olli Hauer2012-11-022-8/+5
| | | | | | | | | | | | | | | | | - update mod_setenvifplus to version 0.19 [2] noted by portscout (no changes except version number) [1] old version no longer fetchable [1][2] Feature safe: yes PR: 171900 [2] Submitted by: ohauer [2] Approved by: maintainer timeout [2] Notes: svn path=/head/; revision=306887
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-3/+3
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - Update to 0.13Philip M. Gollucci2012-02-142-3/+3
| | | | | | | | | | PR: ports/165078 Submitted by: myself (pgollucci) Approved by: ports@christianserving.org (maintainer) Sponsored by: Apache Software Foundation (ASF) Notes: svn path=/head/; revision=291357
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* The mod_setenvifplus module allows you to set environment variablesOlli Hauer2011-08-213-0/+36
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> Notes: svn path=/head/; revision=280130