From 19a11806ec0006bb3e45a25ddb941d5692a5f1b4 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 13 Mar 2013 17:50:04 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_rewrite.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 87c57d3ae0..d0f7ac02f9 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
-- 2.40.0