]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR#13603 - clarify description of DOCUMENT_URI
authorNick Kew <niq@apache.org>
Wed, 31 Dec 2008 00:49:08 +0000 (00:49 +0000)
committerNick Kew <niq@apache.org>
Wed, 31 Dec 2008 00:49:08 +0000 (00:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@730280 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.xml

index f03dc2ac8d93b2b9e133f7a0137034c359060da4..7dbc130471ddeb929855522baaa75fd7c2cf1dcf 100644 (file)
@@ -401,7 +401,11 @@ Server Error Messages</a></seealso>
       <dt><code>DOCUMENT_URI</code></dt>
       <dd>The (%-decoded) URL path of the document requested by the
       user. Note that in the case of nested include files, this is
-      <em>not</em> the URL for the current document.</dd>
+      <em>not</em> the URL for the current document.  Note also that
+      if the URL is modified internally (e.g. by an <directive
+      module="mod_alias">alias</directive> or <directive
+      module="mod_dir">directoryindex</directive>), the modified
+      URL is shown.</dd>
 
       <dt><code>LAST_MODIFIED</code></dt>
       <dd>The last modification date of the document requested by