diff options
-rw-r--r-- | docs/manual/mod/core.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index ce1335c563..cb64b285a6 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -818,9 +818,11 @@ DocumentRoot "/var/www/${servername}/htdocs" <p>Variable names may not contain colon ":" characters, to avoid clashes with <directive module="mod_rewrite">RewriteMap</directive>'s syntax.</p> - <p>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.</p> + <note><title>Virtual Host scope and pitfalls</title> + <p>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.</p> + </note> </usage> </directivesynopsis> |