From: Richard Bowen Date: Thu, 24 Jan 2013 02:02:15 +0000 (+0000) Subject: Rebuild X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a72c89ffe2d865b97c0f9c0d55cc76ca7b06fae8;p=thirdparty%2Fapache%2Fhttpd.git Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437835 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index dd3ba7217bf..04d74411351 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 0f00b0d84f4..7bc18a66621 100644 --- a/docs/manual/mod/mod_include.xml.ja +++ b/docs/manual/mod/mod_include.xml.ja @@ -1,7 +1,7 @@ - +