1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Tweak phrasing to more closely match what we say in the include section

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437826 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2013-01-24 01:23:16 +00:00
parent ba5439180d
commit 88f44fa66f

View File

@@ -338,10 +338,11 @@ AddOutputFilter INCLUDES .shtml
This file is <!--#fsize file="mod_include.html" --> bytes.
</example>
The value of <code>file</code> cannot start with a slash, nor can it
refer to a file above the current directory. Attempting to so will
result in the error message: <code>The given path was above the root
path</code>.
The value of <code>file</code> cannot start with a slash
(<code>/</code>), nor can it contain <code>../</code> 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:
<code>The given path was above the root path</code>.
</dd>
<dt><code>virtual</code></dt>