You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2017/06/23 15:24:42 UTC

svn commit: r1799680 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: elukey
Date: Fri Jun 23 15:24:42 2017
New Revision: 1799680

URL: http://svn.apache.org/viewvc?rev=1799680&view=rev
Log:
core.xml: Wrap a Define directive sentence in a <note>



Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1799680&r1=1799679&r2=1799680&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Fri Jun 23 15:24:42 2017
@@ -818,9 +818,11 @@ DocumentRoot "/var/www/${servername}/htd
     <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>