From 7e11a35cc374c5a8a48ec309188e8e0aeeb3ecd0 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 24 Jan 2013 02:02:15 +0000 Subject: [PATCH] Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437835 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_include.html.en | 27 ++++++++++++++++++++++++--- docs/manual/mod/mod_include.xml.ja | 2 +- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index dd3ba7217b..04d7441135 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -355,7 +355,18 @@ AddOutputFilter INCLUDES .shtml
file
The value is a path relative to the directory - containing the current document being parsed.
+ containing the current document being parsed. + +

+ This file is <!--#fsize file="mod_include.html" --> bytes. +

+ + The value of file cannot start with a slash + (/), nor can it contain ../ so as to + refer to a file above the current directory or outside of the + document root. Attempting to so will result in the error message: + The given path was above the root path. +
virtual
The value is a (%-encoded) URL-path. If it does not begin with @@ -363,6 +374,14 @@ AddOutputFilter INCLUDES .shtml Note, that this does not print the size of any CGI output, but the size of the CGI script itself.
+ +

+ This file is <!--#fsize virtual="/docs/mod/mod_include.html" --> bytes. +

+ +

Note that in many cases these two are exactly the same thing. + However, the file attribute doesn't respect URL-space + aliases.

The flastmod Element

@@ -452,12 +471,14 @@ 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>

diff --git a/docs/manual/mod/mod_include.xml.ja b/docs/manual/mod/mod_include.xml.ja index 0f00b0d84f..7bc18a6662 100644 --- a/docs/manual/mod/mod_include.xml.ja +++ b/docs/manual/mod/mod_include.xml.ja @@ -1,7 +1,7 @@ - +