From: Richard Bowen Date: Thu, 24 Jan 2013 01:23:16 +0000 (+0000) Subject: Tweak phrasing to more closely match what we say in the include section X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71c2648e247b038fc371f871e8078d056f97116c;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 55700e42e74..63fd856ea68 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -338,10 +338,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