Moved apache code into a folder to help prepare for packaging where we dont want...
[httpd-crcsyncproxy.git] / apache / docs / manual / vhosts / index.xml.ja
blob9d1d84fd58478d72458dff4ada953230784fcbb3
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
4 <!-- English Revision: 420990 -->
6 <!--
7 Licensed to the Apache Software Foundation (ASF) under one or more
8 contributor license agreements. See the NOTICE file distributed with
9 this work for additional information regarding copyright ownership.
10 The ASF licenses this file to You under the Apache License, Version 2.0
11 (the "License"); you may not use this file except in compliance with
12 the License. You may obtain a copy of the License at
14 http://www.apache.org/licenses/LICENSE-2.0
16 Unless required by applicable law or agreed to in writing, software
17 distributed under the License is distributed on an "AS IS" BASIS,
18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 See the License for the specific language governing permissions and
20 limitations under the License.
21 -->
23 <manualpage metafile="index.xml.meta">
24 <parentdocument href="../"/>
26 <title>Apache バーチャルホスト説明書</title>
28 <summary>
30 <p><cite>バーチャルホスト</cite>という用語は、1 台のマシン上で
31 (<code>www.company1.com</code> and <code>www.company2.com</code> のような)
32 二つ以上のウェブサイトを扱う運用方法のことを指します。
33 バーチャルホストには、各ウェブサイトに違う IP アドレスがある
34 <a href="ip-based.html">IP ベース</a>」と、それぞれの IP アドレスに
35 複数の名前がある「<a href="name-based.html">名前ベース</a>」とがあります。
36 複数のサイトが物理的に同じサーバで扱われている、ということはエンドユーザには
37 明らかではありません。</p>
39 <p>Apache は、特に手を入れない状態で IP ベースのバーチャルホスト
40 をサポートした最初のサーバの一つです。バージョン 1.1 以降の Apache
41 では、IP ベースとネームベースのバーチャルホストの両方をサポート
42 しています。ネームベースのバーチャルホストは、<em>ホストベース</em>あるいは
43 <em>非 IP ベース</em>のバーチャルホストと呼ばれることもあります。</p>
45 <p>以下のページでは、Apache バージョン 1.3
46 以降でのバーチャルホストのサポートについての詳細を説明します。</p>
48 </summary>
50 <seealso><module>mod_vhost_alias</module></seealso>
51 <seealso><a href="name-based.html">ネームベースのバーチャルホスト</a></seealso>
52 <seealso><a href="ip-based.html">IP ベースのバーチャルホスト</a></seealso>
53 <seealso><a href="examples.html">バーチャルホストの一般的な設定例</a></seealso>
54 <seealso><a href="fd-limits.html">ファイル記述子の限界</a></seealso>
55 <seealso><a href="mass.html">大量のバーチャルホストの設定</a></seealso>
56 <seealso><a href="details.html">バーチャルホストのマッチングについての詳細</a></seealso>
58 <section id="support"><title>バーチャルホストのサポート</title>
60 <ul>
61 <li><a href="name-based.html">ネームベースのバーチャルホスト</a>
62 (一つの IP アドレスに複数のウェブサイト)</li>
63 <li><a href="ip-based.html">IP ベースのバーチャルホスト</a>
64 (各ウェブサイトに IP アドレス)</li>
65 <li><a href="examples.html">バーチャルホストの一般的な設定例</a></li>
66 <li><a href="fd-limits.html">ファイル記述子の限界</a>
67 (または、<em>多過ぎるログファイル</em>)</li>
68 <li><a href="mass.html">大量のバーチャルホストの設定</a></li>
69 <li><a href="details.html">バーチャルホストのマッチングについての詳細</a></li>
70 </ul>
72 </section>
74 <section id="directives"><title>設定ディレクティブ</title>
76 <ul>
77 <li><directive type="section"
78 module="core">VirtualHost</directive></li>
79 <li><directive module="core">NameVirtualHost</directive></li>
80 <li><directive module="core">ServerName</directive></li>
81 <li><directive module="core">ServerAlias</directive></li>
82 <li><directive module="core">ServerPath</directive></li>
83 </ul>
85 <p>バーチャルホストの設定のデバッグをするには
86 Apache のコマンドラインスイッチ <code>-S</code> が便利です。
87 つまり、以下のコマンドを入力します:</p>
89 <example>
90 /usr/local/apache2/bin/httpd -S
91 </example>
93 <p>このコマンドは Apache が設定ファイルをどう解析したかについて出力します。
94 IP アドレスとサーバ名を注意深く調べれば、
95 設定の間違いを見つける助けになるでしょう。
96 (他のコマンドラインのオプションは <program>httpd</program>
97 プログラムの説明文書を見てください)</p>
99 </section>
100 </manualpage>