From 65d5e454506f688f8cd798871a93b9f926f648e2 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 14 Mar 2016 20:00:57 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_include.xml | 19 ++++++++++--------- 1 file 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
DATE_LOCAL
The current date in the local time zone.
+
DOCUMENT_ARGS
+
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 + include SSI directive, QUERY_STRING + will represent the query string of the subrequest and + DOCUMENT_ARGS will represent the query string of + the SSI document. (Available in Apache HTTP Server 2.5.0 and + later.)
+
DOCUMENT_NAME
The filename (excluding directories) of the document requested by the user.
@@ -550,15 +560,6 @@ AddOutputFilter INCLUDES .shtml backslashes). It is not set if a query string is not present. Use DOCUMENT_ARGS if shell escaping is not desired. - -
DOCUMENT_ARGS
-
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 - include SSI directive, QUERY_STRING - will represent the query string of the subrequest and - DOCUMENT_ARGS will represent the query string of - the SSI document.
-- 2.40.0