]> granicus.if.org Git - apache/commit
Enable SetEnvIf to handle taking a regex on the header name (SPECIAL_NOT case).
authorBill Stoddard <stoddard@apache.org>
Sat, 9 Jun 2001 15:57:06 +0000 (15:57 +0000)
committerBill Stoddard <stoddard@apache.org>
Sat, 9 Jun 2001 15:57:06 +0000 (15:57 +0000)
commit0a9d23aa8f4996403839bc4cff6d04a6c29fec3b
tree5cdbcf5af695222acda1f4dac81a73308ec4a0c0
parent08ce0bc1b26dc55131f86029af1382d2d69e1212
Enable SetEnvIf to handle taking a regex on the header name (SPECIAL_NOT case).
For example:

SetEnvIf ^TS* ^[a-z].*  HAVE_TS

will cause HAVE_TS to be set if a header beginning with TS appears in the request
and the value of that header starts with [a-z]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89325 13f79535-47bb-0310-9956-ffa450edef68
modules/metadata/mod_setenvif.c