]> granicus.if.org Git - apache/commitdiff
core.xml: Wrap a Define directive sentence in a <note>
authorLuca Toscano <elukey@apache.org>
Fri, 23 Jun 2017 15:24:42 +0000 (15:24 +0000)
committerLuca Toscano <elukey@apache.org>
Fri, 23 Jun 2017 15:24:42 +0000 (15:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799680 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index ce1335c563b1534a58916ff41e836e0d846663b3..cb64b285a664a73ce03b69c85eb153fe21715b1a 100644 (file)
@@ -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>