SetEnvIf and SetEnvIfNoCase
SetEnvIf attribute regex envar[=value] [..]
SetEnvIfNoCase attribute regex envar[=value] [..]
Server config, virtual host, directory, .htaccess (from v 1.3.14)
The attribute
can be one of the HTTP
request header fields, such as Host
,
User-Agent
, Referer
, and/or one
of the following:
The NoCase
version works the same except that
regular-expression matching is evaluated without regard to letter
case.