]> granicus.if.org Git - apache/commitdiff
Document built-in DOCUMENT_PATH_INFO and USER_NAME that have been available and undoc...
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 25 Mar 2018 11:09:51 +0000 (11:09 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 25 Mar 2018 11:09:51 +0000 (11:09 +0000)
Tested and works like a charm.

Spotted while looking at PR 34405.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827705 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.xml

index b1fe35b957be9cd55891ee3c97b551cd1d0b224f..78c5e6441ff922a608c5b9120e333b2099b1e624 100644 (file)
@@ -552,6 +552,11 @@ Options +Includes
       <dd>The filename (excluding directories) of the document
       requested by the user.</dd>
 
+      <dt><code>DOCUMENT_PATH_INFO</code></dt>
+      <dd>The trailing pathname information. See directive <directive
+      module="core">AcceptPathInfo</directive> for more information
+      about <code>PATH_INFO</code>.</dd>
+
       <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
@@ -573,6 +578,9 @@ Options +Includes
       backslashes).  It is not set if a query string is not
       present.  Use <code>DOCUMENT_ARGS</code> if shell escaping
       is not desired.</dd>
+
+      <dt><code>USER_NAME</code></dt>
+      <dd>The user name of the owner of the file.</dd>
     </dl>
 </section>