]> granicus.if.org Git - apache/commitdiff
Follow-up to r1734817: Reorder, mention compatibility
authorJeff Trawick <trawick@apache.org>
Mon, 14 Mar 2016 20:00:57 +0000 (20:00 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 14 Mar 2016 20:00:57 +0000 (20:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734989 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.xml

index e2eb1d93a093834502b7f6a1016d36600b7da56d..fd955eccea811e382b144e26956d9f77d397f319 100644 (file)
@@ -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>