]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild
authorRich Bowen <rbowen@apache.org>
Fri, 16 Mar 2012 20:38:28 +0000 (20:38 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 16 Mar 2012 20:38:28 +0000 (20:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1301749 13f79535-47bb-0310-9956-ffa450edef68

31 files changed:
docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.html.fr
docs/manual/mod/mod_proxy.xml.fr
docs/manual/mod/mod_proxy.xml.ja
docs/manual/mod/mod_proxy.xml.meta
docs/manual/rewrite/avoid.html.en
docs/manual/rewrite/proxy.html.en
docs/manual/rewrite/remapping.html.en
docs/manual/sections.html.en
docs/manual/sections.html.tr.utf8
docs/manual/sections.xml.fr
docs/manual/sections.xml.ja
docs/manual/sections.xml.ko
docs/manual/sections.xml.meta
docs/manual/sections.xml.tr
docs/manual/stopping.html.en
docs/manual/stopping.html.tr.utf8
docs/manual/stopping.xml.de
docs/manual/stopping.xml.es
docs/manual/stopping.xml.fr
docs/manual/stopping.xml.ja
docs/manual/stopping.xml.ko
docs/manual/stopping.xml.meta
docs/manual/stopping.xml.tr
docs/manual/vhosts/details.html.en
docs/manual/vhosts/details.html.fr
docs/manual/vhosts/details.html.tr.utf8
docs/manual/vhosts/details.xml.fr
docs/manual/vhosts/details.xml.ko
docs/manual/vhosts/details.xml.meta
docs/manual/vhosts/details.xml.tr

index da9b8d79666a4a17881a1449cc0a2b1c127fc89a..1d90916ef27f147eb7f3d54b88b924241bbc8d5c 100644 (file)
@@ -551,7 +551,7 @@ directly</td></tr>
     </dl>
 
     <p>As a degenerate case, a <em>SubNet</em> with 32 valid bits is the
-    equivalent to an <var><a href="#ipadr">IPAddr</a></var>, while a <var>SubNet</var> with zero
+    equivalent to an <var><a href="#ipaddr">IPAddr</a></var>, while a <var>SubNet</var> with zero
     valid bits (<em>e.g.</em>, 0.0.0.0/0) is the same as the constant
     <var>_Default_</var>, matching any IP address.</p></dd>
 
index f8375345a8f85365f1ea70db5d7e2b99fac04b84..78cd59030e07ec7f9faf93f1ec1089a1e87a1706 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../fr/mod/mod_proxy.html" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/mod_proxy.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&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>Serveur mandataire/passerelle HTTP/1.1</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Identificateur de Module:</a></th><td>proxy_module</td></tr>
index 1a9d94056d84996eedc1fcac418be1bc306e1d05..ccc619fd32c1925893fe8925475e55eb5b91f26d 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 : 1242938 -->
+<!-- English Revision: 1242938:1301748 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index e260c247b545408e4aec246a0ea24cb2b4ee43ff..3978a1b655eb9c67a512c4333ca341241561f2a8 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: 1212598:1242938 (outdated) -->
+<!-- English Revision: 1212598:1301748 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 38a79fdda73051e6f035124b21c4af3bff8e6129..f0185375d448127624a8715f7540d52668653323 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>
index 8dd3d711678f444acd5f2371c5f6af989a7c693d..0c2ff5e511460cb18612c54be37c2c356a496ef4 100644 (file)
@@ -144,7 +144,7 @@ with mod_rewrite</a>, it is seldom the right way. Creating individual
 event that you have an enormous number of virtual hosts, consider using
 <code class="module"><a href="../mod/mod_vhost_alias.html">mod_vhost_alias</a></code> to create these hosts automatically.</p>
 
-<p>Third-party modules such as <a href="link_needed">mod_macro</a> are
+<p>Third-party modules such as <a href="http://people.apache.org/~fabien/mod_macro/">mod_macro</a> are
 also useful for creating a large number of virtual hosts dynamically.</p>
 
 <p>Using <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> for vitualhost creation may be
index fb77ea0200d7039f54c4e69abb429e883688402e..30d4566508c8985deae966ce07e39f3913570e55 100644 (file)
@@ -79,7 +79,7 @@ ProxyPassReverse / http://old.example.com/
     that any redirects issued by the backend are correctly passed on to
     the client.</p>
     
-    <p>Consider using either <code class="directive"><a href="../mod/mod_proxy.html#proxypass">ProxyPass</a></code> or <code class="directive"><a href="../mod/mod_rewrite.html#proxypassmatch">ProxyPassMatch</a></code> whenever possible in
+    <p>Consider using either <code class="directive"><a href="../mod/mod_proxy.html#proxypass">ProxyPass</a></code> or <code class="directive"><a href="../mod/mod_proxy.html#proxypassmatch">ProxyPassMatch</a></code> whenever possible in
     preference to mod_rewrite.</p>
     </dd>
   </dl>
index 250ff97882cc5422c8a51704fc2b15f526892b20..2010d123f8a79ba05f3599986ce976cff6065dfd 100644 (file)
@@ -247,7 +247,7 @@ RewriteRule ^(.*).html$ $1.php<br />
     <p>This ruleset is designed to use in a per-directory context (In a
     &lt;Directory&gt; block or in a .htaccess file), so that the
     <code>-f</code> checks are looking at the correct directory path.
-    You may need to set a <code class="directive"><a href="../mod/mod_rewite.html#rewritebase">RewriteBase</a></code> directive to specify the
+    You may need to set a <code class="directive"><a href="../mod/mod_rewrite.html#rewritebase">RewriteBase</a></code> directive to specify the
     directory base that you're working in.</p>
     </dd>
   </dl>
@@ -273,7 +273,7 @@ RewriteRule ^(.*).html$ $1.php<br />
         <dd>
 
 <p>The very best way to solve this doesn't involve mod_rewrite at all,
-but rather uses the <code class="directive"><a href="../mod/alias.html#redirect">Redirect</a></code>
+but rather uses the <code class="directive"><a href="../mod/mod_alias.html#redirect">Redirect</a></code>
 directive placed in a virtual host for the non-canonical
 hostname(s).</p>
 
index 860e8d2666dd7d64dd21195d4ae8a4ea9f1fb570..bf37c0e77aac027977ef23501d9e6c277ca179d5 100644 (file)
@@ -76,7 +76,7 @@ installed.  It should not be used to enclose directives that you want
 to work all the time, because it can suppress useful error messages
 about missing modules.</p>
 
-<p>In the following example, the <code class="directive"><a href="./mod/mod_mime_magic.html#mimemagicfiles">MimeMagicFiles</a></code> directive will be
+<p>In the following example, the <code class="directive"><a href="./mod/mod_mime_magic.html#mimemagicfile">MimeMagicFile</a></code> directive will be
 applied only if <code class="module"><a href="./mod/mod_mime_magic.html">mod_mime_magic</a></code> is available.</p>
 
 <div class="example"><p><code>
index f5b1b4790f6453657eeb9997485374afe5e0b094..097ebebee6606c2c283b8387b60ccd6eea255caf 100644 (file)
@@ -24,6 +24,7 @@
 <a href="./ko/sections.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/sections.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
  <p><a href="configuring.html">Yapılandırma dosyaları</a>ndaki
 yönergeler sunucunun tamamına uygulanacağı gibi sadece belli dizinler,
 dosyalar, konaklar veya URL’lere uygulanmakla sınırlanabilir. Bu belgede,
index 4e9f9103bce540162a52b2b1367e25b7086e0c23..75bb964cd53ffd8bdbd6ce8f6f2dfb81a45b2da1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 1040809:1067102 (outdated) -->
+<!-- English Revision: 1040809:1301748 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index d112c7f145d1583ee8717ffb218d90894b275727..51c65f81bf10a9b47726e7b96022a35715ea2d82 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 421100:1067102 (outdated) -->
+<!-- English Revision: 421100:1301748 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index e5c969261c10261c5a17f7065ffc68fd5c68ec24..02a23f9d3f4e327ad64dc778892e7bc96d7539b6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1067102 (outdated) -->
+<!-- English Revision: 105989:1301748 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 78aff38ec29c4c4575fc2342f2e8aabb81cabd64..0e839c6dc7f5e0ad058d389e5dfc5a81da065571 100644 (file)
@@ -11,6 +11,6 @@
     <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index f4f569c8f67ce717dd2c2bdece279be64d0ef718..a2786ad3f6a9a45473785fb84887cedf02ceabdf 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
-<!-- English Revision: 1067102 -->
+<!-- English Revision: 1067102:1301748 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index eb5d2709c96934b49c2b7f9ab31ff3f9d1c3a87d..6c0f6cbe0411a845b4e6a2e01ece0eb78db8d7d4 100644 (file)
@@ -212,7 +212,7 @@ error. See above for a method of avoiding this.</div>
     conditions with some configurations.</p> 
 
     <p>Care has been taken to ensure that on-disk files
-    such as the <code class="directive"><a href="./mod/core.html#lockfile">Lockfile</a></code> and <code class="directive"><a href="./mod/mod_cgid.html#scriptsock">ScriptSock</a></code> files contain the server
+    such as the <code class="directive"><a href="./mod/mpm_common.html#lockfile">Lockfile</a></code> and <code class="directive"><a href="./mod/mod_cgid.html#scriptsock">ScriptSock</a></code> files contain the server
     PID, and should coexist without problem. However, if a configuration
     directive, third-party module or persistent CGI utilises any other on-disk 
     lock or  state files, care should be taken to ensure that multiple running 
index cb834dcdacc549529a93205422e65ad8a32fa406..58ac22a78c79e21499b8ba2955eb65334086f14e 100644 (file)
@@ -26,6 +26,7 @@
 <a href="./ko/stopping.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/stopping.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p>Bu belge Apache HTTPd’nin Unix benzeri sistemlerde durdurulması ve
       yeniden başlatılması konularını kapsar. Windows NT, 2000 ve XP
index a96ab49cff489f98848d77eeffc1fb0b4e4f550f..e594d2ce4f4b25f5e27db89bce53db137a44887b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
-<!-- English Revision: 396056:421100 (outdated) -->
+<!-- English Revision: 396056:1301748 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index b453b76ff35a7ba4bf322a722e94687585d620aa..21f7e9d3823d1867b8744c1dbab631e095546d71 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 105989:421100 (outdated) -->
+<!-- English Revision: 105989:1301748 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 604cbdb99e3a7dad023c6b6ddc29f9f07a8dc3c5..d0f4225b39b426684ad3d4da2d39f9d0df71496f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 420990:421100 (outdated) -->
+<!-- English Revision: 420990:1301748 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 
 <!--
index 4c01199d06032aa2f39bcee4f9140c4ffd303c8e..bd50d66e722dd171f0ed87f6d0ff8124289f0aa3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 413452:421100 (outdated) -->
+<!-- English Revision: 413452:1301748 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 3c097c86d2c36de41e43e3050c1c5276f1b7110f..905344259a4dfb9cec4cf9e54e8cab8cca29bb16 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:421100 (outdated) -->
+<!-- English Revision: 105989:1301748 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index dac6aa2012098f399ef367b39eb33be26ee2afea..6686cfcc8697163531a6428c567f99bff35bbbc9 100644 (file)
@@ -13,6 +13,6 @@
     <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 81fe7d7fd6556b2770c7429a1814351817724d68..08337e577f1ce4a4047291f9407b7b86b48337f5 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
-<!-- English Revision: 421100 -->
+<!-- English Revision: 421100:1301748 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index cfe986b214aea44c44540821557597b860baac08..6db34ee6cbc790b494a3b2a97483c937cd9530d6 100644 (file)
       <code class="directive"><a href="../mod/core.html#keepalivetimeout">KeepAliveTimeout</a></code>,
       <code class="directive"><a href="../mod/core.html#keepalive">KeepAlive</a></code>,
       <code class="directive"><a href="../mod/core.html#maxkeepaliverequests">MaxKeepAliveRequests</a></code>,
-      <code class="directive"><a href="../mod/core.html#receivebuffersize">ReceiveBufferSize</a></code>,
-      or <code class="directive"><a href="../mod/core.html#sendbuffersize">SendBufferSize</a></code>
+      <code class="directive"><a href="../mod/mpm_common.html#receivebuffersize">ReceiveBufferSize</a></code>,
+      or <code class="directive"><a href="../mod/mpm_common.html#sendbuffersize">SendBufferSize</a></code>
       directive then the respective value is inherited from the
       main_server. (That is, inherited from whatever the final
       setting of that value is in the main_server.)</li>
index 7b9753ff43d8b65ce9d1aa0eed6b0dda920e84ae..d0a3dac00dc0f47c98eb48f100dcfabedeca3e12 100644 (file)
@@ -23,6 +23,8 @@
 <a href="../ko/vhosts/details.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/vhosts/details.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&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>
 
 
     <p>Le code gérant les serveurs virtuels a été réécrit à partir de
index 29589bfd4c6a8e112163b0d722115c122b471eff..9b74feb34989615854b351cfaf22561a1e156c52 100644 (file)
@@ -23,6 +23,7 @@
 <a href="../ko/vhosts/details.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/vhosts/details.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
 
     <p>Sanal konak kodu <strong>Apache 1.3</strong> sürümünde baştan yeniden
index 0c12dfc2ae80e9b73c9a7020daba81215521fe2a..d6a0d7881b4257b962b848fd3131c46034f755a2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='ISO-8859-1' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 833879 -->
+<!-- English Revision: 833879:1301748 (outdated) -->
 <!-- French translation by Vincent Deffontaines, review by alain B -->
 <!-- Updated by Lucien Gentis -->
 
index c94dffe62894c6b658178f867309b5062e1bd4c9..b305cbfc47f60eef34cc99161b55482d776425cd 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:833879 (outdated) -->
+<!-- English Revision: 105989:1301748 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 218242a6f0ad9a20f5cb5bc23a9482b9da46c125..9ec06df893b37c964a3d71d88a34192192220dab 100644 (file)
@@ -8,8 +8,8 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 229d970afa4eae730b2de1e5bb23fb613404aa8b..895579161318064259cdc15a02b92d8d15d46073 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 833879 -->
+<!-- English Revision: 833879:1301748 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>