From: Rich Bowen Date: Thu, 24 Jan 2013 01:23:56 +0000 (+0000) Subject: Tweak phrasing to more closely match what we say in the include section X-Git-Tag: 2.4.4~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f75e0df84789b3315dfa9b302ca08b6177b3a801;p=apache Tweak phrasing to more closely match what we say in the include section git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1437827 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 21cffda94f..49cdbdadaf 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -339,10 +339,11 @@ AddOutputFilter INCLUDES .shtml This file is <!--#fsize file="mod_include.html" --> bytes. - The value of file 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: The given path was above the root - path. + 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