From: Eric Covener Date: Wed, 13 Mar 2013 17:50:04 +0000 (+0000) Subject: PR54687: note that REQUEST_FILENAME is influenced by AcceptPathInfo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e95a9a6da350e9cf8176413003b12bb1bbc8a649;p=thirdparty%2Fapache%2Fhttpd.git PR54687: note that REQUEST_FILENAME is influenced by AcceptPathInfo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1456061 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 87c57d3ae00..d0f7ac02f98 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -552,7 +552,11 @@ Alias /myapp /opt/myapp-1.2.3 been determined by the server at the time REQUEST_FILENAME is referenced. Otherwise, such as when used in virtual host context, the same - value as REQUEST_URI. + value as REQUEST_URI. Depending on the vaue of + AcceptPathInfo, the + server may have only used some leading components of the + REQUEST_URI to map the requet to a file. +
HTTPS