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