From f354e7af73d0c19bf4a6f4b4f2ca3218d316db85 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 14 Nov 2020 08:41:27 +0000 Subject: [PATCH] Explain limitation of UnDefine syntax as already noted in Define. Increase visibility of a warning, to be consistent with Define PR 64909 (r1883417 in trunk) [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1883418 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index c9b6b46e846..5bece88aea2 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -4841,9 +4841,15 @@ certain events before failing a request

This directive can be used to toggle the use of IfDefine sections without needing to alter -D arguments in any startup scripts.

-

While this directive is supported in virtual host context, - the changes it makes are visible to any later configuration - directives, beyond any enclosing virtual host.

+ +

Variable names may not contain colon ":" characters, to avoid clashes + with RewriteMap's syntax.

+ + Virtual Host scope and pitfalls +

While this directive is supported in virtual host context, + the changes it makes are visible to any later configuration + directives, beyond any enclosing virtual host.

+
Define IfDefine -- 2.47.3