You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2016/09/18 17:19:53 UTC

svn commit: r1761344 - /httpd/httpd/branches/2.4.x/docs/manual/mod/core.html.en

Author: covener
Date: Sun Sep 18 17:19:52 2016
New Revision: 1761344

URL: http://svn.apache.org/viewvc?rev=1761344&view=rev
Log:
xforms


Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/core.html.en

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/core.html.en?rev=1761344&r1=1761343&r2=1761344&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/core.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/core.html.en Sun Sep 18 17:19:52 2016
@@ -848,6 +848,13 @@ DocumentRoot "/var/www/${servername}/htd
     <p>Variable names may not contain colon ":" characters, to avoid clashes
     with <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code>'s syntax.</p>
 
+    <p>While this directive is supported in virtual host and directory context,
+       the changes it makes are visible to any later configuration
+       directives, beyond any enclosing configuration section. Support for the
+       the other configuration sections was erroneously permitted by the initial
+       implementation of this directive and is only preserved (with unintuitive 
+       results to maintain backward compatibility.</p>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="Directory" id="Directory">&lt;Directory&gt;</a> <a name="directory" id="directory">Directive</a></h2>