diff options
Diffstat (limited to 'docs/manual/mod/mod_include.html.en')
-rw-r--r-- | docs/manual/mod/mod_include.html.en | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 1f0b69d097..e6e0eb72da 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -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"> |