From: Rich Bowen Date: Thu, 24 Jan 2013 01:59:47 +0000 (+0000) Subject: Emphasize that the output of #printenv is plain text so that it doesn't dump a bunch... X-Git-Tag: 2.5.0-alpha~5822 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ea4d3b520f242305b9e8ff0ff60633d61892040;p=apache Emphasize that the output of #printenv is plain text so that it doesn't dump a bunch of unformatted text in an HTML doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437833 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 63fd856ea6..e53a71e721 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -449,13 +449,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>