]> granicus.if.org Git - apache/commitdiff
Merge r1613524 from trunk:
authorEric Covener <covener@apache.org>
Fri, 25 Jul 2014 22:21:01 +0000 (22:21 +0000)
committerEric Covener <covener@apache.org>
Fri, 25 Jul 2014 22:21:01 +0000 (22:21 +0000)
call out some variables that aren't set during <if>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1613525 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml

index fb0a3d54b512d18971d911e03ab04957a28d53ca..bb78eed447357b74293b59cf37356748a576d4df 100644 (file)
@@ -224,7 +224,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
     <tr><td><code>REMOTE_HOST</code></td>
         <td>The host name of the remote host</td></tr>
     <tr><td><code>REMOTE_USER</code></td>
-        <td>The name of the authenticated user (if any)</td></tr>
+        <td>The name of the authenticated user, if any (not available during <directive>&lt;If &gt;</directive>)</td></tr>
     <tr><td><code>REMOTE_IDENT</code></td>
         <td>The user name set by <module>mod_ident</module></td></tr>
     <tr><td><code>SERVER_NAME</code></td>
@@ -246,7 +246,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
         module="mod_authn_core">AuthType</directive> (e.g.
         "<code>basic</code>")</td></tr>
     <tr><td><code>CONTENT_TYPE</code></td>
-        <td>The content type of the response</td></tr>
+        <td>The content type of the response (not available during <directive>&lt;If &gt;</directive>)</td></tr>
     <tr><td><code>HANDLER</code></td>
         <td>The name of the <a href="handler.html">handler</a> creating
             the response</td></tr>