253N/A<?
xml version="1.0" encoding="UTF-8" ?>
253N/A<!-- English Revision: 420990:1522936 (outdated) --> 253N/A Licensed to the Apache Software Foundation (ASF) under one or more 253N/A contributor license agreements. See the NOTICE file distributed with 253N/A this work for additional information regarding copyright ownership. 253N/A The ASF licenses this file to You under the Apache License, Version 2.0 253N/A (the "License"); you may not use this file except in compliance with 253N/A the License. You may obtain a copy of the License at 253N/A Unless required by applicable law or agreed to in writing, software 253N/A distributed under the License is distributed on an "AS IS" BASIS, 253N/A WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 253N/A See the License for the specific language governing permissions and 253N/A limitations under the License. 253N/A<
p>この文書では、Apache HTTP サーバを設定するのに使用するファイルについて
253N/A <
title>メインの設定ファイル</
title>
253N/A <
module>mod_mime</
module>
253N/A <
directive module="core" type="section">IfDefine</
directive>
253N/A <
directive module="core">Include</
directive>
253N/A <
directive module="mod_mime">TypesConfig</
directive>
>ディレクティブ</
a> を設定ファイルに平文で書くことにより設定します。
このファイルの位置はコンパイル時に設定されますが、コマンドラインの
<
code>-f</
code> フラグにより上書きできます。
また、他の設定ファイルを <
directive module="core">Include</
directive>
ディレクティブによって追加でき、ワイルドカードを使用して多数の
どんなディレクティブも、これらの設定ファイルどれにでも入れることができます。
Apache は起動時か再起動時のみメイン設定ファイルの変更を認識します。</
p>
ドキュメントタイプを含んでいるファイルも読み込みます。ファイル名は
<
directive module="mod_mime">TypesConfig</
directive>
<
p>Apache の設定ファイルは 1 行に 1 つのディレクティブからなります。
バックスラッシュ "\" はディレクティブが次の行に継続していることを
示すために行の最後の文字として使われているかもしれません。
行の最後とバックスラッシュの間に他の文字や空白があってはいけません。
<
p>設定ファイルのディレクティブは大文字小文字を区別しませんが、
引数にはしばしば区別するものがあります。ハッシュ文字 "#"
設定ディレクティブと同一行の末尾にコメントが含まれていては<
strong >いけません</
strong>。ディレクティブの前の空行と空白は無視されますので、
わかりやすくするためにディレクティブをインデントしても構いません。
<
code>apachectl configtest</
code>
<
code>-t</
code> を使って調べられます。</
p>
<
directive module="core" type="section">IfModule</
directive>
<
directive module="mod_so">LoadModule</
directive>
<
p>Apache はモジュール化されたサーバです。
コアサーバには最も基本的な機能だけが含まれています。拡張機能は
Apache にロードされる<
a href="mod/">モジュール</
a >として利用可能です。デフォルトでは、コンパイル時にモジュールの
サーバに含まれます。サーバが<
a href="dso.html">動的ロード</
a >モジュールを使うようにコンパイルされている場合は、
<
directive module="mod_so">LoadModule</
directive>
そうでない場合は、モジュールの追加や削除をするためには Apache
を再コンパイルする必要があります。設定ディレクティブは <
directive module="core" type="section">IfModule</
directive>
ブロックに入れることで特定のモジュールが存在するときだけ
設定ファイルに含まれるようにすることができます。</
p>
<
p>コマンドラインオプション <
code>-l</
code> を使って現時点で
どのモジュールがサーバにコンパイルされているかを知ることができます。</
p>
<
title>ディレクティブの適用範囲</
title>
<
directive module="core" type="section">Directory</
directive>
<
directive module="core" type="section">DirectoryMatch</
directive>
<
directive module="core" type="section">Files</
directive>
<
directive module="core" type="section">FilesMatch</
directive>
<
directive module="core" type="section">Location</
directive>
<
directive module="core" type="section">LocationMatch</
directive>
<
directive module="core" type="section">VirtualHost</
directive>
<
p>メイン設定ファイルにあるディレクティブはサーバ全体に適用されます。
サーバの一部分の設定だけを変更したい場合は <
directive module="core" type="section">Directory</
directive>, <
directive module="core" type="section">DirectoryMatch</
directive>, <
directive module="core" type="section">Files</
directive>, <
directive module="core" type="section">FilesMatch</
directive>, <
directive module="core" type="section">Location</
directive>, <
directive module="core" type="section">LocationMatch</
directive>
セクションの中に置くことで適用範囲を決められます。
これらのセクションはその中にあるディレクティブの適用範囲を
特定のファイルシステムの位置や URL に限定します。
<
p>Apache は同時に多くの違うウェブサイトを扱う能力があります。
これは <
a href="vhosts/">バーチャルホスト</
a> と呼ばれています。
特定のウェブサイトにのみ適用されるようにするために、
<
directive module="core" type="section">VirtualHost</
directive>
セクションの中に置くことでも適用範囲を変えることができます。</
p>
<
p>ほとんどのディレクティブはどのセクションにでも書けますが、
中にはコンテキストによっては意味をなさないものもあります。
例えば、プロセスの作成を制御しているディレクティブはメインサーバの
どのディレクティブをどのセクションに書くことができるかを知るためには
>コンテキスト</
a> を調べてください。詳しい情報は、
<
title>.htaccess ファイル</
title>
<
directive module="core">AccessFileName</
directive>
<
directive module="core">AllowOverride</
directive>
<
p>Apache ではウェブツリーの中に置かれた特別なファイルを使って
非中央集権的な設定管理をできます。その特別なファイルは普通は
<
code>.htaccess</
code> という名前で、
<
directive module="core">AccessFileName</
directive>
ファイルに書かれたディレクティブはファイルを置いた
ディレクトリとその全てのサブディレクトリに適用されます。
<
code>.htaccess</
code> ファイルは、メインの設定ファイルと同じ
<
p>どのディレクティブが <
code>.htaccess</
code>
ファイルに書けるかを調べるには、ディレクティブの<
a を調べてください。サーバ管理者はさらにメイン設定ファイルの
<
directive module="core">AllowOverride</
directive>
を設定することでどのディレクティブを <
code>.htaccess</
code>
ファイルに書けるようにするかを制御することができます。</
p>
<
p><
code>.htaccess</
code> ファイルに関する詳しい情報は