diff options
author | Jeff Trawick <trawick@apache.org> | 2016-03-14 21:00:57 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2016-03-14 21:00:57 +0100 |
commit | 65d5e454506f688f8cd798871a93b9f926f648e2 (patch) | |
tree | 8c0a57f937c6c9c522868c56f06d75278fbd3000 /docs/manual/mod/mod_include.xml | |
parent | sharing bucket_alloc for all streams inside mplx, explicit lifetime handling ... (diff) | |
download | apache2-65d5e454506f688f8cd798871a93b9f926f648e2.tar.xz apache2-65d5e454506f688f8cd798871a93b9f926f648e2.zip |
Follow-up to r1734817: Reorder, mention compatibility
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734989 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_include.xml')
-rw-r--r-- | docs/manual/mod/mod_include.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index e2eb1d93a0..fd955eccea 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -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> |