You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2011/12/05 00:36:33 UTC

svn commit: r1210279 [1/7] - in /httpd/httpd/trunk/docs/manual: ./ misc/ mod/

Author: sf
Date: Sun Dec  4 23:36:32 2011
New Revision: 1210279

URL: http://svn.apache.org/viewvc?rev=1210279&view=rev
Log:
Update xforms

Modified:
    httpd/httpd/trunk/docs/manual/expr.html.fr
    httpd/httpd/trunk/docs/manual/misc/security_tips.html.fr
    httpd/httpd/trunk/docs/manual/mod/core.html.fr
    httpd/httpd/trunk/docs/manual/mod/core.html.ja.utf8
    httpd/httpd/trunk/docs/manual/mod/directives.html.de
    httpd/httpd/trunk/docs/manual/mod/directives.html.es
    httpd/httpd/trunk/docs/manual/mod/directives.html.ja.utf8
    httpd/httpd/trunk/docs/manual/mod/directives.html.ko.euc-kr
    httpd/httpd/trunk/docs/manual/mod/directives.html.tr.utf8
    httpd/httpd/trunk/docs/manual/mod/directives.html.zh-cn
    httpd/httpd/trunk/docs/manual/mod/index.html.de
    httpd/httpd/trunk/docs/manual/mod/index.html.es
    httpd/httpd/trunk/docs/manual/mod/index.html.ja.utf8
    httpd/httpd/trunk/docs/manual/mod/index.html.ko.euc-kr
    httpd/httpd/trunk/docs/manual/mod/index.html.tr.utf8
    httpd/httpd/trunk/docs/manual/mod/index.html.zh-cn
    httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.ja.utf8
    httpd/httpd/trunk/docs/manual/mod/mod_authn_socache.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.fr
    httpd/httpd/trunk/docs/manual/mod/mod_echo.html.ja.utf8
    httpd/httpd/trunk/docs/manual/mod/mod_echo.xml.meta
    httpd/httpd/trunk/docs/manual/mod/mod_negotiation.html.ja.utf8
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr
    httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.ja.utf8
    httpd/httpd/trunk/docs/manual/mod/mod_version.html.ja.utf8
    httpd/httpd/trunk/docs/manual/mod/mod_version.xml.meta
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.de
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.es
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.ja.utf8
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.ko.euc-kr
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.tr.utf8
    httpd/httpd/trunk/docs/manual/mod/quickreference.html.zh-cn
    httpd/httpd/trunk/docs/manual/new_features_2_4.html.fr
    httpd/httpd/trunk/docs/manual/socache.html.en

Modified: httpd/httpd/trunk/docs/manual/expr.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/expr.html.fr?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/expr.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/expr.html.fr Sun Dec  4 23:36:32 2011
@@ -225,6 +225,9 @@ listfunction ::= listfuncname "<strong>(
 <tr class="odd"><td><code>CONN_LOG_ID</code></td>
         <td>L'identifiant du message d'erreur associé à la connexion
 	(voir la directive <code class="directive"><a href="./mod/core.html#errorlogformat">ErrorLogFormat</a></code>)</td></tr>
+<tr><td><code>CONN_REMOTE_ADDR</code></td>
+        <td>L'adresse IP du correspondant pour la connexion (voir le module
+	<code class="module"><a href="./mod/mod_remoteip.html">mod_remoteip</a></code>)</td></tr>
 </table>
 
     <p>Variables diverses</p>

Modified: httpd/httpd/trunk/docs/manual/misc/security_tips.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/misc/security_tips.html.fr?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/misc/security_tips.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/misc/security_tips.html.fr Sun Dec  4 23:36:32 2011
@@ -135,13 +135,13 @@
 
       <li>L'utilisation d'un <a href="../mpm.html">module mpm</a> threadé
       vous permet de traiter d'avantage de connexions simultanées, ce qui
-      minimise l'effet des attaques DoS. Dans le futur, le module mpm expérimental
+      minimise l'effet des attaques DoS. Dans le futur, le module mpm
       <code class="module"><a href="../mod/event.html">event</a></code> utilisera un traitement asynchrone afin de ne pas
-      dédier un thread à chaque connexion. Il est en cours d'étude à
-      l'heure actuelle et n'est pas encore entièrement implémenté. En
-      particulier, le mpm <code class="module"><a href="../mod/event.html">event</a></code> est actuellement incompatible
+      dédier un thread à chaque connexion. De par la
+      nature de la bibliothèque OpenSSL, le module mpm <code class="module"><a href="../mod/event.html">event</a></code> est actuellement incompatible
       avec le module <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> ainsi que d'autres filtres
