You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2014/01/29 17:06:12 UTC

svn commit: r1562489 [2/3] - in /httpd/httpd/branches/2.4.x/docs/manual: ./ howto/ mod/ platform/ programs/ rewrite/ ssl/ vhosts/

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.en Wed Jan 29 16:06:09 2014
@@ -916,7 +916,7 @@ proxied resources</td></tr>
     <p>From 2.5.0 onwards, named groups and backreferences are captured and
     written to the environment with the corresponding name prefixed with
     "MATCH_" and in upper case. This allows elements of URLs to be referenced
-    from within <a href="expr.html">expressions</a> and modules like
+    from within <a href="../expr.html">expressions</a> and modules like
     <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>. In order to prevent confusion, numbered
     (unnamed) backreferences are ignored. Use named groups instead.</p>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.fr Wed Jan 29 16:06:09 2014
@@ -28,6 +28,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 multi-protocole</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>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr Wed Jan 29 16:06:09 2014
@@ -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: 1560081 -->
+<!-- English Revision: 1560081:1562488 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.ja?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.ja [utf-8] Wed Jan 29 16:06:09 2014
@@ -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: 344971:1560081 (outdated) -->
+<!-- English Revision: 344971:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.meta?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.meta Wed Jan 29 16:06:09 2014
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.html.en Wed Jan 29 16:06:09 2014
@@ -47,7 +47,7 @@ via the request headers.
 
     <p>Once replaced as instructed, this overridden useragent IP address is
     then used for the <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>
-    <code class="directive"><a href="../mod/mod_authz_host.html#require ip">&lt;Require ip&gt;</a></code>
+    <code class="directive"><a href="../mod/mod_authz_core.html#require">Require ip</a></code>
     feature, is reported by <code class="module"><a href="../mod/mod_status.html">mod_status</a></code>, and is recorded by
     <code class="module"><a href="../mod/mod_log_config.html">mod_log_config</a></code> <code>%a</code> and <code class="module"><a href="../mod/core.html">core</a></code>
     <code>%a</code> format strings. The underlying client IP of the connection

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.xml.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.xml.fr Wed Jan 29 16:06:09 2014
@@ -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: 1334024:1562436 (outdated) -->
+<!-- English Revision: 1334024:1562488 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.html.en Wed Jan 29 16:06:09 2014
@@ -154,11 +154,12 @@ SessionCryptoPassphrase secret
       </pre>
 </div>
 
-    <p>The <var>NSS</var> crypto driver might have already been configured by another
-    part of the server, for example from <code class="module"><a href="../mod/mod_nss.html">mod_nss</a></code> or
-    <code class="module"><a href="../mod/mod_ldap.html">mod_ldap</a></code>. If found to have already been configured,
-    a warning will be logged, and the existing configuration will have taken affect.
-    To avoid this warning, use the noinit parameter as follows.</p>
+    <p>The <var>NSS</var> crypto driver might have already been
+    configured by another part of the server, for example from
+    <code>mod_nss</code> or <code class="module"><a href="../mod/mod_ldap.html">mod_ldap</a></code>. If found to
+    have already been configured, a warning will be logged, and the
+    existing configuration will have taken affect.  To avoid this
+    warning, use the noinit parameter as follows.</p>
 
     <div class="example"><h3>NSS with certificate database</h3><pre class="prettyprint lang-config">
       SessionCryptoDriver nss noinit

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.html.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.html.fr Wed Jan 29 16:06:09 2014
@@ -27,6 +27,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_session_crypto.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_session_crypto.html" title="Français">&nbsp;fr&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>Support du chiffrement des sessions</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Expérimental</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Identificateur de Module:</a></th><td>session_crypto_module</td></tr>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.xml.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.xml.fr Wed Jan 29 16:06:09 2014
@@ -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 : 1530281 -->
+<!-- English Revision: 1530281:1562488 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.xml.meta?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_session_crypto.xml.meta Wed Jan 29 16:06:09 2014
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.en Wed Jan 29 16:06:09 2014
@@ -50,7 +50,7 @@
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
 <ul id="toc">
-<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#group">Group</a></li>
+<li><img alt="" src="../images/right.gif" /> <a href="mod_unixd.html#group">Group</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listen">Listen</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listenbacklog">ListenBacklog</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#maxconnectionsperchild">MaxConnectionsPerChild</a></li>
@@ -60,7 +60,7 @@
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#receivebuffersize">ReceiveBufferSize</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#sendbuffersize">SendBufferSize</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#startservers">StartServers</a></li>
-<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#user">User</a></li>
+<li><img alt="" src="../images/right.gif" /> <a href="mod_unixd.html#user">User</a></li>
 </ul>
 <h3>See also</h3>
 <ul class="seealso">

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.html.fr Wed Jan 29 16:06:09 2014
@@ -27,6 +27,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mpmt_os2.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mpmt_os2.html" title="Français">&nbsp;fr&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>MPM hybride multi-processus, multi-thread pour
 OS/2</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>MPM</td></tr>
@@ -51,7 +53,7 @@ OS/2</td></tr>
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
 <ul id="toc">
