1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/mod_setenvifplus/pkg-descr
Olli Hauer 6fcedfeccd - update mod_setenvifplus to version 0.22
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)
2013-04-20 17:38:32 +00:00

10 lines
523 B
Plaintext

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://opensource.adnovum.ch/mod_setenvifplus/