You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2013/03/13 18:50:04 UTC

svn commit: r1456061 - /httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

Author: covener
Date: Wed Mar 13 17:50:04 2013
New Revision: 1456061

URL: http://svn.apache.org/r1456061
Log:
PR54687:  note that REQUEST_FILENAME is influenced by AcceptPathInfo


Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml?rev=1456061&r1=1456060&r2=1456061&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Wed Mar 13 17:50:04 2013
@@ -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>