From 88f44fa66f9cb25fc01890d7d85502c310afde7c Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 24 Jan 2013 01:23:16 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_include.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 55700e42e7..63fd856ea6 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
-- 2.40.0