]> granicus.if.org Git - apache/commitdiff
rebuild
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 25 Mar 2018 12:50:34 +0000 (12:50 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 25 Mar 2018 12:50:34 +0000 (12:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1827717 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.html.en
docs/manual/mod/mod_include.xml.fr
docs/manual/mod/mod_include.xml.ja
docs/manual/mod/mod_include.xml.meta

index 5b511c5698899d2a96ae2b007eca736d992053c1..aad13e69850ef934a262aeabb36ae25133055710 100644 (file)
@@ -572,6 +572,10 @@ AddOutputFilter INCLUDES .shtml</pre>
       <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 <code class="directive"><a href="../mod/core.html#acceptpathinfo">AcceptPathInfo</a></code> 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
@@ -591,6 +595,9 @@ AddOutputFilter INCLUDES .shtml</pre>
       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>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
index e04d43c57aef09d61b4d034bcbd2c24961e0ce12..43f0272a5eab4549aab172297ea2a5cba71ad5d2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1747085 -->
+<!-- English Revision: 1747085:1827716 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 6e796948fbac9cd2197dc9235a89ec6a901772df..3a54bef598100fdee60859c3b22bdf516791b412 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 656287:1747085 (outdated) -->
+<!-- English Revision: 656287:1827716 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 38fc26d1526e4e8cfb382c9aca880075b0278d12..05ca827f41563542b1cea37cdf7cf3f36070c5af 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>