From: Paul Querna The The second argument (regex) is a Perl compatible regular expression.
@@ -224,6 +233,8 @@ ofSetEnvIf
directive defines
environment variables based on attributes of the request. The
- attribute specified in the first argument can be one of three
+ attribute specified in the first argument can be one of four
things:
@@ -187,6 +187,15 @@ this manner. 'Earlier' means that they were defined at a broader scope
Environment variables will be considered only if there was no match
among request characteristics and a regular expression was not
used for the attribute.
+
+
','
.
+ The oid should reference a string-valued extension.
+
SetEnvIf object_is_image xbm XBIT_PROCESSING=1
:
+ SetEnvIf OID("2.16.840.1.113730.1.13") "(.*)" NetscapeComment=$1
+ :
SetEnvIf ^TS* ^[a-z].* HAVE_TS
www.mydomain.com
Web site.
+ The sixth example will set the NetscapeComment
+ environment variable to the string found in the corresponding
+ SSL client certificate field (if found).
The last example will set environment variable
HAVE_TS
if the request contains any headers that
begin with "TS" whose values begins with any character in the
diff --git a/docs/manual/mod/mod_setenvif.xml.ja b/docs/manual/mod/mod_setenvif.xml.ja
index 302b48d713..256abc325b 100644
--- a/docs/manual/mod/mod_setenvif.xml.ja
+++ b/docs/manual/mod/mod_setenvif.xml.ja
@@ -1,7 +1,7 @@
-
+
+