]> granicus.if.org Git - apache/commitdiff
xforms
authorJim Jagielski <jim@apache.org>
Fri, 30 May 2014 13:48:02 +0000 (13:48 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 30 May 2014 13:48:02 +0000 (13:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1598602 13f79535-47bb-0310-9956-ffa450edef68

18 files changed:
docs/manual/mod/mod_autoindex.html.tr.utf8
docs/manual/mod/mod_proxy_connect.html.en
docs/manual/mod/mod_proxy_connect.html.fr
docs/manual/mod/mod_proxy_connect.xml.fr
docs/manual/mod/mod_proxy_connect.xml.ja
docs/manual/mod/mod_proxy_connect.xml.meta
docs/manual/mod/mod_proxy_express.html.en
docs/manual/mod/mod_proxy_express.html.fr
docs/manual/mod/mod_proxy_express.xml.fr
docs/manual/mod/mod_proxy_express.xml.meta
docs/manual/mod/mod_so.html.ja.utf8
docs/manual/mod/mod_so.xml.meta
docs/manual/mod/quickreference.html.de
docs/manual/mod/quickreference.html.es
docs/manual/mod/quickreference.html.ja.utf8
docs/manual/mod/quickreference.html.ko.euc-kr
docs/manual/mod/quickreference.html.tr.utf8
docs/manual/mod/quickreference.html.zh-cn.utf8

index d5d4fbf702a649dcd592f39c426562242392f852..6563e5a03695471bd6770952c89462fab7bcb8cc 100644 (file)
@@ -30,6 +30,7 @@
 <a href="../ko/mod/mod_autoindex.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/mod/mod_autoindex.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>
 <table class="module"><tr><th><a href="module-dict.html#Description">Açıklama:</a></th><td>Unix <code>ls</code> veya Win32 <code>dir</code> kabuk komutunun
 yaptığı gibi dizin içeriğini listeler.</td></tr>
 <tr><th><a href="module-dict.html#Status">Durum:</a></th><td>Temel</td></tr>
index d4e799f7243b401714bde78ba1fb85b3d628579f..c164564f3af1466dd0697366899a64e4e4b1ab02 100644 (file)
@@ -43,7 +43,7 @@
     requests, <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> and
     <code class="module"><a href="../mod/mod_proxy_connect.html">mod_proxy_connect</a></code> have to be present in the server.</p>
 
-    <p>CONNECT is also used, when the server needs to send an HTTPS request
+    <p>CONNECT is also used when the server needs to send an HTTPS request
     through a forward proxy. In this case the server acts as a CONNECT client.
     This functionality is part of <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> and
     <code class="module"><a href="../mod/mod_proxy_connect.html">mod_proxy_connect</a></code> is not needed in this case.</p>
index 8bf4ac54e7f376243cdb9b811ff297d32cbb774d..dd7c4a01afec197567b49991f56f938fa7207745 100644 (file)
@@ -28,6 +28,8 @@
 <a href="../fr/mod/mod_proxy_connect.html" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/mod_proxy_connect.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>Extension de <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> pour le traitement
 des requêtes <code>CONNECT</code></td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
index 0ac8f3a8e722043dfbd4471162615d9d4d78880d..9724a62b74381bf708a33295e116b8074b4b7066 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1154342 -->
+<!-- English Revision: 1154342:1598284 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 8a78ed03f570515f2ab6725ca7fe64db2cbd4646..c8bd702c54bdc830c0d1752466f9829c74aa3986 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 669473:1154342 (outdated) -->
+<!-- English Revision: 669473:1598284 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 2b58b28de8f5397a291aad155e1c7d12510e43aa..ec8faadc6ffaa729a56b5f075d0a19dfc8151f77 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>
index 141b92cc3790a31587ac613b6b9df98500c4db92..03ba0bd0a8416dafa9551770ffc83fb23506e0fa 100644 (file)
     <li>It does not support regex or pattern matching at all.
     </li>
     <li>It emulates:
-      <div class="example"><p><code>
-        ProxyPass / backend.server:port<br />
-        ProxyPassReverse / backend.server:port<br />
-      </code></p></div>
+      <pre class="prettyprint lang-config">&lt;VirtualHost *:80&gt;
+   ServerName front.end.server
+   ProxyPass / back.end.server:port
+   ProxyPassReverse / back.end.server:port
+&lt;/VirtualHost&gt;</pre>
+
       That is, the entire URL is appended to the mapped backend
       URL. This is in keeping with the intent of being a simple
       but fast reverse proxy switch.
index 816e81347aeb0648514f834a47583020d5c74250..42a25a4005bcaeee766b7bcba20e9baf908a6023 100644 (file)
@@ -27,6 +27,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_proxy_express.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_proxy_express.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>Extension à <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> pour le mandatement
 dynamique inverse de masse</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
index d1f395306d74251d4e501d00c2cf2d5935b50ce0..c1039c09383b98766ca8b9bf4f8f50f3e0a32597 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1521336 -->
+<!-- English Revision: 1521336:1598284 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 4fda85c3b05847a53cb7ba6c4289e462ed81e2c1..388a98eecd9116c3f5ada9b0ba063d119b515dc5 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>
index 9150c0f5ed01c9c3f2bf9381742f2f5e2c2d4200..14d955f58912b8567fffa4a8dfdb5c5af1a2c089 100644 (file)
 <a href="../ko/mod/mod_so.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/mod/mod_so.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&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>
@@ -47,7 +43,7 @@
     <p>いくつかのオペレーティングシステムでは、サーバの再コンパイルをする代わりに、
     このモジュールを使用して
     <a href="../dso.html">動的共有オブジェクト</a>
-    (DSO) 機構により、実行時に Apache にモジュールを読み込ませることが
+    (DSO) 機構により、実行時に Apache HTTP Server にモジュールを読み込ませることが
     できます。</p>
 
     <p>Unix 上では、読み込まれるコードは通常は共有オブジェクトファイル
     です。</p>
 
     <div class="warning"><h3>警告</h3>
-    <p>Apache 1.3 のモジュールを直接 Apache 2.0 で使うことはできません
-    ― モジュールは Apache 2.0 用に動的にロードされるか、
-    直接組み込まれるために修正されなければなりません。</p>
+    <p>Apache HTTP Server のあるメジャーバージョン向けにビルドされたモジュールは一般に
+    他のメジャーバージョンでは動きません。(例えば 1.3 と 2.0、 2.0 と 2.2)
+    またメジャーバージョン間ではAPIの変更がしばしば発生し、そのため新しい
+    メジャーバージョン向けにモジュールの修正が必要になることがあります。</p>
     </div>
 </div>
 <div id="quickview"><h3 class="directives">ディレクティブ</h3>
 <h2>Windows 用のロード可能なモジュールを作成する</h2>
 
     <div class="note"><h3>注</h3>
-    <p>Apache 1.3.15 と 2.0 とで Windows のモジュール名の形式は変更されました
-    ― モジュールは mod_foo.so という名前になりました。</p>
-
-    <p>まだ mod_so で ApacheModuleFoo.dll という名前のモジュールも
-    ロードされますが、新しい名前の付け方を使う方が好まれます。モジュールを
-    2.0 用に移植しているのであれば、2.0 の習慣に合うように名前を
+    <p>Windows において動的にロードされるモジュールの拡張子は普通 <code>.dll</code>
+    ですが、Apache httpd のモジュールは <code>mod_whatever.so</code>
+    といった名前を持ちます。これは、他のプラットフォームでの通常の形式に
+    あわせたものです。しかしながら、サードパーティ製モジュール、例えばPHPなど、
+    は今でも <code>.dll</code> の拡張子を使っています。</p>
+
+    <p>まだ <code>mod_so</code> で <code>ApacheModuleFoo.dll</code> という名前の
+    モジュールもロードされますが、新しい名前の付け方を使う方が好まれます。
+    モジュールを 2.0 用に移植しているのであれば、2.0 の習慣に合うように名前を
     修正してください。</p></div>
 
-    <p>Apache のモジュール API は UNIX と Windows 間では変更されていません。
+    <p>Apache httpd のモジュール API は UNIX と Windows 間では変更されていません。
     多くのモジュールは全く変更なし、もしくは簡単な変更により Windows 
     で実行できるようになります。ただし、それ以外の Windows には無い Unix
     アーキテクチャーの機能に依存したモジュールは動作しません。</p>
@@ -91,7 +91,7 @@
     <p>モジュールが実際に動作するときは、
     二つの方法のどちらかでサーバに追加することができます。まず、Unix
     と同様にサーバにコンパイルして組み込むことができます。Windows
-    用の Apache は Unix 用の Apache にある <code>Configure</code>
+    用の Apache httpd は Unix 用の Apache にある <code>Configure</code>
     プログラムがありませんので、モジュールのソースファイルを
     ApacheCore プロジェクトファイルに追加し、シンボルを
     <code>os\win32\modules.c</code> ファイルに追加する必要があります。</p>
     <code><code class="directive">LoadModule</code></code>
     ディレクティブによりサーバに読み込むことができます。これらのモジュール
     DLL はそのまま配布することが可能で、サーバを再コンパイルすることなく、Windows
-    用の Apache のすべてのインストールで実行することができます。</p>
+    用の Apache httpd のすべてのインストールで実行することができます。</p>
 
     <p>モジュール DLL を作成するためには、
     モジュールの作成に小さな変更を行なう必要があります。
     つまり、モジュールのレコード (これは後で作成されます。
     以下を参照してください) が DLL からエクスポートされなければなりません。
-    これを行なうには、<code>AP_MODULE_DECLARE_DATA</code> (Apache
+    これを行なうには、<code>AP_MODULE_DECLARE_DATA</code> (Apache httpd
     のヘッダファイルで定義されています) をモジュールのモジュールレコード
     定義の部分に追加してください。たとえば、モジュールに</p>
 <div class="example"><p><code>
     <p>さあ、あなたのモジュールの DLL を作成しましょう。これを、
     libhttpd.lib 共有ライブラリがコンパイルされたときに作成された
     ibhttpd.lib エクスポートライブラリとリンクしてください。この時に、
-    Apache のヘッダファイルが正しい位置にあるように、
+    Apache httpd のヘッダファイルが正しい位置にあるように、
     コンパイラの設定を変える必要があるかもしれません。
     このライブラリはサーバルートの modules ディレクトリにあります。
     ビルド環境が正しく設定されるように、既存のモジュール用の .dsp を
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>指定されたオブジェクトファイルやライブラリをリンクする</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>LoadFile <em>filename</em> [<em>filename</em>] ...</code></td></tr>
-<tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル</td></tr>
+<tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル, バーチャルホスト</td></tr>
 <tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_so</td></tr>
 </table>
 
     <p>例:</p>
 
-    <div class="example"><p><code>LoadFile libexec/libxmlparse.so</code></p></div>
+    <pre class="prettyprint lang-config">LoadFile libexec/libxmlparse.so</pre>
+
 
 
 </div>
 <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>オブジェクトファイルやライブラリをリンクし、使用モジュールの
 リストに追加する</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>LoadModule <em>module filename</em></code></td></tr>
-<tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル</td></tr>
+<tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル, バーチャルホスト</td></tr>
 <tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_so</td></tr>
 </table>
     型の外部変数の名前で、モジュールのドキュメントに
     <a href="module-dict.html#moduleidentifier">モジュール識別子</a>として書かれているものです。例 :</p>
 
-    <div class="example"><p><code>
-      LoadModule status_module modules/mod_status.so
-    </code></p></div>
+   <pre class="prettyprint lang-config">LoadModule status_module modules/mod_status.so</pre>
+
 
     <p>これは ServerRoot の modules サブディレクトリから指定された名前の
     モジュールをロードします。</p>
index f1833bcf286f5ea4ba69335058bafda2cf9439d1..be4bf2e6f0b412c867d26aa90aa078612a60c970 100644 (file)
@@ -9,7 +9,7 @@
   <variants>
     <variant>en</variant>
     <variant>fr</variant>
-    <variant outdated="yes">ja</variant>
+    <variant>ja</variant>
     <variant outdated="yes">ko</variant>
     <variant>tr</variant>
   </variants>
index 7a297f29d11d5c810e3df7e661cd258c3c29207d..fb71770eb519d5cb0893f041f8c87713a50a39ca 100644 (file)
@@ -312,8 +312,7 @@ cached by proxy servers</td></tr>
   before data is sent downstream</td></tr>
 <tr class="odd"><td><a href="mod_cache_disk.html#cacheroot">CacheRoot <var>directory</var></a></td><td></td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The directory root under which cache files are
 stored</td></tr>
-<tr><td><a href="mod_cache_socache.html#cachesocache">CacheSocache <var>type[:args]</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">The directory root under which cache files are
-stored</td></tr>
+<tr><td><a href="mod_cache_socache.html#cachesocache">CacheSocache <var>type[:args]</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">The shared object cache implementation to use</td></tr>
 <tr class="odd"><td><a href="mod_cache_socache.html#cachesocachemaxsize">CacheSocacheMaxSize <var>bytes</var></a></td><td> 102400 </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The maximum size (in bytes) of an entry to be placed in the
 cache</td></tr>
 <tr><td><a href="mod_cache_socache.html#cachesocachemaxtime">CacheSocacheMaxTime <var>seconds</var></a></td><td> 86400 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">The maximum time (in seconds) for a document to be placed in the
index 6b71964724cac6b8747abc263c19bc5b6ed6fd1d..b23812a32bc081be7c56e5e372c0b1e912461470 100644 (file)
@@ -315,8 +315,7 @@ cached by proxy servers</td></tr>
   before data is sent downstream</td></tr>
 <tr class="odd"><td><a href="mod_cache_disk.html#cacheroot">CacheRoot <var>directory</var></a></td><td></td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The directory root under which cache files are
 stored</td></tr>
-<tr><td><a href="mod_cache_socache.html#cachesocache">CacheSocache <var>type[:args]</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">The directory root under which cache files are
-stored</td></tr>
+<tr><td><a href="mod_cache_socache.html#cachesocache">CacheSocache <var>type[:args]</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">The shared object cache implementation to use</td></tr>
 <tr class="odd"><td><a href="mod_cache_socache.html#cachesocachemaxsize">CacheSocacheMaxSize <var>bytes</var></a></td><td> 102400 </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The maximum size (in bytes) of an entry to be placed in the
 cache</td></tr>
 <tr><td><a href="mod_cache_socache.html#cachesocachemaxtime">CacheSocacheMaxTime <var>seconds</var></a></td><td> 86400 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">The maximum time (in seconds) for a document to be placed in the
index c38cef382bc61c9e71a20aef43810a0a4ca1c611..da2d85981867b8333bc5b7f5434ce0b6bdd83e34 100644 (file)
@@ -297,8 +297,7 @@ authentication succeeds but authorization fails
 <tr class="odd"><td><a href="mod_cache_disk.html#cachereadsize" /></td><td></td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The minimum size (in bytes) of the document to read and be cached before sending the data downstream</td></tr>
 <tr><td><a href="mod_cache_disk.html#cachereadtime" /></td><td></td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">The minimum time (in milliseconds) that should elapse while reading before data is sent downstream</td></tr>
 <tr class="odd"><td><a href="mod_cache_disk.html#cacheroot">CacheRoot <var>directory</var></a></td><td></td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">キャッシュファイルが保管されるルートディレクトリ</td></tr>
-<tr><td><a href="mod_cache_socache.html#cachesocache">CacheSocache <var>type[:args]</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">The directory root under which cache files are
-stored</td></tr>
+<tr><td><a href="mod_cache_socache.html#cachesocache">CacheSocache <var>type[:args]</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">The shared object cache implementation to use</td></tr>
 <tr class="odd"><td><a href="mod_cache_socache.html#cachesocachemaxsize">CacheSocacheMaxSize <var>bytes</var></a></td><td> 102400 </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The maximum size (in bytes) of an entry to be placed in the
 cache</td></tr>
 <tr><td><a href="mod_cache_socache.html#cachesocachemaxtime">CacheSocacheMaxTime <var>seconds</var></a></td><td> 86400 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">The maximum time (in seconds) for a document to be placed in the
@@ -538,8 +537,8 @@ Certificate Authority or global client certificates</td></tr>
 <tr><td><a href="core.html#limitxmlrequestbody">LimitXMLRequestBody <var>bytes</var></a></td><td> 1000000 </td><td>svdh</td><td>C</td></tr><tr><td class="descr" colspan="4">XML 形式のリクエストのボディのサイズを制限する</td></tr>
 <tr class="odd"><td><a href="mpm_common.html#listen">Listen [<var>IP-address</var>:]<var>portnumber</var> [<var>protocol</var>]</a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td class="descr" colspan="4">サーバが listen するIP アドレスとポート番号</td></tr>
 <tr><td><a href="mpm_common.html#listenbacklog">ListenBacklog <var>backlog</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">保留状態のコネクションのキューの最大長</td></tr>
-<tr class="odd"><td><a href="mod_so.html#loadfile">LoadFile <em>filename</em> [<em>filename</em>] ...</a></td><td></td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">指定されたオブジェクトファイルやライブラリをリンクする</td></tr>
-<tr><td><a href="mod_so.html#loadmodule">LoadModule <em>module filename</em></a></td><td></td><td>s</td><td>E</td></tr><tr><td class="descr" colspan="4">オブジェクトファイルやライブラリをリンクし、使用モジュールの
+<tr class="odd"><td><a href="mod_so.html#loadfile">LoadFile <em>filename</em> [<em>filename</em>] ...</a></td><td></td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">指定されたオブジェクトファイルやライブラリをリンクする</td></tr>
+<tr><td><a href="mod_so.html#loadmodule">LoadModule <em>module filename</em></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">オブジェクトファイルやライブラリをリンクし、使用モジュールの
 リストに追加する</td></tr>
 <tr class="odd"><td><a href="core.html#location">&lt;Location
     <var>URL-path</var>|<var>URL</var>&gt; ... &lt;/Location&gt;</a></td><td></td><td>sv</td><td>C</td></tr><tr class="odd"><td class="descr" colspan="4">囲んだディレクティブをマッチする URL のみに適用</td></tr>
index b60cec83c642dde20b71906a524aa9e510a1def4..a7c394127cf4b977004500846d2ae59f3b8c23dc 100644 (file)
@@ -292,8 +292,7 @@ cached by proxy servers</td></tr>
 <tr><td><a href="mod_cache_disk.html#cachereadtime" /></td><td></td><td>svdh</td><td>X</td></tr><tr><td class="descr" colspan="4">The minimum time (in milliseconds) that should elapse while reading
   before data is sent downstream</td></tr>
 <tr class="odd"><td><a href="mod_cache_disk.html#cacheroot">CacheRoot <var>directory</var></a></td><td></td><td>sv</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">ij½¬ ÆÄÀÏÀ» ÀúÀåÇÒ µð·ºÅ丮 root</td></tr>
-<tr><td><a href="mod_cache_socache.html#cachesocache">CacheSocache <var>type[:args]</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">The directory root under which cache files are
-stored</td></tr>
+<tr><td><a href="mod_cache_socache.html#cachesocache">CacheSocache <var>type[:args]</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">The shared object cache implementation to use</td></tr>
 <tr class="odd"><td><a href="mod_cache_socache.html#cachesocachemaxsize">CacheSocacheMaxSize <var>bytes</var></a></td><td> 102400 </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The maximum size (in bytes) of an entry to be placed in the
 cache</td></tr>
 <tr><td><a href="mod_cache_socache.html#cachesocachemaxtime">CacheSocacheMaxTime <var>seconds</var></a></td><td> 86400 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">The maximum time (in seconds) for a document to be placed in the
index ca54b184d09467777660f32fb076ecffdd4d7568..6045664868ca88aecb269093d612b32a481669f0 100644 (file)
@@ -312,8 +312,7 @@ cached by proxy servers</td></tr>
   before data is sent downstream</td></tr>
 <tr class="odd"><td><a href="mod_cache_disk.html#cacheroot">CacheRoot <var>directory</var></a></td><td></td><td>sk</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The directory root under which cache files are
 stored</td></tr>
-<tr><td><a href="mod_cache_socache.html#cachesocache">CacheSocache <var>type[:args]</var></a></td><td></td><td>sk</td><td>E</td></tr><tr><td class="descr" colspan="4">The directory root under which cache files are
-stored</td></tr>
+<tr><td><a href="mod_cache_socache.html#cachesocache">CacheSocache <var>type[:args]</var></a></td><td></td><td>sk</td><td>E</td></tr><tr><td class="descr" colspan="4">The shared object cache implementation to use</td></tr>
 <tr class="odd"><td><a href="mod_cache_socache.html#cachesocachemaxsize">CacheSocacheMaxSize <var>bytes</var></a></td><td> 102400 </td><td>skdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The maximum size (in bytes) of an entry to be placed in the
 cache</td></tr>
 <tr><td><a href="mod_cache_socache.html#cachesocachemaxtime">CacheSocacheMaxTime <var>seconds</var></a></td><td> 86400 </td><td>skdh</td><td>E</td></tr><tr><td class="descr" colspan="4">The maximum time (in seconds) for a document to be placed in the
index c3ef6b5fbd5e89913364ef042863addb4151fb39..02cbc0929618825da5badd00d4785a2500748273 100644 (file)
@@ -303,8 +303,7 @@ cached by proxy servers</td></tr>
   before data is sent downstream</td></tr>
 <tr class="odd"><td><a href="mod_cache_disk.html#cacheroot">CacheRoot <var>directory</var></a></td><td></td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The directory root under which cache files are
 stored</td></tr>
-<tr><td><a href="mod_cache_socache.html#cachesocache">CacheSocache <var>type[:args]</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">The directory root under which cache files are
-stored</td></tr>
+<tr><td><a href="mod_cache_socache.html#cachesocache">CacheSocache <var>type[:args]</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">The shared object cache implementation to use</td></tr>
 <tr class="odd"><td><a href="mod_cache_socache.html#cachesocachemaxsize">CacheSocacheMaxSize <var>bytes</var></a></td><td> 102400 </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The maximum size (in bytes) of an entry to be placed in the
 cache</td></tr>
 <tr><td><a href="mod_cache_socache.html#cachesocachemaxtime">CacheSocacheMaxTime <var>seconds</var></a></td><td> 86400 </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">The maximum time (in seconds) for a document to be placed in the