From fe0ac45b8e5d623a0511360a5b723e7998feb5de Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Mon, 10 Oct 2011 08:42:30 +0000 Subject: 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 --- docs/manual/mod/mod_setenvif.xml | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'docs/manual/mod/mod_setenvif.xml') 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 attribute. -
  • - A reference to an extension of an SSL client certificate, located by - its object id oid. - If a non-SSL request, or in absense of the configured oid, - no variable will be set. If the oid is found multiple times, - the individual strings will be concatenated, separated by a comma ','. - The oid should reference a string-valued extension. -
  • The second argument (regex) is a :
    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
    @@ -240,10 +230,6 @@ of

    the referring page was somewhere on the www.mydomain.example.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 -- cgit v1.2.3