diff options
author | Stefan Fritsch <sf@apache.org> | 2011-10-10 10:42:30 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-10-10 10:42:30 +0200 |
commit | fe0ac45b8e5d623a0511360a5b723e7998feb5de (patch) | |
tree | 8eef65cf210a1e874ae57700942ceb7966b8bd06 /docs/manual/mod/mod_setenvif.xml | |
parent | If a child is created just before graceful restart and then exits because (diff) | |
download | apache2-fe0ac45b8e5d623a0511360a5b723e7998feb5de.tar.xz apache2-fe0ac45b8e5d623a0511360a5b723e7998feb5de.zip |
Remove OID match which was never in a GA releas and is obsoleted by
SetEnvIfExpr with PeerExtList()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_setenvif.xml')
-rw-r--r-- | docs/manual/mod/mod_setenvif.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml index 2e0fd11086..9ff7ff404e 100644 --- a/docs/manual/mod/mod_setenvif.xml +++ b/docs/manual/mod/mod_setenvif.xml @@ -184,14 +184,6 @@ Environment variables will be considered only if there was no match among request characteristics and a regular expression was not used for the <em>attribute</em>.</li> -<li> - A reference to an extension of an SSL client certificate, located by - its object id <em>oid</em>. - If a non-SSL request, or in absense of the configured <em>oid</em>, - no variable will be set. If the <em>oid</em> is found multiple times, - the individual strings will be concatenated, separated by a comma <code>','</code>. - The <em>oid</em> should reference a string-valued extension. -</li> </ol> <p>The second argument (<em>regex</em>) is a <glossary @@ -229,8 +221,6 @@ of</p> :<br /> SetEnvIf object_is_image xbm XBIT_PROCESSING=1<br /> :<br /> - SetEnvIf OID("2.16.840.1.113730.1.13") "(.*)" NetscapeComment=$1<br /> - :<br /> SetEnvIf ^TS ^[a-z] HAVE_TS<br /> </example> @@ -240,10 +230,6 @@ of</p> the referring page was somewhere on the <code>www.mydomain.example.com</code> Web site.</p> - <p>The sixth example will set the <code>NetscapeComment</code> - environment variable to the string found in the corresponding - SSL client certificate field (if found).</p> - <p>The last example will set environment variable <code>HAVE_TS</code> if the request contains any headers that begin with "TS" whose values begins with any character in the |