]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_dumpio.html.ja.utf8
Update transformations
[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 <div class="outofdate">この日本語訳はすでに古くなっている可能性があります。
29           更新された内容を見るには英語版をご覧下さい。</div>
30 <table class="module"><tr><th><a href="module-dict.html#Description">説明:</a></th><td>望むようにすべての I/O をエラーログにダンプする</td></tr>
31 <tr><th><a href="module-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
32 <tr><th><a href="module-dict.html#ModuleIdentifier">モジュール識別子:</a></th><td>dumpio_module</td></tr>
33 <tr><th><a href="module-dict.html#SourceFile">ソースファイル:</a></th><td>mod_dumpio.c</td></tr></table>
34 <h3>概要</h3>
35
36     <p><code>mod_dumpio</code> を使うと、Apache が受け取ったすべての入力と
37     Apache により送られたすべての出力との、両方もしくはどちらか一方を、
38     エラーログファイルにログ収集 <span class="transnote">(<em>訳注:</em> ダンプ dump)</span>
39     できます。</p>
40
41     <p>データのロギングは、SSL 復号化の直後 (入力) と SSL
42     暗号化の直前 (出力) に行なわれます。ご想像の通り、
43     このモジュールはとてつもないデータ量を出力しますので、
44     問題をデバッグしているときにのみ使用するようにしてください。</p>
45 </div>
46 <div id="quickview"><h3 class="directives">ディレクティブ</h3>
47 <ul id="toc">
48 <li><img alt="" src="../images/down.gif" /> <a href="#dumpioinput">DumpIOInput</a></li>
49 <li><img alt="" src="../images/down.gif" /> <a href="#dumpiologlevel">DumpIOLogLevel</a></li>
50 <li><img alt="" src="../images/down.gif" /> <a href="#dumpiooutput">DumpIOOutput</a></li>
51 </ul>
52 <h3>トピック</h3>
53 <ul id="topics">
54 <li><img alt="" src="../images/down.gif" /> <a href="#enable">dumpio サポートを有効にする</a></li>
55 </ul></div>
56 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
57 <div class="section">
58 <h2><a name="enable" id="enable">dumpio サポートを有効にする</a></h2>
59     
60
61     <p>このモジュールを有効にするには、モジュールがコンパイルされていて、
62     実行する Apache の設定でサーバに組み込まれている必要があります。
63     ロギング機能は、以下のディレクティブを使って有効にしたり
64     無効にしたりできます。</p>
65 </div>
66 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
67 <div class="directive-section"><h2><a name="DumpIOInput" id="DumpIOInput">DumpIOInput</a> <a name="dumpioinput" id="dumpioinput">ディレクティブ</a></h2>
68 <table class="directive">
69 <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>エラーログにすべての入力データをダンプ</td></tr>
70 <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>DumpIOInput On|Off</code></td></tr>
71 <tr><th><a href="directive-dict.html#Default">デフォルト:</a></th><td><code>DumpIOInput Off</code></td></tr>
72 <tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル</td></tr>
73 <tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
74 <tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_dumpio</td></tr>
75 <tr><th><a href="directive-dict.html#Compatibility">互換性:</a></th><td>DumpIOInput は Apache 2.1.3 以降のみで使用可能</td></tr>
76 </table>
77     <p>すべての入力のダンプを有効にします。</p>
78
79     <div class="example"><h3>例</h3><p><code>
80       DumpIOInput On
81     </code></p></div>
82
83 </div>
84 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
85 <div class="directive-section"><h2><a name="DumpIOLogLevel" id="DumpIOLogLevel">DumpIOLogLevel</a> <a name="dumpiologlevel" id="dumpiologlevel">ディレクティブ</a></h2>
86 <table class="directive">
87 <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>DumpIO の出力のログレベルを制御します</td></tr>
88 <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>DumpIOLogLevel <var>level</var></code></td></tr>
89 <tr><th><a href="directive-dict.html#Default">デフォルト:</a></th><td><code>DumpIOLogLevel debug</code></td></tr>
90 <tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル</td></tr>
91 <tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
92 <tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_dumpio</td></tr>
93 <tr><th><a href="directive-dict.html#Compatibility">互換性:</a></th><td>DumpIOLogLevel は Apache 2.2.4 以降で利用可能</td></tr>
94 </table>
95     <p>指定した <code class="directive"><a href="../mod/core.html#loglevel">LogLevel</a></code>
96     において、全出力のダンプ機能を有効にします。</p>
97
98     <div class="example"><h3>Example</h3><p><code>
99       DumpIOLogLevel notice
100     </code></p></div>
101     
102     <div class="note"><h3>互換性</h3>2.2.4 以前の <code class="module"><a href="../mod/mod_dumpio.html">mod_dumpio</a></code>
103     では <code class="directive"><a href="../mod/core.html#loglevel">LogLevel</a></code> が <code>debug</code>
104     の時にのみ dump を行っていました。</div>
105
106 </div>
107 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
108 <div class="directive-section"><h2><a name="DumpIOOutput" id="DumpIOOutput">DumpIOOutput</a> <a name="dumpiooutput" id="dumpiooutput">ディレクティブ</a></h2>
109 <table class="directive">
110 <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>エラーログにすべての出力データをダンプ</td></tr>
111 <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>DumpIOOutput On|Off</code></td></tr>
112 <tr><th><a href="directive-dict.html#Default">デフォルト:</a></th><td><code>DumpIOOutput Off</code></td></tr>
113 <tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル</td></tr>
114 <tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
115 <tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_dumpio</td></tr>
116 <tr><th><a href="directive-dict.html#Compatibility">互換性:</a></th><td>DumpIOOutput は Apache 2.1.3 以降でのみ使用可能</td></tr>
117 </table>
118     <p>すべての出力のダンプを有効にします。</p>
119
120     <div class="example"><h3>例</h3><p><code>
121       DumpIOOutput On
122     </code></p></div>
123
124 </div>
125 </div>
126 <div class="bottomlang">
127 <p><span>言語: </span><a href="../en/mod/mod_dumpio.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
128 <a href="../ja/mod/mod_dumpio.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
129 </div><div id="footer">
130 <p class="apache">Copyright 2010 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>
131 <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>
132 </body></html>