From d00deff060256b0b8268c4273656a93df0bfd6b0 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Thu, 25 May 2017 08:44:55 +0000 Subject: [PATCH] Core documentation update git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1796136 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 11 +++-------- 1 file 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 Override:All Status:Core Module:core +Compatibility:Nested conditions are evaluated in 2.4.26 and later

The <Else> applies the enclosed directives if and only if the most recent @@ -1179,6 +1180,7 @@ satisfied Override:All Status:Core Module:core +Compatibility:Nested conditions are evaluated in 2.4.26 and later

The <ElseIf> 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 Override:All Status:Core Module:core +Compatibility:Nested conditions are evaluated in 2.4.26 and later

The <If> directive evaluates an expression at runtime, and applies the enclosed @@ -2209,14 +2212,6 @@ satisfied by a request at runtime

Only directives that support the directory context can be used within this configuration section.

-

Not a scripting language

- 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 <If> section inside another - one (the inner <If> will be ignored). -
-
Certain variables, such as CONTENT_TYPE and other response headers, are set after <If> conditions have already -- 2.50.1