From 7452629838d34d323e2a0c66483dd83272731ec9 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Wed, 31 Dec 2008 00:49:45 +0000 Subject: [PATCH] PR#13603 - clarify description of DOCUMENT_URI git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@730282 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_include.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 01ecee7df30..225f10d5d68 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -405,7 +405,11 @@
DOCUMENT_URI
The (%-decoded) URL path of the document requested by the user. Note that in the case of nested include files, this is - not the URL for the current document.
+ not the URL for the current document. Note also that + if the URL is modified internally (e.g. by an alias or directoryindex), the modified + URL is shown.
LAST_MODIFIED
The last modification date of the document requested by -- 2.47.2