You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2016/03/14 21:00:57 UTC

svn commit: r1734989 - /httpd/httpd/trunk/docs/manual/mod/mod_include.xml

Author: trawick
Date: Mon Mar 14 20:00:57 2016
New Revision: 1734989

URL: http://svn.apache.org/viewvc?rev=1734989&view=rev
Log:
Follow-up to r1734817: Reorder, mention compatibility

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_include.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_include.xml?rev=1734989&r1=1734988&r2=1734989&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_include.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_include.xml Mon Mar 14 20:00:57 2016
@@ -525,6 +525,16 @@ AddOutputFilter INCLUDES .shtml
       <dt><code>DATE_LOCAL</code></dt>
       <dd>The current date in the local time zone.</dd>
 
+      <dt><code>DOCUMENT_ARGS</code></dt>
+      <dd>This variable contains the query string of the active SSI
+      document, or the empty string if a query string is not
+      included.  For subrequests invoked through the
+      <code>include</code> SSI directive, <code>QUERY_STRING</code>
+      will represent the query string of the subrequest and
+      <code>DOCUMENT_ARGS</code> will represent the query string of
+      the SSI document.  (Available in Apache HTTP Server 2.5.0 and
+      later.)</dd>
+
       <dt><code>DOCUMENT_NAME</code></dt>
       <dd>The filename (excluding directories) of the document
       requested by the user.</dd>
@@ -550,15 +560,6 @@ AddOutputFilter INCLUDES .shtml
       backslashes).  It is not set if a query string is not
       present.  Use <code>DOCUMENT_ARGS</code> if shell escaping
       is not desired.</dd>
-
-      <dt><code>DOCUMENT_ARGS</code></dt>
-      <dd>This variable contains the query string of the active SSI
-      document, or the empty string if a query string is not
-      included.  For subrequests invoked through the
-      <code>include</code> SSI directive, <code>QUERY_STRING</code>
-      will represent the query string of the subrequest and
-      <code>DOCUMENT_ARGS</code> will represent the query string of
-      the SSI document.</dd>
     </dl>
 </section>