]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_include.html.en
make docs
[apache] / docs / manual / mod / mod_include.html.en
index 1f0b69d097dc17698b4bb0bf93d59a610233043e..e6e0eb72da87e4a6a66be9723f06c32a378c9c12 100644 (file)
@@ -544,6 +544,16 @@ AddOutputFilter INCLUDES .shtml</pre>
       <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>
@@ -567,15 +577,6 @@ AddOutputFilter INCLUDES .shtml</pre>
       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>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">