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>Apache モジュールの解説で使用する用語 - 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" /><link rel="stylesheet" type="text/css" href="/style/css/prettify.css" />
12<script src="/style/scripts/prettify.js" type="text/javascript">
13</script>
14
15<link href="/images/favicon.ico" rel="shortcut icon" /></head>
16<body id="manual-page"><div id="page-header">
17<p class="menu"><a href="/mod/">モジュール</a> | <a href="/mod/directives.html">ディレクティブ</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">用語</a> | <a href="/sitemap.html">サイトマップ</a></p>
18<p class="apache">Apache HTTP サーバ バージョン 2.2</p>
19<img alt="" src="/images/feather.gif" /></div>
20<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
21<div id="path">
22<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="../">バージョン 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache モジュールの解説で使用する用語</h1>
23<div class="toplang">
24<p><span>翻訳済み言語: </span><a href="/en/mod/module-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
25<a href="/ja/mod/module-dict.html" title="Japanese">&nbsp;ja&nbsp;</a> |
26<a href="/ko/mod/module-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
27<a href="/tr/mod/module-dict.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
28</div>
29
30    <p>この文書は Apache の各 <a href="./">モジュール</a> を説明するために
31    使われている用語を説明します。</p>
32</div>
33<div id="quickview"><ul id="toc"><li><img alt="" src="/images/down.gif" /> <a href="#Description">説明</a></li>
34<li><img alt="" src="/images/down.gif" /> <a href="#Status">ステータス</a></li>
35<li><img alt="" src="/images/down.gif" /> <a href="#SourceFile">ソースファイル</a></li>
36<li><img alt="" src="/images/down.gif" /> <a href="#ModuleIdentifier">モジュール識別子</a></li>
37<li><img alt="" src="/images/down.gif" /> <a href="#Compatibility">互換性</a></li>
38</ul><ul class="seealso"><li><a href="#comments_section">コメント</a></li></ul></div>
39<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
40<div class="section">
41<h2><a name="Description" id="Description">説明</a></h2>
42
43<p>モジュールの目的の短い説明。</p>
44</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
45<div class="section">
46<h2><a name="Status" id="Status">ステータス</a></h2>
47
48    <p>これは、そのモジュールが Apache
49    ウェブサーバにどれくらい密接に組み込まれているかを示します。
50    言い換えれば、モジュールを組み込み、その機能を利用するために、
51    サーバを再コンパイルする必要があるかもしれないということを示します。
52    この属性が取り得る値は以下のものです:</p>
53    <dl>
54      <dt>MPM</dt>
55
56      <dd>ステータスが "MPM" のモジュールは<a href="/mpm.html">マルチプロセッシングモジュール</a>です。
57      他の種類のモジュールとは違って、Apache は常に MPM を一つだけ
58      使用し続けます。この種類のモジュールは基本的なリクエストの扱いと
59      ディスパッチを行ないます。</dd>
60
61      <dt>Base</dt>
62
63      <dd>ステータスが "Base"
64      のモジュールは、デフォルトでコンパイルされてわざわざ設定から
65      モジュールを削除していない限り、通常は利用可能です。
66      </dd>
67
68      <dt>Extension</dt>
69
70      <dd>ステータスが "Extension" のモジュールは、
71      デフォルトではコンパイルされず、サーバにも読み込まれません。
72      そのモジュールとその機能を有効にするには、
73      サーバをビルドするための設定を変更して、Apache
74      を再コンパイルする必要があります。</dd>
75      <dt>Experimental</dt>
76
77      <dd>ステータスが "Experimental" のモジュールは、
78      Apache 配布物に同梱されていますが、
79      使用する場合は自己責任で行なう必要があります。
80      そのモジュールは、ドキュメントも完成に向けて作成中ですし、
81      サポートされるているとは限りません。</dd>
82      <dt>External</dt>
83
84      <dd>ステータスが "External" のモジュールは、基本 Apache
85      配布に同梱されません ("サードパーティーモジュール")。
86      そのため、我々に責任はありませんし、
87      そのモジュールのサポートもしていません。</dd>
88    </dl>
89</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
90<div class="section">
91<h2><a name="SourceFile" id="SourceFile">ソースファイル</a></h2>
92
93    <p>これは単純に、
94    そのモジュールに必要なコードを含むソースファイルの名前を列挙したものです。
95    これは、<code class="directive"><a href="/mod/core.html#ifmodule">&lt;IfModule&gt;</a></code>
96    ディレクティブで使用される名前でもあります。
97    </p>
98</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
99<div class="section">
100<h2><a name="ModuleIdentifier" id="ModuleIdentifier">モジュール識別子</a></h2>
101
102    <p>この文字列は、モジュールの動的読み込みを行なうときに使用する <code class="directive"><a href="/mod/mod_so.html#loadmodule">LoadModule</a></code>
103    ディレクティブにおいて使用されるモジュールの識別子です。
104    詳しく書くと、ソースファイル内の module タイプの外部変数の名前です。
105    </p>
106</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
107<div class="section">
108<h2><a name="Compatibility" id="Compatibility">互換性</a></h2>
109
110    <p>あるモジュールが Apache バージョン 2
111    の配布に含まれていなかった場合、
112    そのモジュールが導入されたバージョンがここに書かれています。
113    また、モジュールが特定のプラットフォームにのみ存在するときも
114    詳細はここに書かれています。</p>
115</div></div>
116<div class="bottomlang">
117<p><span>翻訳済み言語: </span><a href="/en/mod/module-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
118<a href="/ja/mod/module-dict.html" title="Japanese">&nbsp;ja&nbsp;</a> |
119<a href="/ko/mod/module-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
120<a href="/tr/mod/module-dict.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
121</div><div class="top"><a href="#page-header"><img src="/images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
122<script type="text/javascript"><!--//--><![CDATA[//><!--
123var comments_shortname = 'httpd';
124var comments_identifier = 'http://httpd.apache.org/docs/2.2/mod/module-dict.html';
125(function(w, d) {
126    if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
127        d.write('<div id="comments_thread"><\/div>');
128        var s = d.createElement('script');
129        s.type = 'text/javascript';
130        s.async = true;
131        s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
132        (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
133    }
134    else { 
135        d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
136    }
137})(window, document);
138//--><!]]></script></div><div id="footer">
139<p class="apache">Copyright 2013 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
140<p class="menu"><a href="/mod/">モジュール</a> | <a href="/mod/directives.html">ディレクティブ</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">用語</a> | <a href="/sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
141if (typeof(prettyPrint) !== 'undefined') {
142    prettyPrint();
143}
144//--><!]]></script>
145</body></html>