]> granicus.if.org Git - apache/commitdiff
Tweak phrasing to more closely match what we say in the include section
authorRich Bowen <rbowen@apache.org>
Thu, 24 Jan 2013 01:23:16 +0000 (01:23 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 24 Jan 2013 01:23:16 +0000 (01:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437826 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.xml

index 55700e42e74c717fad4360cad837bd831bbe7641..63fd856ea68d8e12026de0f6e8107cd8032236da 100644 (file)
@@ -338,10 +338,11 @@ AddOutputFilter INCLUDES .shtml
         This file is &lt;!--#fsize file="mod_include.html" --&gt; 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>