-      en entrée.</li>
+      en entrée. Dans ces cas, son comportement se ramène à celui
+      du module mpm <code class="module"><a href="../mod/worker.html">worker</a></code>.</li>
 
       <li>Il existe de nombreux modules tiers disponibles à <a href="http://modules.apache.org/">http://modules.apache.org/</a> qui
       peuvent retreindre les comportements de certains clients et ainsi

Modified: httpd/httpd/trunk/docs/manual/mod/core.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.fr?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.html.fr Sun Dec  4 23:36:32 2011
@@ -1506,58 +1506,62 @@ personnalisation des réponses</a></li>
 <tr><td><code>%%</code></td>
         <td>Le signe pourcentage</td></tr>
 <tr class="odd"><td><code>%a</code></td>
-        <td>Adresse IP et port distants</td></tr>
-<tr><td><code>%A</code></td>
+        <td>Adresse IP et port clients</td></tr>
+<tr><td><code>%{c}a</code></td>
+        <td>Port et adresse IP sous-jacents du correspondant pour la
+	connexion (voir le module
+	<code class="module"><a href="../mod/mod_remoteip.html">mod_remoteip</a></code>)</td></tr>
+<tr class="odd"><td><code>%A</code></td>
         <td>Adresse IP et port locaux</td></tr>
-<tr class="odd"><td><code>%{<em>name</em>}e</code></td>
+<tr><td><code>%{<em>name</em>}e</code></td>
         <td>Variable d'environnement de requête <em>name</em></td></tr>
-<tr><td><code>%E</code></td>
+<tr class="odd"><td><code>%E</code></td>
         <td>Etat d'erreur APR/OS et chaîne</td></tr>
-<tr class="odd"><td><code>%F</code></td>
+<tr><td><code>%F</code></td>
         <td>Nom du fichier source et numéro de ligne de l'appel du
 	journal</td></tr>
-<tr><td><code>%{<em>name</em>}i</code></td>
+<tr class="odd"><td><code>%{<em>name</em>}i</code></td>
         <td>En-tête de requête <em>name</em></td></tr>
-<tr class="odd"><td><code>%k</code></td>
+<tr><td><code>%k</code></td>
         <td>Nombre de requêtes persistantes pour cette connexion</td></tr>
-<tr><td><code>%l</code></td>
+<tr class="odd"><td><code>%l</code></td>
         <td>Sévérité du message</td></tr>
-<tr class="odd"><td><code>%L</code></td>
+<tr><td><code>%L</code></td>
         <td>Identifiant journal de la requête</td></tr>
-<tr><td><code>%{c}L</code></td>
+<tr class="odd"><td><code>%{c}L</code></td>
         <td>Identifiant journal de la connexion</td></tr>
-<tr class="odd"><td><code>%{C}L</code></td>
+<tr><td><code>%{C}L</code></td>
         <td>Identifiant journal de la connexion si utilisé dans la
 	portée de la connexion, vide sinon</td></tr>
-<tr><td><code>%m</code></td>
+<tr class="odd"><td><code>%m</code></td>
         <td>Nom du module qui effectue la journalisation du message</td></tr>
-<tr class="odd"><td><code>%M</code></td>
+<tr><td><code>%M</code></td>
         <td>Le message effectif</td></tr>
-<tr><td><code>%{<em>name</em>}n</code></td>
+<tr class="odd"><td><code>%{<em>name</em>}n</code></td>
         <td>Note de requête <em>name</em></td></tr>
-<tr class="odd"><td><code>%P</code></td>
+<tr><td><code>%P</code></td>
         <td>Identifiant du processus courant</td></tr>
-<tr><td><code>%T</code></td>
+<tr class="odd"><td><code>%T</code></td>
         <td>Identifiant du thread courant</td></tr>
