From 2295e569f04feb508ebfc47e496e64da8215cd35 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 25 Mar 2018 11:09:51 +0000 Subject: [PATCH] Document built-in DOCUMENT_PATH_INFO and USER_NAME that have been available and undocumented for years (already present in the very first commit of mod_include.c in svn history in 1999!) 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index b1fe35b957..78c5e6441f 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -552,6 +552,11 @@ Options +Includes
The filename (excluding directories) of the document requested by the user.
+
DOCUMENT_PATH_INFO
+
The trailing pathname information. See directive AcceptPathInfo for more information + about PATH_INFO.
+
DOCUMENT_URI
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 DOCUMENT_ARGS if shell escaping is not desired.
+ +
USER_NAME
+
The user name of the owner of the file.
-- 2.40.0