<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>
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>