-<tr class="odd"><td><code>%{g}T</code></td>
+<tr><td><code>%{g}T</code></td>
         <td>Identifiant unique de thread système du thread courant
 	(l'identifiant affiché par la commande <code>top</code> par
 	exemple ; seulement sous Linux pour l'instant)</td></tr>
-<tr><td><code>%t</code></td>
+<tr class="odd"><td><code>%t</code></td>
         <td>L'heure courante</td></tr>
-<tr class="odd"><td><code>%{u}t</code></td>
+<tr><td><code>%{u}t</code></td>
         <td>L'heure courante avec les microsecondes</td></tr>
-<tr><td><code>%{cu}t</code></td>
+<tr class="odd"><td><code>%{cu}t</code></td>
         <td>L'heure courante au format compact ISO 8601, avec les
 	microsecondes</td></tr>
-<tr class="odd"><td><code>%v</code></td>
+<tr><td><code>%v</code></td>
         <td>Le nom de serveur canonique <code class="directive"><a href="#servername">ServerName</a></code> du serveur courant.</td></tr>
-<tr><td><code>%V</code></td>
+<tr class="odd"><td><code>%V</code></td>
         <td>Le nom de serveur du serveur qui sert la requête en accord
 	avec la définition de la directive <code class="directive"><a href="#usecanonicalname">UseCanonicalName</a></code>.</td></tr>
-<tr class="odd"><td><code>\&nbsp;</code> (anti-slash espace)</td>
+<tr><td><code>\&nbsp;</code> (anti-slash espace)</td>
         <td>Espace non délimiteur</td></tr>
-<tr><td><code>%&nbsp;</code> (pourcentage espace)</td>
+<tr class="odd"><td><code>%&nbsp;</code> (pourcentage espace)</td>
         <td>Délimiteur de champ (aucune sortie)</td></tr>
 </table>
 

Modified: httpd/httpd/trunk/docs/manual/mod/core.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.ja.utf8?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.html.ja.utf8 [utf-8] Sun Dec  4 23:36:32 2011
@@ -211,7 +211,9 @@
     受け付けるか拒否するかの選択を上書きできるようにすることです。
     例えば、これは例えば <a href="mod_include.html">INCLUDES</a> のような
     <a href="../filter.html">フィルタ</a>を使って <code>PATH_INFO</code> に
-    基づいてコンテンツを生成しているときに必要になります。</p>
+    基づいてコンテンツを生成しているときに必要になります。
+    コアハンドラでは通常拒否されるので、そういったスクリプトを動作させるには
+    次のような設定を使います。</p>
 
     <div class="example"><p><code>
       &lt;Files "mypaths.shtml"&gt;<br />
@@ -875,7 +877,7 @@ for a complete reference and more exampl
     Apache は OS がサポートしていればファイルをメモリにマップします。</p>
 
     <p>
-    このメモリマップは性能の向上を持たらすことがあります。
+    このメモリマップは性能の向上をもたらすことがあります。
     しかし、環境によっては運用上の問題を防ぐためにメモリマッピングを
     使用しないようにした方が良い場合もあります:</p>
 
@@ -2023,7 +2025,7 @@ request</td></tr>
 
     <p><code class="directive">&lt;Location&gt;</code> セクションは
     完全にファイルシステムと関連せずに動作します。このことから導かれる
-    結果にはいつくか注意する点があります。最も重要なものは、
+    結果にはいくつか注意する点があります。最も重要なものは、
     ファイルシステムの位置へのアクセス制御に <code class="directive">&lt;Location&gt;</code> ディレクティブを使うべきではない
     ということです。複数の URL がファイルシステムの同じ位置にマップされる
     可能がありますので、そのようなアクセス制御は回避されてしまう可能性が
@@ -2085,12 +2087,12 @@ request</td></tr>
     ファイルシステムにおいて利用する場合には複数のスラッシュでも一つの
     スラッシュとして扱われることが多いですが、
     (<em>すなわち</em>、<code>/home///foo</code> は
-    <code>/home/foo</code> と同じいったように)
+    <code>/home/foo</code> と同じといったように)
     URL においては必ずしもそうなるわけではありません。
     <code class="directive"><a href="#locationmatch">&lt;LocationMatch&gt;</a></code>
     ディレクティブや正規表現を利用した
     <code class="directive">&lt;Location&gt;</code> ディレクティブで、
-    複数のスラッシュにマッチさせたいときには、、明示的に記述する
+    複数のスラッシュにマッチさせたいときには、明示的に記述する
     必要があります。</p>
 
     <p>例えば、<code>&lt;LocationMatch ^/abc&gt;</code> は、
@@ -2276,7 +2278,7 @@ request</td></tr>
     <code class="directive"><a href="#keepalive">KeepAlive</a></code> が有効な場合に、
     一回の接続で受け付け可能なリクエストの数を制限します。
     <code>0</code> に設定していれば、受け付けるリクエストは無制限になります。
-    この設定は、サーバ性能を向上させるために、大きな数値を指定すること勧めます。
+    この設定は、サーバ性能を向上させるために、大きな数値を指定することを勧めます。
     </p>
 
     <p>例:</p>
@@ -2877,7 +2879,7 @@ of a request or the last 63, assuming th
     <code class="directive">ServerName</code> はこのバーチャルホストにマッチするために
     何がリクエストの Host: ヘッダに現れる必要があるのかを指定します。</p>
 
