From: Rich Bowen Date: Thu, 24 Jan 2013 02:01:01 +0000 (+0000) Subject: merge from trunk X-Git-Tag: 2.4.4~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da8617ea3d065edff2ee29d9edf8598f9a2b4cae;p=apache merge from trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1437834 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 49cdbdadaf..9e66fb7b53 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -450,13 +450,15 @@ AddOutputFilter INCLUDES .shtml
The printenv Element -

This prints out a listing of all existing variables and +

This prints out a plain text listing of all existing variables and their values. Special characters are entity encoded (see the echo element for details) before being output. There are no attributes.

Example - <!--#printenv --> + <pre> + <!--#printenv --> + </pre>