From 9685c80e53e30815a1ecfeecbd9243569cd35bb4 Mon Sep 17 00:00:00 2001 From: Brian Pane Date: Fri, 29 Mar 2002 06:26:03 +0000 Subject: [PATCH] Document the variable expansion enhancements for mod_include git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94295 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ docs/manual/mod/mod_include.xml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 54669195e6..92cb0e2e62 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.35 + *) Add support for macro expansion within the variable names in + and directives [Brian Pane] + *) Fix some mod_include segfaults [Cliff Woolley, Brian Pane, Brad Nicholes] *) Update the Redhat Layout to match Redhat version 7. PR BZ-7422 diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 282d4ce601..bc88a0de6c 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -405,7 +405,8 @@ cases where they may reasonably occur as an argument to an SSI directive. This includes the config, exec, flastmod, fsize, - include, and set directives, as well + include, echo, and set + directives, as well as the arguments to conditional operators. You can insert a literal dollar sign into the string using backslash quoting:

-- 2.50.1