-    <p>SSL を処理するデバイス、例えばリーバスプロクシやロードバランサや
+    <p>SSL を処理するデバイス、例えばリバースプロクシやロードバランサや
     SSL 処理軽減アプライアンスの裏側でサーバが稼動する場合もあるでしょう。
     そういった場合では、クライアントが接続するときに使う
     <code>https://</code> スキームとポート番号を <code class="directive">ServerName</code>
@@ -2975,8 +2977,8 @@ of a request or the last 63, assuming th
     稼動中のバーチャルホストの <a href="#servername">ServerName</a> の書かれた行を追加し、
     <code>EMail</code> にした場合はさらに参照されたドキュメントに対する <a href="#serveradmin">ServerAdmin</a> を指す "mailto:" が追加されます。</p>
 
-    <p>バージョン 2.0.44 以降ではこのディレクティブは <code class="directive"><a href="#serversignature">ServerSignature</a></code>
-    ディレクティブにより表示される情報も制御します。</p>
+    <p>バージョン 2.0.44 以降では、表示されるサーバーのバージョン番号の詳細は<code class="directive"><a href="#servertokens">ServerTokens</a></code>
+    ディレクティブにより制御されます。</p>
 
 <h3>参照</h3>
 <ul>
@@ -3205,7 +3207,7 @@ of a request or the last 63, assuming th
     の挙動をオーバーライドします。デフォルトの <code>TraceEnable on</code>
     は、リクエストボディを受け入れないような、RFC2616 に準拠した
     <code>TRACE</code> リクエストを受け付けます。
-    <code>TraceEnale off</code> と設定すると、コアサーバと
+    <code>TraceEnable off</code> と設定すると、コアサーバと
     <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> は <code>405</code> (メソッド不許可)
     エラーをクライアントに返します。</p>
 
@@ -3406,7 +3408,7 @@ of a request or the last 63, assuming th
     もしくはホスト名に対応する必要があり、
     1 番目の場合には複数のアドレスで IP パケットを受信できるように
     サーバマシンを設定しなければなりません。
