Moved apache code into a folder to help prepare for packaging where we dont want...
[httpd-crcsyncproxy.git] / apache / docs / manual / mod / mod_dumpio.html.ja.utf8
blobc282a5edc5210f9fd00cba0af3bad54bca0873d9
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>
34 <p><code>mod_dumpio</code> を使うと、Apache が受け取ったすべての入力と
35 Apache により送られたすべての出力との、両方もしくはどちらか一方を、
36 エラーログファイルにログ収集 <span class="transnote">(<em>訳注:</em> ダンプ dump)</span>
37 できます。</p>
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="#dumpiologlevel">DumpIOLogLevel</a></li>
48 <li><img alt="" src="../images/down.gif" /> <a href="#dumpiooutput">DumpIOOutput</a></li>
49 </ul>
50 <h3>トピック</h3>
51 <ul id="topics">
52 <li><img alt="" src="../images/down.gif" /> <a href="#enable">dumpio サポートを有効にする</a></li>
53 </ul></div>
54 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
55 <div class="section">
56 <h2><a name="enable" id="enable">dumpio サポートを有効にする</a></h2>
59 <p>このモジュールを有効にするには、モジュールがコンパイルされていて、
60 実行する Apache の設定でサーバに組み込まれている必要があります。
61 ロギング機能は、以下のディレクティブを使って有効にしたり
62 無効にしたりできます。</p>
63 </div>
64 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
65 <div class="directive-section"><h2><a name="DumpIOInput" id="DumpIOInput">DumpIOInput</a> <a name="dumpioinput" id="dumpioinput">ディレクティブ</a></h2>
66 <table class="directive">
67 <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>エラーログにすべての入力データをダンプ</td></tr>
68 <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>DumpIOInput On|Off</code></td></tr>
69 <tr><th><a href="directive-dict.html#Default">デフォルト:</a></th><td><code>DumpIOInput Off</code></td></tr>
70 <tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル</td></tr>
71 <tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
72 <tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_dumpio</td></tr>
73 <tr><th><a href="directive-dict.html#Compatibility">互換性:</a></th><td>DumpIOInput は Apache 2.1.3 以降のみで使用可能</td></tr>
74 </table>
75 <p>すべての入力のダンプを有効にします。</p>
77 <div class="example"><h3></h3><p><code>
78 DumpIOInput On
79 </code></p></div>
81 </div>
82 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
83 <div class="directive-section"><h2><a name="DumpIOLogLevel" id="DumpIOLogLevel">DumpIOLogLevel</a> <a name="dumpiologlevel" id="dumpiologlevel">ディレクティブ</a></h2>
84 <table class="directive">
85 <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>DumpIO の出力のログレベルを制御します</td></tr>
86 <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>DumpIOLogLevel <var>level</var></code></td></tr>
87 <tr><th><a href="directive-dict.html#Default">デフォルト:</a></th><td><code>DumpIOLogLevel debug</code></td></tr>
88 <tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル</td></tr>
89 <tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
90 <tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_dumpio</td></tr>
91 <tr><th><a href="directive-dict.html#Compatibility">互換性:</a></th><td>DumpIOLogLevel は Apache 2.2.4 以降で利用可能</td></tr>
92 </table>
93 <p>指定した <code class="directive"><a href="../mod/core.html#loglevel">LogLevel</a></code>
94 において、全出力のダンプ機能を有効にします。</p>
96 <div class="example"><h3>Example</h3><p><code>
97 DumpIOLogLevel notice
98 </code></p></div>
100 <div class="note"><h3>互換性</h3>2.2.4 以前の <code class="module"><a href="../mod/mod_dumpio.html">mod_dumpio</a></code>
101 では <code class="directive"><a href="../mod/core.html#loglevel">LogLevel</a></code><code>debug</code>
102 の時にのみ dump を行っていました。</div>
104 </div>
105 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
106 <div class="directive-section"><h2><a name="DumpIOOutput" id="DumpIOOutput">DumpIOOutput</a> <a name="dumpiooutput" id="dumpiooutput">ディレクティブ</a></h2>
107 <table class="directive">
108 <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>エラーログにすべての出力データをダンプ</td></tr>
109 <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>DumpIOOutput On|Off</code></td></tr>
110 <tr><th><a href="directive-dict.html#Default">デフォルト:</a></th><td><code>DumpIOOutput Off</code></td></tr>
111 <tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル</td></tr>
112 <tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
113 <tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_dumpio</td></tr>
114 <tr><th><a href="directive-dict.html#Compatibility">互換性:</a></th><td>DumpIOOutput は Apache 2.1.3 以降でのみ使用可能</td></tr>
115 </table>
116 <p>すべての出力のダンプを有効にします。</p>
118 <div class="example"><h3></h3><p><code>
119 DumpIOOutput On
120 </code></p></div>
122 </div>
123 </div>
124 <div class="bottomlang">
125 <p><span>言語: </span><a href="../en/mod/mod_dumpio.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
126 <a href="../ja/mod/mod_dumpio.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
127 </div><div id="footer">
128 <p class="apache">Copyright 2009 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>
129 <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>
130 </body></html>