]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild
authorRich Bowen <rbowen@apache.org>
Tue, 14 Apr 2015 17:20:30 +0000 (17:20 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 14 Apr 2015 17:20:30 +0000 (17:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673474 13f79535-47bb-0310-9956-ffa450edef68

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

index f131a048f51c1f162ea9e0844e61b8edb9e6623b..1397ca481d4602847b37898d9f02d84f9b7ba7d0 100644 (file)
@@ -29,6 +29,8 @@
 <a href="../ja/mod/mod_deflate.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_deflate.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>Comprime le contenu avant de le servir au
 client</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
index c29cd2efa6a74f860abbd599fd1579653a35fea3..0702784f08493424c24f68e6f62ccd11c387f796 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 : 1655907 -->
+<!-- English Revision: 1655907:1673473 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index bf3c3989dd5cc59db92ad4e2c87ee55559c26f09..6edb96a17e41efe60b15649491cc1b993e905292 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: 420990:1655907 (outdated) -->
+<!-- English Revision: 420990:1673473 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 900b88f330b6e4877463926495adfe9c05d43366..8c049010fa119dbdde5d66c0f91c32a823a2a94b 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: 151408:1655907 (outdated) -->
+<!-- English Revision: 151408:1673473 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 1d5b04c7a1bdf75ddd720f001b35a46c6a623db5..3efa67dca31b1e05426f2e7c4cec1f2a06dbcc82 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>
index 20651ecaab5d713ebc8c9718fa2e312d7dce588f..9ddd9fbc1d672e99e0d67696c591920e6be8d07b 100644 (file)
@@ -98,8 +98,8 @@
         and <var>Script-URI</var> and be compliant with RFC 3875 section 3.3.
         If instead you need <code class="module"><a href="../mod/mod_proxy_scgi.html">mod_proxy_scgi</a></code> to generate
         a "best guess" for <var>PATH_INFO</var>, set this env-var.  The
-        variable must be set before <code class="directive">SetEnv</code>
-        is effective.  <code class="directive">SetEnvIf</code> can be
+        variable must be set before <code class="directive"><a href="../mod/env.html#setenv">SetEnv</a></code>
+        is effective.  <code class="directive"><a href="../mod/setenv.html#setenvif">SetEnvIf</a></code> can be
         used instead: <code>SetEnvIf Request_URI . proxy-scgi-pathinfo</code>
         </dd>
     </dl>