]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_dumpio.html.ja.utf8
Update docco xforms
[apache] / docs / manual / mod / mod_dumpio.html.ja.utf8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"><head><!--
4         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5               This file is generated from xml source: DO NOT EDIT
6         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7       -->
8 <title>mod_dumpio - Apache HTTP サーバ</title>
9 <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10 <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11 <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
12 <link href="../images/favicon.ico" rel="shortcut icon" /></head>
13 <body>
14 <div id="page-header">
15 <p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p>
16 <p class="apache">Apache HTTP サーバ バージョン 2.3</p>
17 <img alt="" src="../images/feather.gif" /></div>
18 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
19 <div id="path">
20 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP サーバ</a> &gt; <a href="http://httpd.apache.org/docs/">ドキュメンテーション</a> &gt; <a href="../">バージョン
21             2.3</a> &gt; <a href="./">モジュール</a></div>
22 <div id="page-content">
23 <div id="preamble"><h1>Apache モジュール mod_dumpio</h1>
24 <div class="toplang">
25 <p><span>言語: </span><a href="../en/mod/mod_dumpio.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
26 <a href="../ja/mod/mod_dumpio.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
27 </div>
28 <table class="module"><tr><th><a href="module-dict.html#Description">説明:</a></th><td>望むようにすべての I/O をエラーログにダンプする</td></tr>
29 <tr><th><a href="module-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
30 <tr><th><a href="module-dict.html#ModuleIdentifier">モジュール識別子:</a></th><td>dumpio_module</td></tr>
31 <tr><th><a href="module-dict.html#SourceFile">ソースファイル:</a></th><td>mod_dumpio.c</td></tr></table>
32 <h3>概要</h3>
33
34     <p><code>mod_dumpio</code> を使うと、Apache が受け取ったすべての入力と
35     Apache により送られたすべての出力との、両方もしくはどちらか一方を、
36     エラーログファイルにログ収集 <span class="transnote">(<em>訳注:</em> ダンプ dump)</span>
37     できます。</p>
38
39     <p>データのロギングは、SSL 復号化の直後 (入力) と SSL
40     暗号化の直前 (出力) に行なわれます。ご想像の通り、
41     このモジュールはとてつもないデータ量を出力しますので、
42     問題をデバッグしているときにのみ使用するようにしてください。</p>
43 </div>
44 <div id="quickview"><h3 class="directives">ディレクティブ</h3>
45 <ul id="toc">
46 <li><img alt="" src="../images/down.gif" /> <a href="#dumpioinput">DumpIOInput</a></li>
47 <li><img alt="" src="../images/down.gif" /> <a href="#dumpiooutput">DumpIOOutput</a></li>
48 </ul>
49 <h3>トピック</h3>
50 <ul id="topics">
51 <li><img alt="" src="../images/down.gif" /> <a href="#enable">dumpio サポートを有効にする</a></li>
52 </ul></div>
53 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
54 <div class="section">
55 <h2><a name="enable" id="enable">dumpio サポートを有効にする</a></h2>
56     
57
58     <p>このモジュールを有効にするには、モジュールがコンパイルされていて、
59     実行する Apache の設定でサーバに組み込まれている必要があります。
60     ロギング機能は、以下のディレクティブを使って有効にしたり
61     無効にしたりできます。</p>
62 </div>
63 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
64 <div class="directive-section"><h2><a name="DumpIOInput" id="DumpIOInput">DumpIOInput</a> <a name="dumpioinput" id="dumpioinput">ディレクティブ</a></h2>
65 <table class="directive">
66 <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>エラーログにすべての入力データをダンプ</td></tr>
67 <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>DumpIOInput On|Off</code></td></tr>
68 <tr><th><a href="directive-dict.html#Default">デフォルト:</a></th><td><code>DumpIOInput Off</code></td></tr>
69 <tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル</td></tr>
70 <tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
71 <tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_dumpio</td></tr>
72 <tr><th><a href="directive-dict.html#Compatibility">互換性:</a></th><td>DumpIOInput は Apache 2.1.3 以降のみで使用可能</td></tr>
73 </table>
74     <p>すべての入力のダンプを有効にします。</p>
75
76     <div class="example"><h3>例</h3><p><code>
77       DumpIOInput On
78     </code></p></div>
79
80 </div>
81 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
82 <div class="directive-section"><h2><a name="DumpIOOutput" id="DumpIOOutput">DumpIOOutput</a> <a name="dumpiooutput" id="dumpiooutput">ディレクティブ</a></h2>
83 <table class="directive">
84 <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>エラーログにすべての出力データをダンプ</td></tr>
85 <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>DumpIOOutput On|Off</code></td></tr>
86 <tr><th><a href="directive-dict.html#Default">デフォルト:</a></th><td><code>DumpIOOutput Off</code></td></tr>
87 <tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル</td></tr>
88 <tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
89 <tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_dumpio</td></tr>
90 <tr><th><a href="directive-dict.html#Compatibility">互換性:</a></th><td>DumpIOOutput は Apache 2.1.3 以降でのみ使用可能</td></tr>
91 </table>
92     <p>すべての出力のダンプを有効にします。</p>
93
94     <div class="example"><h3>例</h3><p><code>
95       DumpIOOutput On
96     </code></p></div>
97
98 </div>
99 </div>
100 <div class="bottomlang">
101 <p><span>言語: </span><a href="../en/mod/mod_dumpio.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
102 <a href="../ja/mod/mod_dumpio.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
103 </div><div id="footer">
104 <p class="apache">Copyright 2011 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>
105 <p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div>
106 </body></html>