Commit 05758ce4 authored by Paul Querna's avatar Paul Querna
Browse files

rebuild docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@220312 13f79535-47bb-0310-9956-ffa450edef68
parent 75b45af1
Loading
Loading
Loading
Loading
+16 −1
Changes for docs/manual/mod/mod_setenvif.html.en: 16 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ respect to case</td></tr>
</table>
    <p>The <code class="directive">SetEnvIf</code> directive defines
    environment variables based on attributes of the request. The
    <em>attribute</em> specified in the first argument can be one of three
    <em>attribute</em> specified in the first argument can be one of four
    things:</p>

<ol>
@@ -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 <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 <a href="http://www.pcre.org/">Perl compatible regular expression</a>.
@@ -224,6 +233,8 @@ 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 />
</code></p></div>

@@ -233,6 +244,10 @@ of</p>
    the referring page was somewhere on the
    <code>www.mydomain.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
+1 −1
Changes for docs/manual/mod/mod_setenvif.xml.ja: 1 added line, 1 removed line.
Original line number Diff line number Diff line
<?xml version="1.0" encoding="iso-2022-jp"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 151408 -->
<!-- English Revision: 151408:220310 (outdated) -->

<!--
 Copyright 2002-2005 The Apache Software Foundation or its licensors,
+1 −1
Changes for docs/manual/mod/mod_setenvif.xml.ko: 1 added line, 1 removed line.
Original line number Diff line number Diff line
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
<!-- English Revision: 151408 -->
<!-- English Revision: 151408:220310 (outdated) -->

<!--
 Copyright 2004-2005 The Apache Software Foundation or its licensors,
+2 −2
Changes for docs/manual/mod/mod_setenvif.xml.meta: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

  <variants>
    <variant>en</variant>
    <variant>ja</variant>
    <variant>ko</variant>
    <variant outdated="yes">ja</variant>
    <variant outdated="yes">ko</variant>
  </variants>
</metafile>