Commit 4688fa38 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Synch (a bit) with trunk

Backport r1643118 + some manual tweaks regarding left-over in previous backports

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1834256 13f79535-47bb-0310-9956-ffa450edef68
parent 86e1a5a9
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -480,10 +480,12 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
        <td>Same as <code>req</code>, but header names will not be added to the
            Vary header</td><td></td></tr>
    <tr><td><code>resp</code></td>
        <td>Get HTTP response header</td><td></td></tr>
        <td>Get HTTP response header (most response headers will not yet be set
            during <directive>&lt;If&gt;</directive>)</td><td></td></tr>
    <tr><td><code>reqenv</code></td>
        <td>Lookup request environment variable (as a shortcut,
        <code>v</code> can also be used to access variables).</td>
        <code>v</code> can also be used to access variables). 
        </td>
        <td>ordering</td></tr>
    <tr><td><code>osenv</code></td>
        <td>Lookup operating system environment variable</td><td></td></tr>