diff options
author | Luca Toscano <elukey@apache.org> | 2017-05-25 10:44:55 +0200 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2017-05-25 10:44:55 +0200 |
commit | d00deff060256b0b8268c4273656a93df0bfd6b0 (patch) | |
tree | b552c0e85b34af53888b8290ca370a7640ae49d6 /docs/manual/mod/core.html.en | |
parent | Remove warning about nested If/ElseIf/Else evaluation (diff) | |
download | apache2-d00deff060256b0b8268c4273656a93df0bfd6b0.tar.xz apache2-d00deff060256b0b8268c4273656a93df0bfd6b0.zip |
Core documentation update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1796136 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/core.html.en')
-rw-r--r-- | docs/manual/mod/core.html.en | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index e79f6f381a..5cb36c1c8f 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1132,6 +1132,7 @@ satisfied by a request at runtime</td></tr> <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>All</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>core</td></tr> +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Nested conditions are evaluated in 2.4.26 and later</td></tr> </table> <p>The <code class="directive"><Else></code> applies the enclosed directives if and only if the most recent @@ -1179,6 +1180,7 @@ satisfied</td></tr> <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>All</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>core</td></tr> +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Nested conditions are evaluated in 2.4.26 and later</td></tr> </table> <p>The <code class="directive"><ElseIf></code> applies the enclosed directives if and only if both the given condition evaluates to true and @@ -2182,6 +2184,7 @@ satisfied by a request at runtime</td></tr> <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>All</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>core</td></tr> +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Nested conditions are evaluated in 2.4.26 and later</td></tr> </table> <p>The <code class="directive"><If></code> directive evaluates an expression at runtime, and applies the enclosed @@ -2209,14 +2212,6 @@ satisfied by a request at runtime</td></tr> <p>Only directives that support the <a href="directive-dict.html#Context">directory context</a> can be used within this configuration section.</p> - <div class="note"><h3>Not a scripting language</h3> - The name of this directive is very familiar to programmers and admins - but it should not be confused with its counterpart in scripting languages. - For example, the current implementation does not contemplate the possibility - of having a <code class="directive"><If></code> section inside another - one (the inner <code class="directive"><If></code> will be ignored). - </div> - <div class="warning"> Certain variables, such as <code>CONTENT_TYPE</code> and other response headers, are set after <If> conditions have already |