You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2013/01/24 02:23:57 UTC

svn commit: r1437827 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml

Author: rbowen
Date: Thu Jan 24 01:23:56 2013
New Revision: 1437827

URL: http://svn.apache.org/viewvc?rev=1437827&view=rev
Log:
Tweak phrasing to more closely match what we say in the include section

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml?rev=1437827&r1=1437826&r2=1437827&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml Thu Jan 24 01:23:56 2013
@@ -339,10 +339,11 @@ AddOutputFilter INCLUDES .shtml
         This file is <!--#fsize file="mod_include.html" --> 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>