f6e426d8627afcd70d2cd78c21f0f8afe7964f93yoshiki<?xml-stylesheet type="text/xsl" href="/style/manual.ja.xsl"?>
1fc594205bd58583a2660536729eb684f5cb7932nd<!-- English Revision: 420990 -->
031b91a62d25106ae69d4693475c79618dd5e884fielding Licensed to the Apache Software Foundation (ASF) under one or more
031b91a62d25106ae69d4693475c79618dd5e884fielding contributor license agreements. See the NOTICE file distributed with
031b91a62d25106ae69d4693475c79618dd5e884fielding this work for additional information regarding copyright ownership.
031b91a62d25106ae69d4693475c79618dd5e884fielding The ASF licenses this file to You under the Apache License, Version 2.0
031b91a62d25106ae69d4693475c79618dd5e884fielding (the "License"); you may not use this file except in compliance with
031b91a62d25106ae69d4693475c79618dd5e884fielding the License. You may obtain a copy of the License at
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd Unless required by applicable law or agreed to in writing, software
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd distributed under the License is distributed on an "AS IS" BASIS,
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd See the License for the specific language governing permissions and
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd limitations under the License.
208651a016b098f4fa1f6279559f104d70f1632dtakashi 使われている用語を説明します。</p>
208651a016b098f4fa1f6279559f104d70f1632dtakashi <p>これは、そのモジュールが Apache
208651a016b098f4fa1f6279559f104d70f1632dtakashi ウェブサーバにどれくらい密接に組み込まれているかを示します。
208651a016b098f4fa1f6279559f104d70f1632dtakashi 言い換えれば、モジュールを組み込み、その機能を利用するために、
208651a016b098f4fa1f6279559f104d70f1632dtakashi サーバを再コンパイルする必要があるかもしれないということを示します。
208651a016b098f4fa1f6279559f104d70f1632dtakashi この属性が取り得る値は以下のものです:</p>
208651a016b098f4fa1f6279559f104d70f1632dtakashi 他の種類のモジュールとは違って、Apache は常に MPM を一つだけ
208651a016b098f4fa1f6279559f104d70f1632dtakashi 使用し続けます。この種類のモジュールは基本的なリクエストの扱いと
208651a016b098f4fa1f6279559f104d70f1632dtakashi ディスパッチを行ないます。</dd>
208651a016b098f4fa1f6279559f104d70f1632dtakashi <dd>ステータスが "Base"
208651a016b098f4fa1f6279559f104d70f1632dtakashi のモジュールは、デフォルトでコンパイルされてわざわざ設定から
208651a016b098f4fa1f6279559f104d70f1632dtakashi モジュールを削除していない限り、通常は利用可能です。
208651a016b098f4fa1f6279559f104d70f1632dtakashi <dd>ステータスが "Extension" のモジュールは、
208651a016b098f4fa1f6279559f104d70f1632dtakashi デフォルトではコンパイルされず、サーバにも読み込まれません。
208651a016b098f4fa1f6279559f104d70f1632dtakashi そのモジュールとその機能を有効にするには、
208651a016b098f4fa1f6279559f104d70f1632dtakashi サーバをビルドするための設定を変更して、Apache
208651a016b098f4fa1f6279559f104d70f1632dtakashi を再コンパイルする必要があります。</dd>
208651a016b098f4fa1f6279559f104d70f1632dtakashi <dd>ステータスが "Experimental" のモジュールは、
208651a016b098f4fa1f6279559f104d70f1632dtakashi Apache 配布物に同梱されていますが、
208651a016b098f4fa1f6279559f104d70f1632dtakashi 使用する場合は自己責任で行なう必要があります。
208651a016b098f4fa1f6279559f104d70f1632dtakashi そのモジュールは、ドキュメントも完成に向けて作成中ですし、
208651a016b098f4fa1f6279559f104d70f1632dtakashi サポートされるているとは限りません。</dd>
208651a016b098f4fa1f6279559f104d70f1632dtakashi <dd>ステータスが "External" のモジュールは、基本 Apache
208651a016b098f4fa1f6279559f104d70f1632dtakashi 配布に同梱されません ("サードパーティーモジュール")。
208651a016b098f4fa1f6279559f104d70f1632dtakashi そのため、我々に責任はありませんし、
208651a016b098f4fa1f6279559f104d70f1632dtakashi そのモジュールのサポートもしていません。</dd>
208651a016b098f4fa1f6279559f104d70f1632dtakashi そのモジュールに必要なコードを含むソースファイルの名前を列挙したものです。
208651a016b098f4fa1f6279559f104d70f1632dtakashi これは、<directive module="core" type="section">IfModule</directive>
208651a016b098f4fa1f6279559f104d70f1632dtakashi ディレクティブで使用される名前でもあります。
208651a016b098f4fa1f6279559f104d70f1632dtakashi<section id="ModuleIdentifier"><title>モジュール識別子</title>
208651a016b098f4fa1f6279559f104d70f1632dtakashi ディレクティブにおいて使用されるモジュールの識別子です。
208651a016b098f4fa1f6279559f104d70f1632dtakashi 詳しく書くと、ソースファイル内の module タイプの外部変数の名前です。
208651a016b098f4fa1f6279559f104d70f1632dtakashi <p>あるモジュールが Apache バージョン 2
208651a016b098f4fa1f6279559f104d70f1632dtakashi の配布に含まれていなかった場合、
208651a016b098f4fa1f6279559f104d70f1632dtakashi そのモジュールが導入されたバージョンがここに書かれています。
208651a016b098f4fa1f6279559f104d70f1632dtakashi また、モジュールが特定のプラットフォームにのみ存在するときも
208651a016b098f4fa1f6279559f104d70f1632dtakashi 詳細はここに書かれています。</p>
f6e426d8627afcd70d2cd78c21f0f8afe7964f93yoshiki</manualpage>