summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/core.xml
diff options
context:
space:
mode:
authorLuca Toscano <elukey@apache.org>2017-06-23 17:24:42 +0200
committerLuca Toscano <elukey@apache.org>2017-06-23 17:24:42 +0200
commit08d5a35f46c3bfdfdf1507b101a2f1d77253230a (patch)
treebb0610df77b9a08b590fa405c5e4beadd55376d7 /docs/manual/mod/core.xml
parentupdate transformation (diff)
downloadapache2-08d5a35f46c3bfdfdf1507b101a2f1d77253230a.tar.xz
apache2-08d5a35f46c3bfdfdf1507b101a2f1d77253230a.zip
core.xml: Wrap a Define directive sentence in a <note>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799680 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/core.xml')
-rw-r--r--docs/manual/mod/core.xml8
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>