]> granicus.if.org Git - apache/commitdiff
xforms
authorJim Jagielski <jim@apache.org>
Thu, 25 May 2017 13:19:37 +0000 (13:19 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 25 May 2017 13:19:37 +0000 (13:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1796150 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_info.html.en
docs/manual/mod/mod_info.html.fr
docs/manual/mod/mod_info.xml.fr
docs/manual/mod/mod_info.xml.ja
docs/manual/mod/mod_info.xml.ko
docs/manual/mod/mod_info.xml.meta

index 3682a163ca98bf03eb1e28e578430d2194426d00..a0b82d2e0e774884b47d945bca032141eb6b7396 100644 (file)
@@ -125,17 +125,23 @@ configuration</td></tr>
             <dd>Only a simple list of enabled modules</dd>
         <dt><code>?server</code></dt>
             <dd>Only the basic server information</dd>
+        <dt><code>?providers</code></dt>
+            <dd>List the providers that are available on your server</dd>
     </dl>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="startup" id="startup">Dumping the configuration on startup</a></h2>
     <p>If the config define <code>-DDUMP_CONFIG</code> is set,
     <code class="module"><a href="../mod/mod_info.html">mod_info</a></code> will dump the pre-parsed configuration to
-    <code>stdout</code> during server startup. Pre-parsed means that
-    directives like
+    <code>stdout</code> during server startup.</p>
+
+    <pre class="prettyprint lang-sh">httpd -DDUMP_CONFIG -k start</pre>
+
+    
+    <p>Pre-parsed means that directives like
     <code class="directive"><a href="../mod/core.html#ifdefine">&lt;IfDefine&gt;</a></code> and
     <code class="directive"><a href="../mod/core.html#ifmodule">&lt;IfModule&gt;</a></code> are
-    evaluated and environment varialbles are replaced. However it does
+    evaluated and environment variables are replaced. However it does
     not represent the final state of the configuration. In particular,
     it does not represent the merging or overriding that may happen
     for repeated directives.</p>
index 96e811b97633860cdbd3dd9ea5b3d8bf0884128d..694c1e7b2b9d8fffd9b858c6cca9aa9d78c54042 100644 (file)
@@ -31,6 +31,8 @@
 <a href="../ja/mod/mod_info.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_info.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Affiche une présentation complète de la configuration du
 serveur</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
index a6b3653f67f3bdc265e6fb293f7077d65506b07b..31149f607ba69cf65a721d4ada578b1b66b110c2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1702020 -->
+<!-- English Revision: 1702020:1796131 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index e24062c66b3462b0c7257f5a9b960ea25667162c..78aa8b6cd08255204bf92aae811b498dccd53e05 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: 450473:1702020 (outdated) -->
+<!-- English Revision: 450473:1796131 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 534cc60c0a6c06c09f4017a16ecc372f501eb1ed..c164cfe5fbc96534ea2b48b31dc3ff4109765d9b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 125277:1702020 (outdated) -->
+<!-- English Revision: 125277:1796131 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 9e62f45727370594afee7f357920ea9931baa08e..9f670b9a1135e4896fe72df8b8a57a2c4d3e2e41 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>