]> granicus.if.org Git - apache/commit
Extend mod_setenvif to support specifying regular expressions
authorBill Stoddard <stoddard@apache.org>
Tue, 12 Jun 2001 17:06:04 +0000 (17:06 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 12 Jun 2001 17:06:04 +0000 (17:06 +0000)
commite36b1ebae6a85cbbef2e3f35ba46ba0411bae2f1
tree40ce4d5fa5b52bfc337a50d831a4ece6644ec29d
parentaac11200a934390585492477e208e0b0f3a62cd3
Extend mod_setenvif to support specifying regular expressions
on the SetEnvIf (and SetEnvIfNoCase) directive attribute field.
Example:  SetEnvIf ^TS*  [a-z].* HAVE_TS
will cause HAVE_TS to be set if any of the request headers begins
with "TS" and has a value that begins with any character in the
set [a-z]. [Bill Stoddard]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89353 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/mod_setenvif.html
modules/metadata/mod_setenvif.c