-    (もし、マシンが複数のネットワークインターフェースと持たない場合は、
+    (もし、マシンが複数のネットワークインターフェースを持たない場合は、
     (OSがサポートしていれば) <code>ifconfig alias</code> コマンドにより
     達成できます)。</p>
 

Modified: httpd/httpd/trunk/docs/manual/mod/directives.html.de
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/directives.html.de?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/directives.html.de (original)
+++ httpd/httpd/trunk/docs/manual/mod/directives.html.de Sun Dec  4 23:36:32 2011
@@ -481,6 +481,7 @@
 <li><a href="mod_session_crypto.html#sessioncryptocipher">SessionCryptoCipher</a></li>
 <li><a href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver</a></li>
 <li><a href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase</a></li>
+<li><a href="mod_session_crypto.html#sessioncryptopassphrasefile">SessionCryptoPassphraseFile</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookiename">SessionDBDCookieName</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookiename2">SessionDBDCookieName2</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookieremove">SessionDBDCookieRemove</a></li>

Modified: httpd/httpd/trunk/docs/manual/mod/directives.html.es
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/directives.html.es?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/directives.html.es (original)
+++ httpd/httpd/trunk/docs/manual/mod/directives.html.es Sun Dec  4 23:36:32 2011
@@ -484,6 +484,7 @@
 <li><a href="mod_session_crypto.html#sessioncryptocipher">SessionCryptoCipher</a></li>
 <li><a href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver</a></li>
 <li><a href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase</a></li>
+<li><a href="mod_session_crypto.html#sessioncryptopassphrasefile">SessionCryptoPassphraseFile</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookiename">SessionDBDCookieName</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookiename2">SessionDBDCookieName2</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookieremove">SessionDBDCookieRemove</a></li>

Modified: httpd/httpd/trunk/docs/manual/mod/directives.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/directives.html.ja.utf8?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/directives.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/directives.html.ja.utf8 [utf-8] Sun Dec  4 23:36:32 2011
@@ -480,6 +480,7 @@
 <li><a href="mod_session_crypto.html#sessioncryptocipher">SessionCryptoCipher</a></li>
 <li><a href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver</a></li>
 <li><a href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase</a></li>
+<li><a href="mod_session_crypto.html#sessioncryptopassphrasefile">SessionCryptoPassphraseFile</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookiename">SessionDBDCookieName</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookiename2">SessionDBDCookieName2</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookieremove">SessionDBDCookieRemove</a></li>

Modified: httpd/httpd/trunk/docs/manual/mod/directives.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/directives.html.ko.euc-kr?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/directives.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/directives.html.ko.euc-kr [euc-kr] Sun Dec  4 23:36:32 2011
@@ -479,6 +479,7 @@
 <li><a href="mod_session_crypto.html#sessioncryptocipher">SessionCryptoCipher</a></li>
 <li><a href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver</a></li>
 <li><a href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase</a></li>
+<li><a href="mod_session_crypto.html#sessioncryptopassphrasefile">SessionCryptoPassphraseFile</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookiename">SessionDBDCookieName</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookiename2">SessionDBDCookieName2</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookieremove">SessionDBDCookieRemove</a></li>

Modified: httpd/httpd/trunk/docs/manual/mod/directives.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/directives.html.tr.utf8?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/directives.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/directives.html.tr.utf8 [utf-8] Sun Dec  4 23:36:32 2011
@@ -478,6 +478,7 @@
 <li><a href="mod_session_crypto.html#sessioncryptocipher">SessionCryptoCipher</a></li>
 <li><a href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver</a></li>
 <li><a href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase</a></li>
+<li><a href="mod_session_crypto.html#sessioncryptopassphrasefile">SessionCryptoPassphraseFile</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookiename">SessionDBDCookieName</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookiename2">SessionDBDCookieName2</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookieremove">SessionDBDCookieRemove</a></li>

Modified: httpd/httpd/trunk/docs/manual/mod/directives.html.zh-cn
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/directives.html.zh-cn?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/directives.html.zh-cn (original)
+++ httpd/httpd/trunk/docs/manual/mod/directives.html.zh-cn Sun Dec  4 23:36:32 2011
@@ -477,6 +477,7 @@
 <li><a href="mod_session_crypto.html#sessioncryptocipher">SessionCryptoCipher</a></li>
 <li><a href="mod_session_crypto.html#sessioncryptodriver">SessionCryptoDriver</a></li>
 <li><a href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase</a></li>
+<li><a href="mod_session_crypto.html#sessioncryptopassphrasefile">SessionCryptoPassphraseFile</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookiename">SessionDBDCookieName</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookiename2">SessionDBDCookieName2</a></li>
 <li><a href="mod_session_dbd.html#sessiondbdcookieremove">SessionDBDCookieRemove</a></li>

Modified: httpd/httpd/trunk/docs/manual/mod/index.html.de
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/index.html.de?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/index.html.de (original)
+++ httpd/httpd/trunk/docs/manual/mod/index.html.de Sun Dec  4 23:36:32 2011
@@ -187,9 +187,9 @@ from Clients' networks in a proxy contex
 <dt><a href="mod_proxy_scgi.html">mod_proxy_scgi</a></dt><dd>SCGI gateway module for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_ratelimit.html" id="R" name="R">mod_ratelimit</a></dt><dd>Bandwidth Rate Limiting for Clients</dd>
 <dt><a href="mod_reflector.html">mod_reflector</a></dt><dd>Reflect a request body as a response via the output filter stack.</dd>
-<dt><a href="mod_remoteip.html">mod_remoteip</a></dt><dd>Replaces the apparent client remote IP address for the request
-with the IP address list presented by a proxies or a load balancer via the
-request headers.
+<dt><a href="mod_remoteip.html">mod_remoteip</a></dt><dd>Replaces the original peer IP address for the connection
+with the client IP address list presented by a proxies or a load balancer
+via the request headers.
 </dd>
 <dt><a href="mod_reqtimeout.html">mod_reqtimeout</a></dt><dd>Set timeout and minimum data rate for receiving requests
 </dd>

Modified: httpd/httpd/trunk/docs/manual/mod/index.html.es
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/index.html.es?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/index.html.es (original)
+++ httpd/httpd/trunk/docs/manual/mod/index.html.es Sun Dec  4 23:36:32 2011
@@ -190,9 +190,9 @@ from Clients' networks in a proxy contex
 <dt><a href="mod_proxy_scgi.html">mod_proxy_scgi</a></dt><dd>SCGI gateway module for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_ratelimit.html" id="R" name="R">mod_ratelimit</a></dt><dd>Bandwidth Rate Limiting for Clients</dd>
 <dt><a href="mod_reflector.html">mod_reflector</a></dt><dd>Reflect a request body as a response via the output filter stack.</dd>
-<dt><a href="mod_remoteip.html">mod_remoteip</a></dt><dd>Replaces the apparent client remote IP address for the request
-with the IP address list presented by a proxies or a load balancer via the
-request headers.
+<dt><a href="mod_remoteip.html">mod_remoteip</a></dt><dd>Replaces the original peer IP address for the connection
+with the client IP address list presented by a proxies or a load balancer
+via the request headers.
 </dd>
 <dt><a href="mod_reqtimeout.html">mod_reqtimeout</a></dt><dd>Set timeout and minimum data rate for receiving requests
 </dd>

Modified: httpd/httpd/trunk/docs/manual/mod/index.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/index.html.ja.utf8?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/index.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/index.html.ja.utf8 [utf-8] Sun Dec  4 23:36:32 2011
@@ -178,9 +178,9 @@ from Clients' networks in a proxy contex
 <dt><a href="mod_proxy_scgi.html">mod_proxy_scgi</a></dt><dd>SCGI gateway module for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_ratelimit.html" id="R" name="R">mod_ratelimit</a></dt><dd>Bandwidth Rate Limiting for Clients</dd>
 <dt><a href="mod_reflector.html">mod_reflector</a></dt><dd>Reflect a request body as a response via the output filter stack.</dd>
-<dt><a href="mod_remoteip.html">mod_remoteip</a></dt><dd>Replaces the apparent client remote IP address for the request
-with the IP address list presented by a proxies or a load balancer via the
-request headers.
+<dt><a href="mod_remoteip.html">mod_remoteip</a></dt><dd>Replaces the original peer IP address for the connection
+with the client IP address list presented by a proxies or a load balancer
+via the request headers.
 </dd>
 <dt><a href="mod_reqtimeout.html">mod_reqtimeout</a></dt><dd>Set timeout and minimum data rate for receiving requests
 </dd>

Modified: httpd/httpd/trunk/docs/manual/mod/index.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/index.html.ko.euc-kr?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/index.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/index.html.ko.euc-kr [euc-kr] Sun Dec  4 23:36:32 2011
@@ -174,9 +174,9 @@ from Clients' networks in a proxy contex
 <dt><a href="mod_proxy_scgi.html">mod_proxy_scgi</a></dt><dd>SCGI gateway module for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_ratelimit.html" id="R" name="R">mod_ratelimit</a></dt><dd>Bandwidth Rate Limiting for Clients</dd>
 <dt><a href="mod_reflector.html">mod_reflector</a></dt><dd>Reflect a request body as a response via the output filter stack.</dd>
-<dt><a href="mod_remoteip.html">mod_remoteip</a></dt><dd>Replaces the apparent client remote IP address for the request
-with the IP address list presented by a proxies or a load balancer via the
-request headers.
+<dt><a href="mod_remoteip.html">mod_remoteip</a></dt><dd>Replaces the original peer IP address for the connection
+with the client IP address list presented by a proxies or a load balancer
+via the request headers.
 </dd>
 <dt><a href="mod_reqtimeout.html">mod_reqtimeout</a></dt><dd>Set timeout and minimum data rate for receiving requests
 </dd>

Modified: httpd/httpd/trunk/docs/manual/mod/index.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/index.html.tr.utf8?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/index.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/index.html.tr.utf8 [utf-8] Sun Dec  4 23:36:32 2011
@@ -182,9 +182,9 @@ from Clients' networks in a proxy contex
 <dt><a href="mod_proxy_scgi.html">mod_proxy_scgi</a></dt><dd>SCGI gateway module for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_ratelimit.html" id="R" name="R">mod_ratelimit</a></dt><dd>Bandwidth Rate Limiting for Clients</dd>
 <dt><a href="mod_reflector.html">mod_reflector</a></dt><dd>Reflect a request body as a response via the output filter stack.</dd>
-<dt><a href="mod_remoteip.html">mod_remoteip</a></dt><dd>Replaces the apparent client remote IP address for the request
-with the IP address list presented by a proxies or a load balancer via the
-request headers.
+<dt><a href="mod_remoteip.html">mod_remoteip</a></dt><dd>Replaces the original peer IP address for the connection
+with the client IP address list presented by a proxies or a load balancer
+via the request headers.
 </dd>
 <dt><a href="mod_reqtimeout.html">mod_reqtimeout</a></dt><dd>Set timeout and minimum data rate for receiving requests
 </dd>

Modified: httpd/httpd/trunk/docs/manual/mod/index.html.zh-cn
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/index.html.zh-cn?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/index.html.zh-cn (original)
+++ httpd/httpd/trunk/docs/manual/mod/index.html.zh-cn Sun Dec  4 23:36:32 2011
@@ -180,9 +180,9 @@ from Clients' networks in a proxy contex
 <dt><a href="mod_proxy_scgi.html">mod_proxy_scgi</a></dt><dd>SCGI gateway module for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_ratelimit.html" id="R" name="R">mod_ratelimit</a></dt><dd>Bandwidth Rate Limiting for Clients</dd>
 <dt><a href="mod_reflector.html">mod_reflector</a></dt><dd>Reflect a request body as a response via the output filter stack.</dd>
-<dt><a href="mod_remoteip.html">mod_remoteip</a></dt><dd>Replaces the apparent client remote IP address for the request
-with the IP address list presented by a proxies or a load balancer via the
-request headers.
+<dt><a href="mod_remoteip.html">mod_remoteip</a></dt><dd>Replaces the original peer IP address for the connection
+with the client IP address list presented by a proxies or a load balancer
+via the request headers.
 </dd>
 <dt><a href="mod_reqtimeout.html">mod_reqtimeout</a></dt><dd>Set timeout and minimum data rate for receiving requests
 </dd>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.ja.utf8?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.ja.utf8 [utf-8] Sun Dec  4 23:36:32 2011
@@ -264,7 +264,7 @@
     <code class="directive"><a href="#deny">Deny</a></code> 行はもう一つのグループとみなされます。
     またデフォルト状態は単独で一つのグループとみなされます。</p>
 
-    <p><em>Order</em> 設定は以下の以下のどれかです。</p>
+    <p><em>Order</em> 設定は以下のどれかです。</p>
 
     <dl>
       <dt><code>Allow,Deny</code></dt>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_socache.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authn_socache.html.en?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authn_socache.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authn_socache.html.en Sun Dec  4 23:36:32 2011
@@ -185,7 +185,7 @@ the load on backends</td></tr>
 </table>
     <p>This is a server-wide setting to select a provider for the
     <a href="../socache.html">shared object cache</a>.
-    Values are "dbm", "dc", "mc", or "shmcb", each subject to the
+    Values are "dbm", "dc", "memcache", or "shmcb", each subject to the
     appropriate module being loaded.  If not set, your platform's
        default will be used.</p>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.fr?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.fr Sun Dec  4 23:36:32 2011
@@ -307,7 +307,7 @@ fichier en fonction de son type MIME</td
     (<code>"</code>).</p>
 
     <div class="example"><h3>Exemple</h3><p><code>
-      AddDescription "La planète Mars" /web/pics/mars.gif
+      AddDescription "La planète Mars" mars.gif
     </code></p></div>
 
     <p>La taille par défaut, habituelle du champ de description est de
@@ -341,6 +341,15 @@ fichier en fonction de son type MIME</td
       répertoire.</p>
     </div>
 
+    <div class="note"><h3>Arguments avec chemins</h3>
+      <p>Les chemins absolus ne sont actuellement pas supportés et ne
+      peuvent correspondre à aucun chemin réel à l'exécution. Les
+      arguments contenant des chemins relatifs, qui ne devraient être
+      normalement utilisés que dans les fichiers htaccess, sont
+      implicitement préfixés par '*/' afin d'éviter toute association
+      avec des noms de répertoires partiels.</p>
+    </div>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="AddIcon" id="AddIcon">AddIcon</a> <a name="addicon" id="addicon">Directive</a></h2>
@@ -572,6 +581,12 @@ de l'index d'un répertoire</td></tr>
       IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
     </code></p></div>
 
+    <div class="note"><h3>Expressions rationnelles</h3>
+      <p>Cette directive est actuellement incompatible avec les sections
+      de configuration qui comportent des arguments avec expressions
+      rationnelles comme  <code class="directive"><a href="../mod/core.html#directorymatch">&lt;DirectoryMatch&gt;</a></code></p>
+    </div>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="IndexIgnoreReset" id="IndexIgnoreReset">IndexIgnoreReset</a> <a name="indexignorereset" id="indexignorereset">Directive</a></h2>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_echo.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_echo.html.ja.utf8?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_echo.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_echo.html.ja.utf8 [utf-8] Sun Dec  4 23:36:32 2011
@@ -27,8 +27,6 @@
 <a href="../ja/mod/mod_echo.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_echo.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
-<div class="outofdate">この日本語訳はすでに古くなっている可能性があります。
-          更新された内容を見るには英語版をご覧下さい。</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">説明:</a></th><td>プロトコルモジュールの概要を示すための単純なエコーサーバ
 </td></tr>
 <tr><th><a href="module-dict.html#Status">ステータス:</a></th><td>Experimental</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_echo.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_echo.xml.meta?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_echo.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_echo.xml.meta Sun Dec  4 23:36:32 2011
@@ -9,7 +9,7 @@
   <variants>
     <variant>en</variant>
     <variant>fr</variant>
-    <variant outdated="yes">ja</variant>
+    <variant>ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_negotiation.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_negotiation.html.ja.utf8?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_negotiation.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_negotiation.html.ja.utf8 [utf-8] Sun Dec  4 23:36:32 2011
@@ -239,7 +239,7 @@
     以下のディレクティブが指定されていて、ユーザの <code>Accept-Language</code>
     が <code>es</code> 言語のみを許可していて、さらにそのような variant がないときには、
     以下の <code class="directive"><a href="#languagepriority">LanguagePriority</a></code>
-    のリストの最初の variant が送れれます。</p>
+    のリストの最初の variant が送られます。</p>
 
     <div class="example"><p><code>
       LanguagePriority en fr de<br />

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr Sun Dec  4 23:36:32 2011
@@ -939,6 +939,29 @@ la version version 2.1</td></tr>
       Apache.</p>
       </dd>
 
+      <dt><code>AllowNoSlash</code></dt>
+      <dd>
+      <p>Par défaut, <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> ignore les URLs qui
+      correspondent à un répertoire sur disque, mais ne comportent pas
+      de slash final, afin que le module <code class="module"><a href="../mod/mod_dir.html">mod_dir</a></code>
+      redirige le client vers l'URL canonique avec un slash final.</p>
+      
+      <p>Lorsque la directive <code class="directive"><a href="../mod/mod_dir.html#directoryslash">DirectorySlash</a></code> est définie à off, il
+      est possible de spécifier l'option <code>AllowNoSlash</code> pour
+      s'assurer que les règles de réécriture ne soient plus ignorées.
+      Si on le souhaite, cette option permet de faire s'appliquer des
+      règles de réécriture qui correspondent à un répertoire sans slash
+      final au sein de fichiers .htaccess. Elle est disponible à
+      partir de la version 2.4.0 du serveur HTTP Apache.
+      
+      When the <code class="directive"><a href="../mod/mod_dir.html#directoryslash">DirectorySlash</a></code> directive
++      is set to off, the <code>AllowNoSlash</code> option can be enabled to ensure
++      that rewrite rules are no longer ignored. This option makes it possible to
++      apply rewrite rules within .htaccess files that match the directory without
++      a trailing slash, if so desired. Available in Apache HTTP Server 2.4.0 and
++      later.</p>
++      </dd>
+
       </dl>
 
 </div>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en Sun Dec  4 23:36:32 2011
@@ -54,12 +54,10 @@
        <dl>
          <dt><code>"none"</code></dt>
          <dd><code>Does not persist shared memory in file.</code></dd>
-         <dt><code>"anonymous"</code></dt>
-         <dd><code>$server_root/logs/anonymous.slotmem</code></dd>
-         <dt><code>":file-name"</code></dt>
-         <dd><code>$server_root/logs/file-name.slotmem</code></dd>
-         <dt><code>"absolute-file-name"</code></dt>
-         <dd><code>$absolute-file-name.slotmem</code></dd>
+         <dt><code>"file-name"</code></dt>
+         <dd><code>$server_root/file-name</code></dd>
+         <dt><code>"/absolute-file-name"</code></dt>
+         <dd><code>$absolute-file-name</code></dd>
        </dl></dd>
 
       <dt>apr_status_t attach(ap_slotmem_instance_t **new, const char *name, apr_size_t *item_size, unsigned int *item_num, apr_pool_t *pool)</dt>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.ja.utf8?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.ja.utf8 [utf-8] Sun Dec  4 23:36:32 2011
@@ -82,8 +82,8 @@
       <code>enabled</code> 節にあったとしても、
       <em>決して</em>ディレクトリ変換は行われません。</li>
 
-      <li><code>enebled</code> キーワードとスペース区切りのユーザ名リスト。
-      全体では変換が無効になっていたといたとしても、
+      <li><code>enabled</code> キーワードとスペース区切りのユーザ名リスト。
+      全体では変換が無効になっていたとしても、
       これらのユーザ名にはディレクトリ変換が行われます。
       ただし、<code>disabled</code> 節にもあれば変換はされません。
       </li>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_version.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_version.html.ja.utf8?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_version.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_version.html.ja.utf8 [utf-8] Sun Dec  4 23:36:32 2011
@@ -26,8 +26,6 @@
 <a href="../ja/mod/mod_version.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_version.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
-<div class="outofdate">この日本語訳はすでに古くなっている可能性があります。
-          更新された内容を見るには英語版をご覧下さい。</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">説明:</a></th><td>バージョン依存の設定</td></tr>
 <tr><th><a href="module-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">モジュール識別子:</a></th><td>version_module</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_version.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_version.xml.meta?rev=1210279&r1=1210278&r2=1210279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_version.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_version.xml.meta Sun Dec  4 23:36:32 2011
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">ja</variant>
+    <variant>ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>