]> 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:56 +0000 (01:23 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 24 Jan 2013 01:23:56 +0000 (01:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1437827 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.xml

index 21cffda94f31211160a14942f43316574fb84411..49cdbdadafda33099808054f8e9e1379f5702280 100644 (file)
@@ -339,10 +339,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>