]> granicus.if.org Git - apache/commitdiff
Rebuilt
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 25 Mar 2018 12:45:20 +0000 (12:45 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 25 Mar 2018 12:45:20 +0000 (12:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827715 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 86296f0d24504d644add871c3ce49503afc5edeb..fd4804dc6a74cdcfa7bf27f393aa0c6e65a1adae 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 e1fa19e69716b17ea5c710171fe0e285ca179a6a..5acfb87cefa83f239662e6ea5f2bb89468ce3e3d 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: 1793934 -->
+<!-- English Revision: 1793934:1827705 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index eb9fefe6a9151737aa5120e36d012a764d60d5fa..bd4dc2788beb022bd6c107de4126b19c378a94c4 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:1793934 (outdated) -->
+<!-- English Revision: 656287:1827705 (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>