You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2008/12/31 01:49:08 UTC

svn commit: r730280 - /httpd/httpd/branches/2.0.x/docs/manual/mod/mod_include.xml

Author: niq
Date: Tue Dec 30 16:49:08 2008
New Revision: 730280

URL: http://svn.apache.org/viewvc?rev=730280&view=rev
Log:
PR#13603 - clarify description of DOCUMENT_URI

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_include.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_include.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_include.xml?rev=730280&r1=730279&r2=730280&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_include.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_include.xml Tue Dec 30 16:49:08 2008
@@ -401,7 +401,11 @@
       <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