diff options
author | Eric Covener <covener@apache.org> | 2014-07-26 00:24:13 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2014-07-26 00:24:13 +0200 |
commit | d754154d9afa7aa29e2930e1f042a6a0fd9f3ab7 (patch) | |
tree | 90f35b7ec87afa338e22c292401f8670689e5d7c | |
parent | call out some variables that aren't set during <if> (diff) | |
download | apache2-d754154d9afa7aa29e2930e1f042a6a0fd9f3ab7.tar.xz apache2-d754154d9afa7aa29e2930e1f042a6a0fd9f3ab7.zip |
no status during if_walk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1613526 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/expr.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index a982d20fcb..cdd1aca850 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -271,7 +271,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>" <td>"<code>on</code>" if the connection uses IPv6, "<code>off</code>" otherwise</td></tr> <tr><td><code>REQUEST_STATUS</code></td> - <td>The HTTP error status of the request</td></tr> + <td>The HTTP error status of the request (not available during <directive><If ></directive>)</td></tr> <tr><td><code>REQUEST_LOG_ID</code></td> <td>The error log id of the request (see <directive module="core">ErrorLogFormat</directive>)</td></tr> |