Commit 09d1c5e3 authored by Andre Malo's avatar Andre Malo
Browse files

update transformation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106453 13f79535-47bb-0310-9956-ffa450edef68
parent 16dd09ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
  <modulefile>mod_log_config.xml.ja</modulefile>
  <modulefile>mod_log_forensic.xml.ja</modulefile>
  <modulefile>mod_logio.xml.ja</modulefile>
  <modulefile>mod_mem_cache.xml</modulefile>
  <modulefile>mod_mem_cache.xml.ja</modulefile>
  <modulefile>mod_mime.xml.ja</modulefile>
  <modulefile>mod_mime_magic.xml</modulefile>
  <modulefile>mod_negotiation.xml.ja</modulefile>
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ by other LDAP modules</dd>
<dt><a href="mod_log_config.html">mod_log_config</a></dt><dd>サーバへのリクエストのロギング</dd>
<dt><a href="mod_log_forensic.html">mod_log_forensic</a></dt><dd>サーバに送られたリクエストの forensic ロギング</dd>
<dt><a href="mod_logio.html">mod_logio</a></dt><dd>リクエスト毎に入力バイト数と出力バイト数とをロギング</dd>
<dt><a href="mod_mem_cache.html" id="M" name="M">mod_mem_cache</a></dt><dd>Content cache keyed to URIs</dd>
<dt><a href="mod_mem_cache.html" id="M" name="M">mod_mem_cache</a></dt><dd>URI をキーにしたコンテンツのキャッシュ</dd>
<dt><a href="mod_mime.html">mod_mime</a></dt><dd>リクエストされたファイルの拡張子とファイルの振る舞い
    (ハンドラとフィルタ)、内容 (MIME タイプ、言語、文字セット、エンコーディング)
    とを関連付ける</dd>
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ for HTTP Basic authentication.</td></tr>
    phase.</p>

    <p><code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code> registers both an authn_ldap authentication
    provider and an anthz_ldap authorization handler.  The authn_ldap
    provider and an authz_ldap authorization handler.  The authn_ldap
    authentication provider can be enabled through the 
    <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicprovider">AuthBasicProvider</a></code> directive 
    using the <code>ldap</code> value. The authz_ldap handler extends the 
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@ URI: mod_mem_cache.html.en
Content-Language: en
Content-type: text/html; charset=ISO-8859-1

URI: mod_mem_cache.html.ja.euc-jp
Content-Language: ja
Content-type: text/html; charset=EUC-JP

URI: mod_mem_cache.html.ko.euc-kr
Content-Language: ko
Content-type: text/html; charset=EUC-KR
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
<div id="preamble"><h1>Apache Module mod_mem_cache</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/mod/mod_mem_cache.html" title="English">&nbsp;en&nbsp;</a> |
<a href="../ja/mod/mod_mem_cache.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../ko/mod/mod_mem_cache.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Content cache keyed to URIs</td></tr>
@@ -232,6 +233,7 @@ KBytes</td></tr>
</div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/mod/mod_mem_cache.html" title="English">&nbsp;en&nbsp;</a> |
<a href="../ja/mod/mod_mem_cache.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../ko/mod/mod_mem_cache.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div><div id="footer">
<p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
Loading