-<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#group">Group</a></li>
+<li><img alt="" src="../images/right.gif" /> <a href="mod_unixd.html#group">Group</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listen">Listen</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listenbacklog">ListenBacklog</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#maxconnectionsperchild">MaxConnectionsPerChild</a></li>
@@ -61,7 +63,7 @@ OS/2</td></tr>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#receivebuffersize">ReceiveBufferSize</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#sendbuffersize">SendBufferSize</a></li>
 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#startservers">StartServers</a></li>
-<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#user">User</a></li>
+<li><img alt="" src="../images/right.gif" /> <a href="mod_unixd.html#user">User</a></li>
 </ul>
 <h3>Voir aussi</h3>
 <ul class="seealso">

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.fr Wed Jan 29 16:06:09 2014
@@ -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 : 1328329 -->
+<!-- English Revision: 1328329:1562488 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.meta?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml.meta Wed Jan 29 16:06:09 2014
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.html.en Wed Jan 29 16:06:09 2014
@@ -157,7 +157,7 @@
       browsers to request that content be compressed before delivery,
       saving network bandwidth.</dd>
 
-      <dt><code class="module"><a href="./mod/mod_auth_ldap.html">mod_auth_ldap</a></code></dt>
+      <dt><code class="module">mod_auth_ldap</code></dt>
 
       <dd>New module in Apache httpd 2.0.41.  This module allows an LDAP
       database to be used to store credentials for HTTP Basic
@@ -225,11 +225,10 @@
       using <code class="module"><a href="./mod/mod_include.html">mod_include</a></code>'s variables <code>$0</code>
       .. <code>$9</code>.</dd>
 
-      <dt><code class="module"><a href="./mod/mod_auth_dbm.html">mod_auth_dbm</a></code></dt>
+      <dt><code class="module">mod_auth_dbm</code></dt>
 
       <dd>Now supports multiple types of DBM-like databases using the
-      <a href="../2.0/mod/mod_auth_dbm.html#AuthDBMType"><code>AuthDBMType</code></a>
-      directive.</dd>
+      <code class="directive">AuthDBMType</code> directive.</dd>
 
     </dl>
   </div></div>

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.html.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.html.fr Wed Jan 29 16:06:09 2014
@@ -32,6 +32,8 @@
 <a href="./ru/new_features_2_0.html" hreflang="ru" rel="alternate" title="Russian">&nbsp;ru&nbsp;</a> |
 <a href="./tr/new_features_2_0.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>Ce document décrit les changements majeurs apportés entre les 
         versions 1.3 et 2.0 du serveur HTTP Apache.</p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.html.tr.utf8?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.html.tr.utf8 [utf-8] Wed Jan 29 16:06:09 2014
