Commit f3cd5db0 authored by Luca Toscano's avatar Luca Toscano
Browse files

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
parent 21a3b5c9
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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>

    <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>