]> granicus.if.org Git - apache/commitdiff
PR54687: note that REQUEST_FILENAME is influenced by AcceptPathInfo
authorEric Covener <covener@apache.org>
Wed, 13 Mar 2013 17:50:04 +0000 (17:50 +0000)
committerEric Covener <covener@apache.org>
Wed, 13 Mar 2013 17:50:04 +0000 (17:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1456061 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 87c57d3ae00c00f012f687a389a7c84693f2a5ae..d0f7ac02f9864c23dd22ed6b52fccd1646662194 100644 (file)
@@ -552,7 +552,11 @@ Alias /myapp /opt/myapp-1.2.3
                   been determined by the server at the time
                   <code>REQUEST_FILENAME</code> is referenced. Otherwise,
                   such as when used in virtual host context, the same
-                  value as <code>REQUEST_URI</code>.</dd>
+                  value as <code>REQUEST_URI</code>.  Depending on the vaue of 
+                  <directive module="core">AcceptPathInfo</directive>, the
+                  server may have only used some leading components of the 
+                  <code>REQUEST_URI</code> to map the requet to a file.
+                  </dd>
 
                   <dt><code>HTTPS</code></dt>