@@ -30,6 +30,7 @@
 <a href="./ru/new_features_2_0.html" hreflang="ru" rel="alternate" title="Russian">&nbsp;ru&nbsp;</a> |
 <a href="./tr/new_features_2_0.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 belgede Apache HTTP Sunucusunun 1.3 ve 2.0 sürümleri arasındaki
     başlıca değişikliklerin bazılarına değinilmiştir.</p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.de
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.de?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.de (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.de Wed Jan 29 16:06:09 2014
@@ -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: 420990:1304806 (outdated) -->
+<!-- English Revision: 420990:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.fr Wed Jan 29 16:06:09 2014
@@ -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: 1304806:1304805 (outdated) -->
+<!-- English Revision: 1304806:1562488 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- $LastChangedRevision: 2012040101 $ -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.ja?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.ja [utf-8] Wed Jan 29 16:06:09 2014
@@ -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: 420990:1304806 (outdated) -->
+<!-- English Revision: 420990:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.ko?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.ko [euc-kr] Wed Jan 29 16:06:09 2014
@@ -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: 420990:1304806 (outdated) -->
+<!-- English Revision: 420990:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.meta?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.meta Wed Jan 29 16:06:09 2014
@@ -9,11 +9,11 @@
   <variants>
     <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">pt-br</variant>
     <variant outdated="yes">ru</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.pt-br
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.pt-br?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.pt-br (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.pt-br Wed Jan 29 16:06:09 2014
@@ -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.pt-br.xsl"?>
-<!-- English Revision: 420990:1304806 (outdated) -->
+<!-- English Revision: 420990:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.ru
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.ru?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.ru [koi8-r] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.ru [koi8-r] Wed Jan 29 16:06:09 2014
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='KOI8-R' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ru.xsl"?>
-<!-- English Revision: 96910:1304806 (outdated) -->
+<!-- English Revision: 96910:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.tr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.tr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_0.xml.tr [utf-8] Wed Jan 29 16:06:09 2014
@@ -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: 1304806:1304805 (outdated) -->
+<!-- English Revision: 1304806:1562488 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/ebcdic.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/platform/ebcdic.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/ebcdic.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/ebcdic.html.en Wed Jan 29 16:06:09 2014
@@ -333,7 +333,7 @@
       </tr>
 
       <tr>
-        <td><code class="module"><a href="../mod/mod_access.html">mod_access</a></code></td>
+        <td><code class="module">mod_access</code></td>
         <td class="centered">+</td>
         <td />
       </tr>
@@ -357,7 +357,7 @@
       </tr>
 
       <tr>
-        <td><code class="module"><a href="../mod/mod_auth.html">mod_auth</a></code></td>
+        <td><code class="module">mod_auth</code></td>
         <td class="centered">+</td>
         <td />
       </tr>
@@ -471,7 +471,7 @@
       </tr>
 
       <tr>
-        <td><code class="module"><a href="../mod/mod_log_referer.html">mod_log_referer</a></code></td>
+        <td><code class="module">mod_log_referer</code></td>
         <td class="centered">+</td>
         <td />
       </tr>

Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/ebcdic.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/platform/ebcdic.xml.ko?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/ebcdic.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/ebcdic.xml.ko [euc-kr] Wed Jan 29 16:06:09 2014
@@ -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: 151408:1041030 (outdated) -->
+<!-- English Revision: 151408:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/netware.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/platform/netware.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/netware.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/netware.html.en Wed Jan 29 16:06:09 2014
@@ -33,14 +33,15 @@
     <a href="http://httpd.apache.org/bug_report.html">bug reporting
     page.</a></p>
 
-    <p>The bug reporting page and dev-httpd mailing list are <em>not</em>
-    provided to answer questions about configuration or running Apache.
-    Before you submit a bug report or request, first consult this document, the
-    <a href="../faq/">Frequently Asked Questions</a> page and the other
-    relevant documentation topics. If you still have a question or problem,
-    post it to the <a href="news://developer-forums.novell.com/novell.devsup.webserver">
-    novell.devsup.webserver</a> newsgroup, where many Apache users are more than
-    willing to answer new and obscure questions about using Apache on NetWare.</p>
+    <p>The bug reporting page and dev-httpd mailing list are
+    <em>not</em> provided to answer questions about configuration or
+    running Apache.  Before you submit a bug report or request, first
+    consult this document, the <a href="http://wiki.apache.org/httpd/FAQ">Frequently Asked
+    Questions</a> page and the other relevant documentation topics. If
+    you still have a question or problem, post it to the <a href="news://developer-forums.novell.com/novell.devsup.webserver">
+    novell.devsup.webserver</a> newsgroup, where many Apache users are
+    more than willing to answer new and obscure questions about using
+    Apache on NetWare.</p>
 
     <p>Most of this document assumes that you are installing Apache
     from a binary distribution. If you want to compile Apache
@@ -328,7 +329,7 @@
     <p>Apache is configured by reading configuration files usually stored
     in the <code>conf</code> directory. These are the same as files used
     to configure the Unix version, but there are a few different directives for
-    Apache on NetWare. See the <a href="../">Apache
+    Apache on NetWare. See the <a href="../mod/">Apache module
     documentation</a> for all the available directives.</p>
 
     <p>The main differences in Apache for NetWare are:</p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/netware.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/platform/netware.html.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/netware.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/netware.html.fr Wed Jan 29 16:06:09 2014
@@ -25,6 +25,8 @@
 <a href="../fr/platform/netware.html" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ko/platform/netware.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>
 
 
     <p>Ce document explique l'installation, la configuration et le

Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/netware.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/platform/netware.xml.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/netware.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/netware.xml.fr Wed Jan 29 16:06:09 2014
@@ -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 : 1174747 -->
+<!-- English Revision: 1174747:1562488 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/netware.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/platform/netware.xml.ko?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/netware.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/netware.xml.ko [euc-kr] Wed Jan 29 16:06:09 2014
@@ -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:1174747 (outdated) -->
+<!-- English Revision: 105989:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/netware.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/platform/netware.xml.meta?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/netware.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/netware.xml.meta Wed Jan 29 16:06:09 2014
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/configure.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/configure.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/programs/configure.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/programs/configure.html.en Wed Jan 29 16:06:09 2014
@@ -304,8 +304,8 @@
         <p>To find out which modules are compiled by default, run
         <code>./configure -h</code> or <code>./configure --help</code>
         and look under <code>Optional Features</code>.  Suppose you
-        are interested in <code class="module"><a href="../mod/mod_example1.html">mod_example1</a></code> and
-        <code class="module"><a href="../mod/mod_example2.html">mod_example2</a></code>, and you
+        are interested in <code>mod_example1</code> and
+        <code>mod_example2</code>, and you
         see this:</p>
 
         <div class="example"><pre>Optional Features:

Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/configure.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/configure.html.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/programs/configure.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/programs/configure.html.fr Wed Jan 29 16:06:09 2014
@@ -26,6 +26,8 @@
 <a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/configure.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 script <code>configure</code> permet de configurer
     l'arborescence des sources afin de compiler et installer le serveur

Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.fr Wed Jan 29 16:06:09 2014
@@ -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 : 1545016 -->
+<!-- English Revision: 1545016:1562488 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.ko?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.ko [euc-kr] Wed Jan 29 16:06:09 2014
@@ -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:1545016 (outdated) -->
+<!-- English Revision: 105989:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.meta?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.meta Wed Jan 29 16:06:09 2014
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
   </variants>

Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.tr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.tr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/programs/configure.xml.tr [utf-8] Wed Jan 29 16:06:09 2014
@@ -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: 1296925:1545016 (outdated) -->
+<!-- English Revision: 1296925:1562488 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/log_server_status.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/log_server_status.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/programs/log_server_status.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/programs/log_server_status.html.en Wed Jan 29 16:06:09 2014
@@ -21,10 +21,7 @@
 <div id="path">
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.4</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>log_server_status - Log periodic status summaries</h1>
 <div class="toplang">
-<p><span>Available Languages: </span><a href="../en/programs/other.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/programs/other.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
-<a href="../ko/programs/other.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
-<a href="../tr/programs/other.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/programs/log_server_status.html" title="English">&nbsp;en&nbsp;</a></p>
 </div>
 
     <p>This perl script is designed to be run at a frequent interval by
@@ -59,14 +56,11 @@ which can then be used for statistical a
 
 </div></div>
 <div class="bottomlang">
-<p><span>Available Languages: </span><a href="../en/programs/other.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/programs/other.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
-<a href="../ko/programs/other.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
-<a href="../tr/programs/other.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/programs/log_server_status.html" title="English">&nbsp;en&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';
-var comments_identifier = 'http://httpd.apache.org/docs/2.4/programs/other.html';
+var comments_identifier = 'http://httpd.apache.org/docs/2.4/programs/log_server_status.html';
 (function(w, d) {
     if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
         d.write('<div id="comments_thread"><\/div>');

Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/split-logfile.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/split-logfile.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/programs/split-logfile.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/programs/split-logfile.html.en Wed Jan 29 16:06:09 2014
@@ -21,10 +21,7 @@
 <div id="path">
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.4</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>split-logfile - Split up multi-vhost logfiles</h1>
 <div class="toplang">
-<p><span>Available Languages: </span><a href="../en/programs/other.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/programs/other.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
-<a href="../ko/programs/other.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
-<a href="../tr/programs/other.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/programs/split-logfile.html" title="English">&nbsp;en&nbsp;</a></p>
 </div>
 
     <p>This perl script will take a combined Web server access log file and
@@ -58,14 +55,11 @@ CustomLog logs/access_log combined_plus_
 
 </div></div>
 <div class="bottomlang">
-<p><span>Available Languages: </span><a href="../en/programs/other.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/programs/other.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
-<a href="../ko/programs/other.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
-<a href="../tr/programs/other.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/programs/split-logfile.html" title="English">&nbsp;en&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';
-var comments_identifier = 'http://httpd.apache.org/docs/2.4/programs/other.html';
+var comments_identifier = 'http://httpd.apache.org/docs/2.4/programs/split-logfile.html';
 (function(w, d) {
     if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
         d.write('<div id="comments_thread"><\/div>');

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.html.en Wed Jan 29 16:06:09 2014
@@ -21,8 +21,8 @@
 <div id="path">
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.4</a> &gt; <a href="./">Rewrite</a></div><div id="page-content"><div id="preamble"><h1>Advanced Techniques with mod_rewrite</h1>
 <div class="toplang">
-<p><span>Available Languages: </span><a href="../en/rewrite/avoid.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/rewrite/avoid.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/rewrite/advanced.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="../fr/rewrite/advanced.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
 
 
@@ -506,12 +506,12 @@ RewriteCond %{ENV:rewritten} =1
 
 </div></div>
 <div class="bottomlang">
-<p><span>Available Languages: </span><a href="../en/rewrite/avoid.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/rewrite/avoid.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/rewrite/advanced.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="../fr/rewrite/advanced.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';
-var comments_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/avoid.html';
+var comments_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/advanced.html';
 (function(w, d) {
     if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
         d.write('<div id="comments_thread"><\/div>');

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.html.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.html.fr Wed Jan 29 16:06:09 2014
@@ -21,9 +21,11 @@
 <div id="path">
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.4</a> &gt; <a href="./">Rewrite</a></div><div id="page-content"><div id="preamble"><h1>Advanced Techniques with mod_rewrite</h1>
 <div class="toplang">
-<p><span>Langues Disponibles: </span><a href="../en/rewrite/avoid.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/rewrite/avoid.html" title="Français">&nbsp;fr&nbsp;</a></p>
+<p><span>Langues Disponibles: </span><a href="../en/rewrite/advanced.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+<a href="../fr/rewrite/advanced.html" title="Français">&nbsp;fr&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>Ce document complète la <a href="../mod/mod_rewrite.html">documentation de référence</a> du
@@ -526,12 +528,12 @@ RewriteCond %{ENV:rewritten} =1
 
 </div></div>
 <div class="bottomlang">
-<p><span>Langues Disponibles: </span><a href="../en/rewrite/avoid.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/rewrite/avoid.html" title="Français">&nbsp;fr&nbsp;</a></p>
+<p><span>Langues Disponibles: </span><a href="../en/rewrite/advanced.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+<a href="../fr/rewrite/advanced.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';
-var comments_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/avoid.html';
+var comments_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/advanced.html';
 (function(w, d) {
     if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
         d.write('<div id="comments_thread"><\/div>');

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.fr Wed Jan 29 16:06:09 2014
@@ -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: 1338147 -->
+<!-- English Revision: 1338147:1562488 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.meta?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/advanced.xml.meta Wed Jan 29 16:06:09 2014
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/sitemap.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sitemap.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sitemap.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sitemap.html.en Wed Jan 29 16:06:09 2014
@@ -71,8 +71,8 @@ Documentation</a>.</p>
 <li><a href="server-wide.html">Server-Wide Configuration</a></li>
 <li><a href="logs.html">Log Files</a></li>
 <li><a href="urlmapping.html">Mapping URLs to Filesystem Locations</a></li>
-<li><a href="misc/security_tips.html">Security Tips</a></li>
 <li><a href="dso.html">Dynamic Shared Object (DSO) support</a></li>
+<li><a href="compliance.html">HTTP Protocol Compliance</a></li>
 <li><a href="content-negotiation.html">Content Negotiation</a></li>
 <li><a href="custom-error.html">Custom error responses</a></li>
 <li><a href="bind.html">Setting which addresses and ports Apache uses</a></li>
@@ -83,7 +83,7 @@ Documentation</a>.</p>
 <li><a href="filter.html">Filters</a></li>
 <li><a href="socache.html">Shared Object Cache Support</a></li>
 <li><a href="suexec.html">suEXEC Support</a></li>
-<li><a href="misc/perf-tuning.html">Performance Hints</a></li>
+<li><a href="dns-caveats.html">Issues Regarding DNS and Apache</a></li>
 <li><a href="http://wiki.apache.org/httpd/FAQ">Frequently Asked Questions</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
@@ -95,19 +95,24 @@ Documentation</a>.</p>
 <li><a href="vhosts/examples.html">VirtualHost Examples</a></li>
 <li><a href="vhosts/details.html">An In-Depth Discussion of Virtual Host Matching</a></li>
 <li><a href="vhosts/fd-limits.html">File descriptor limitations</a></li>
-<li><a href="dns-caveats.html">Issues Regarding DNS and Apache</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="rewrite" id="rewrite">URL Rewriting Guide</a></h2>
 <ul><li class="separate"><a href="rewrite/">Overview</a></li>
 <li><a href="mod/mod_rewrite.html">mod_rewrite reference
 documentation</a></li>
-<li><a href="rewrite/intro.html">Introduction</a></li>
-<li><a href="rewrite/flags.html">Flags</a></li>
-<li><a href="rewrite/tech.html">Technical details</a></li>
-<li><a href="rewrite/remapping.html">Remapping URLs</a></li>
-<li><a href="rewrite/access.html">Access control</a></li>
+<li><a href="rewrite/intro.html">Introduction to regular expressions and
+mod_rewrite</a></li>
+<li><a href="rewrite/remapping.html">Using mod_rewrite for redirection and
+remapping of URLs</a></li>
+<li><a href="rewrite/access.html">Using mod_rewrite to control access</a></li>
+<li><a href="rewrite/vhosts.html">Dynamic virtual hosts with mod_rewrite</a></li>
+<li><a href="rewrite/proxy.html">Dynamic proxying with mod_rewrite</a></li>
+<li><a href="rewrite/rewritemap.html">Using RewriteMap</a></li>
 <li><a href="rewrite/advanced.html">Advanced techniques</a></li>
+<li><a href="rewrite/avoid.html">When NOT to use mod_rewrite</a></li>
+<li><a href="rewrite/flags.html">RewriteRule Flags</a></li>
+<li><a href="rewrite/tech.html">Technical details</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="ssl" id="ssl">Apache SSL/TLS Encryption</a></h2>
@@ -120,7 +125,8 @@ documentation</a></li>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="howto" id="howto">Guides, Tutorials, and HowTos</a></h2>
 <ul><li class="separate"><a href="howto/">Overview</a></li>
-<li><a href="howto/auth.html">Authentication</a></li>
+<li><a href="howto/auth.html">Authentication and Authorization</a></li>
+<li><a href="howto/access.html">Access Control</a></li>
 <li><a href="howto/cgi.html">Dynamic Content with CGI</a></li>
 <li><a href="howto/ssi.html">Introduction to Server Side Includes</a></li>
 <li><a href="howto/htaccess.html">.htaccess files</a></li>
@@ -133,6 +139,7 @@ documentation</a></li>
 Windows</a></li>
 <li><a href="platform/win_compiling.html">Compiling Apache for
 Microsoft Windows</a></li>
+<li><a href="platform/rpm.html">Using Apache With RPM Based Systems</a></li>
 <li><a href="platform/netware.html">Using Apache with Novell NetWare</a></li>
 <li><a href="platform/perf-hp.html">Running a High-Performance Web
 Server on HPUX</a></li>
@@ -147,19 +154,29 @@ Server on HPUX</a></li>
 <li><a href="programs/apxs.html">Manual Page: apxs</a></li>
 <li><a href="programs/configure.html">Manual Page: configure</a></li>
 <li><a href="programs/dbmmanage.html">Manual Page: dbmmanage</a></li>
+<li><a href="programs/fcgistarter.html">Manual Page: fcgistarter</a></li>
+<li><a href="programs/firehose.html">Manual Page: firehose</a></li>
 <li><a href="programs/htcacheclean.html">Manual Page: htcacheclean</a></li>
 <li><a href="programs/htdbm.html">Manual Page: htdbm</a></li>
 <li><a href="programs/htdigest.html">Manual Page: htdigest</a></li>
 <li><a href="programs/htpasswd.html">Manual Page: htpasswd</a></li>
+<li><a href="programs/httxt2dbm.html">Manual Page: httxt2dbm</a></li>
 <li><a href="programs/logresolve.html">Manual Page: logresolve</a></li>
+<li><a href="programs/log_server_status.html">Manual Page:
+log_server_status</a></li>
 <li><a href="programs/rotatelogs.html">Manual Page: rotatelogs</a></li>
+<li><a href="programs/split-logfile.html">Manual Page: split-logfile</a></li>
 <li><a href="programs/suexec.html">Manual Page: suexec</a></li>
 <li><a href="programs/other.html">Other Programs</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="misc" id="misc">Apache Miscellaneous Documentation</a></h2>
 <ul><li class="separate"><a href="misc/">Overview</a></li>
+<li><a href="misc/perf-tuning.html">Performance Notes - Apache Tuning</a></li>
+<li><a href="misc/perf-scaling.html">Performance Scaling</a></li>
+<li><a href="misc/security_tips.html">Security Tips</a></li>
 <li><a href="misc/relevant_standards.html">Relevant Standards</a></li>
+<li><a href="misc/password_encryptions.html">Password Encryption Formats</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="modules" id="modules">Apache modules</a></h2>
@@ -294,12 +311,14 @@ Server on HPUX</a></li>
 <ul><li class="separate"><a href="developer/">Overview</a></li>
 <li><a href="developer/API.html">Apache API notes</a></li>
 <li><a href="developer/new_api_2_4.html">API updates in Apache HTTPD 2.4</a></li>
-<li><a href="developer/debugging.html">Debugging Memory Allocation in APR</a></li>
-<li><a href="developer/documenting.html">Documenting Apache 2.x</a></li>
+<li><a href="developer/modguide.html">Developing modules for Apache HTTPD 2.4</a></li>
+<li><a href="developer/documenting.html">Documenting Apache HTTPD</a></li>
 <li><a href="developer/hooks.html">Apache 2.x Hook Functions</a></li>
-<li><a href="developer/modules.html">Converting Modules from Apache 1.3 to Apache 2.x</a></li>
-<li><a href="developer/request.html">Request Processing in Apache 2.x</a></li>
-<li><a href="developer/filters.html">How Filters Work in Apache 2.x</a></li>
+<li><a href="developer/modules.html">Converting Modules from 1.3 to 2.x</a></li>
+<li><a href="developer/request.html">Request Processing in 2.x</a></li>
+<li><a href="developer/filters.html">How Filters Work in 2.x</a></li>
+<li><a href="developer/output-filters.html">Guidelines for output filters in 2.x</a></li>
+<li><a href="developer/thread_safety.html">Thread Safety Issues in 2.x</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="index" id="index">Glossary and Index</a></h2>

Modified: httpd/httpd/branches/2.4.x/docs/manual/sitemap.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sitemap.html.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sitemap.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sitemap.html.fr Wed Jan 29 16:06:09 2014
@@ -32,6 +32,8 @@
 <a href="./tr/sitemap.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a> |
 <a href="./zh-cn/sitemap.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&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>Cette page contient la liste des éléments actuellement disponibles de
 la <a href="./">Documentation du serveur HTTP Apache Version

Modified: httpd/httpd/branches/2.4.x/docs/manual/sitemap.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sitemap.html.tr.utf8?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sitemap.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sitemap.html.tr.utf8 [utf-8] Wed Jan 29 16:06:09 2014
@@ -32,6 +32,7 @@
 <a href="./tr/sitemap.html" title="Türkçe">&nbsp;tr&nbsp;</a> |
 <a href="./zh-cn/sitemap.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&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 sayfada <a href="./">Apache HTTP Sunucusu Sürüm 2.4
 Belgeleri</a>nin tamamı listelenmiştir.</p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.de
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.de?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.de (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.de Wed Jan 29 16:06:09 2014
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
-<!-- English Revision: 1044380:1075625 (outdated) -->
+<!-- English Revision: 1044380:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.es?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.es (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.es Wed Jan 29 16:06:09 2014
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 151408:1075625 (outdated) -->
+<!-- English Revision: 151408:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.fr Wed Jan 29 16:06:09 2014
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision : 1075625 -->
+<!-- English Revision: 1075625:1562488 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.ja?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.ja [utf-8] Wed Jan 29 16:06:09 2014
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 587444:1075625 (outdated) -->
+<!-- English Revision: 587444:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.ko?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.ko [euc-kr] Wed Jan 29 16:06:09 2014
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1075625 (outdated) -->
+<!-- English Revision: 151408:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.meta?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.meta Wed Jan 29 16:06:09 2014
@@ -10,10 +10,10 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
     <variant outdated="yes">zh-cn</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.tr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.tr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.tr [utf-8] Wed Jan 29 16:06:09 2014
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
-<!-- English Revision: 1075625 -->
+<!-- English Revision: 1075625:1562488 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.zh-cn
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.zh-cn?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.zh-cn (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sitemap.xml.zh-cn Wed Jan 29 16:06:09 2014
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.zh-cn.xsl"?>
-<!-- English Revision: 1044380:1075625 (outdated) -->
+<!-- English Revision: 1044380:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.html.en Wed Jan 29 16:06:09 2014
@@ -771,7 +771,7 @@ SetEnvIf User-Agent "MSIE [2-5]" \
     command. Alternatively, you can append the following standard 1024-bit DH
     parameters from <a href="http://www.ietf.org/rfc/rfc2409.txt">RFC 2409</a>,
     section 6.2 to the respective
-    <code class="directive"><a href="../mod/ssl.html#sslcertificatefile">SSLCertificateFile</a></code> file:</p>
+    <code class="directive"><a href="../mod/mod_ssl.html#sslcertificatefile">SSLCertificateFile</a></code> file:</p>
     <div class="example"><pre>-----BEGIN DH PARAMETERS-----
 MIGHAoGBAP//////////yQ/aoiFowjTExmKLgNwc0SkCTgiKZ8x0Agu+pjsTmyJR
 Sgh5jjQE3e+VGbPNOkMbMCsKbfJfFDdP4TVtbVHCReSFtXZiXn7G9ExC6aY37WsL

Modified: httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.html.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.html.fr Wed Jan 29 16:06:09 2014
@@ -24,6 +24,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/ssl/ssl_faq.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/ssl/ssl_faq.html" title="Français">&nbsp;fr&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>
 
 <blockquote>
 <p>Le sage n'apporte pas de bonnes réponses, il pose les bonnes questions</p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.xml.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.xml.fr Wed Jan 29 16:06:09 2014
@@ -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 : 1542327 -->
+<!-- English Revision: 1542327:1562488 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.xml.meta?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_faq.xml.meta Wed Jan 29 16:06:09 2014
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.en Wed Jan 29 16:06:09 2014
@@ -46,7 +46,7 @@
 <div class="section">
 <h2><a name="related" id="related">Related Modules and Directives</a></h2>
 
-<table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_actions.html">mod_actions</a></code></li><li><code class="module"><a href="./mod/mod_alias.html">mod_alias</a></code></li><li><code class="module"><a href="./mod/mod_autoindex.html">mod_autoindex</a></code></li><li><code class="module"><a href="./mod/mod_dir.html">mod_dir</a></code></li><li><code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code></li><li><code class="module"><a href="./mod/mod_negotiation.html">mod_negotiation</a></code></li><li><code class="module"><a href="./mod/mod_proxy.html">mod_proxy</a></code></li><li><code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code></li><li><code class="module"><a href="./mod/mod_speling.html">mod_speling</a></code></li><li><code class="module"><a href="./mod/mod_userdir.html">mod_userdir</a></code></li><li><code class="module"><a href="./mod/mod_vhost_alia
 s.html">mod_vhost_alias</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_alias.html#alias">Alias</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#aliasmatch">AliasMatch</a></code></li><li><code class="directive"><a href="./mod/mod_speling.html#checkspelling">CheckSpelling</a></code></li><li><code class="directive"><a href="./mod/core.html#directoryindex">DirectoryIndex</a></code></li><li><code class="directive"><a href="./mod/core.html#documentroot">DocumentRoot</a></code></li><li><code class="directive"><a href="./mod/core.html#errordocument">ErrorDocument</a></code></li><li><code class="directive"><a href="./mod/core.html#options">Options</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypass">ProxyPass</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypassreverse">ProxyPassReverse</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypassreverseco
 okiedomain">ProxyPassReverseCookieDomain</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypassreversecookiepath">ProxyPassReverseCookiePath</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#redirect">Redirect</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#redirectmatch">RedirectMatch</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewritecond">RewriteCond</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewriterule">RewriteRule</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#scriptalias">ScriptAlias</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#scriptaliasmatch">ScriptAliasMatch</a></code></li><li><code class="directive"><a href="./mod/mod_userdir.html#userdir">UserDir</a></code></li></ul></td></tr></table>
+<table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_actions.html">mod_actions</a></code></li><li><code class="module"><a href="./mod/mod_alias.html">mod_alias</a></code></li><li><code class="module"><a href="./mod/mod_autoindex.html">mod_autoindex</a></code></li><li><code class="module"><a href="./mod/mod_dir.html">mod_dir</a></code></li><li><code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code></li><li><code class="module"><a href="./mod/mod_negotiation.html">mod_negotiation</a></code></li><li><code class="module"><a href="./mod/mod_proxy.html">mod_proxy</a></code></li><li><code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code></li><li><code class="module"><a href="./mod/mod_speling.html">mod_speling</a></code></li><li><code class="module"><a href="./mod/mod_userdir.html">mod_userdir</a></code></li><li><code class="module"><a href="./mod/mod_vhost_alia
 s.html">mod_vhost_alias</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_alias.html#alias">Alias</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#aliasmatch">AliasMatch</a></code></li><li><code class="directive"><a href="./mod/mod_speling.html#checkspelling">CheckSpelling</a></code></li><li><code class="directive"><a href="./mod/mod_dir.html#directoryindex">DirectoryIndex</a></code></li><li><code class="directive"><a href="./mod/core.html#documentroot">DocumentRoot</a></code></li><li><code class="directive"><a href="./mod/core.html#errordocument">ErrorDocument</a></code></li><li><code class="directive"><a href="./mod/core.html#options">Options</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypass">ProxyPass</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypassreverse">ProxyPassReverse</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypassrevers
 ecookiedomain">ProxyPassReverseCookieDomain</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypassreversecookiepath">ProxyPassReverseCookiePath</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#redirect">Redirect</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#redirectmatch">RedirectMatch</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewritecond">RewriteCond</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewriterule">RewriteRule</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#scriptalias">ScriptAlias</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#scriptaliasmatch">ScriptAliasMatch</a></code></li><li><code class="directive"><a href="./mod/mod_userdir.html#userdir">UserDir</a></code></li></ul></td></tr></table>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="documentroot" id="documentroot">DocumentRoot</a></h2>
@@ -68,7 +68,7 @@
 
     <p>If a directory is requested (i.e. a path ending with
     <code>/</code>), the file served from that directory is defined by
-    the <code class="directive"><a href="./mod/core.html#directoryindex">DirectoryIndex</a></code> directive.
+    the <code class="directive"><a href="./mod/mod_dir.html#directoryindex">DirectoryIndex</a></code> directive.
     For example, if <code>DocumentRoot</code> were set as above, and 
     you were to set:</p>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.tr.utf8?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.tr.utf8 [utf-8] Wed Jan 29 16:06:09 2014
@@ -27,6 +27,7 @@
 <a href="./ko/urlmapping.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/urlmapping.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 belgede, bir istekte belirtilen URL’nin sunulacak dosyanın dosya
       sistemindeki yerini bulmak için Apache HTTP Sunucusu tarafından nasıl

Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.fr Wed Jan 29 16:06:09 2014
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1491368:1481368 (outdated) -->
+<!-- English Revision: 1491368:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ja?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ja [utf-8] Wed Jan 29 16:06:09 2014
@@ -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: 151408:1481368 (outdated) -->
+<!-- English Revision: 151408:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ko?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.ko [euc-kr] Wed Jan 29 16:06:09 2014
@@ -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: 151408:1481368 (outdated) -->
+<!-- English Revision: 151408:1562488 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.meta?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.meta Wed Jan 29 16:06:09 2014
@@ -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>

Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.tr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.tr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.tr [utf-8] Wed Jan 29 16:06:09 2014
@@ -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: 1481368 -->
+<!-- English Revision: 1481368:1562488 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
    Reviewed by: Orhan Berent <berent belgeler.gen.tr>

Modified: httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.html.en?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.html.en Wed Jan 29 16:06:09 2014
@@ -361,9 +361,10 @@ Listen 80
     <p>The following example allows a front-end machine to proxy a
     virtual host through to a server running on another machine. In the
     example, a virtual host of the same name is configured on a machine
-    at <code>192.168.111.2</code>. The <code class="directive"><a href="../mod/mod_proxy.html#proxypreservehost on">ProxyPreserveHost On</a></code> directive is
-    used so that the desired hostname is passed through, in case we are
-    proxying multiple hostnames to a single machine.</p>
+    at <code>192.168.111.2</code>. The <code class="directive"><a href="../mod/mod_proxy.html#proxypreservehost">ProxyPreserveHost
+    On</a></code> directive is used so that the desired hostname is
+    passed through, in case we are proxying multiple hostnames to a
+    single machine.</p>
 
     <pre class="prettyprint lang-config">
 &lt;VirtualHost *:*&gt;

Modified: httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.html.fr?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.html.fr Wed Jan 29 16:06:09 2014
@@ -27,6 +27,8 @@
 <a href="../ko/vhosts/examples.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/vhosts/examples.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 but de ce document est d'essayer de répondre aux questions 

Modified: httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.html.tr.utf8?rev=1562489&r1=1562488&r2=1562489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/vhosts/examples.html.tr.utf8 [utf-8] Wed Jan 29 16:06:09 2014
@@ -27,6 +27,7 @@
 <a href="../ko/vhosts/examples.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/vhosts/examples.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 belgede <a href="index.html">sanal konaklarla</a> ile ilgili olarak