github.com/krum110487/go-htaccess@v0.0.0-20240316004156-60641c8e7598/tests/data/apache_2_2_34/manual/vhosts/index.html.ja.utf8 (about) 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 <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> 5 <!-- 6 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 7 This file is generated from xml source: DO NOT EDIT 8 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 9 --> 10 <title>Apache バーチャルホスト説明書 - Apache HTTP サーバ バージョン 2.2</title> 11 <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> 12 <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> 13 <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" /> 14 <script src="../style/scripts/prettify.min.js" type="text/javascript"> 15 </script> 16 17 <link href="../images/favicon.ico" rel="shortcut icon" /><link href="http://httpd.apache.org/docs/current/vhosts/index.html" rel="canonical" /></head> 18 <body id="manual-page"><div id="page-header"> 19 <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> 20 <p class="apache">Apache HTTP サーバ バージョン 2.2</p> 21 <img alt="" src="../images/feather.gif" /></div> 22 <div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> 23 <div id="path"> 24 <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP サーバ</a> > <a href="http://httpd.apache.org/docs/">ドキュメンテーション</a> > <a href="../">バージョン 2.2</a></div><div id="page-content"><div class="retired"><h4>Please note</h4> 25 <p> This document refers to a legacy release (<strong>2.2</strong>) of Apache httpd. The active release (<strong>2.4</strong>) is documented <a href="http://httpd.apache.org/docs/current">here</a>. If you have not already upgraded, please follow <a href="http://httpd.apache.org/docs/current/upgrading.html">this link</a> for more information.</p> 26 <p>You may follow <a href="http://httpd.apache.org/docs/current/vhosts/">this link</a> to go to the current version of this document.</p></div><div id="preamble"><h1>Apache バーチャルホスト説明書</h1> 27 <div class="toplang"> 28 <p><span>翻訳済み言語: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch"> de </a> | 29 <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English"> en </a> | 30 <a href="../fr/vhosts/" hreflang="fr" rel="alternate" title="Français"> fr </a> | 31 <a href="../ja/vhosts/" title="Japanese"> ja </a> | 32 <a href="../ko/vhosts/" hreflang="ko" rel="alternate" title="Korean"> ko </a> | 33 <a href="../ru/vhosts/" hreflang="ru" rel="alternate" title="Russian"> ru </a> | 34 <a href="../tr/vhosts/" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> | 35 <a href="../zh-cn/vhosts/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> 36 </div> 37 <div class="outofdate">この日本語訳はすでに古くなっている 38 可能性があります。 39 最近更新された内容を見るには英語版をご覧下さい。 40 </div> 41 42 43 <p><cite>バーチャルホスト</cite>という用語は、1 台のマシン上で 44 (<code>www.company1.com</code> and <code>www.company2.com</code> のような) 45 二つ以上のウェブサイトを扱う運用方法のことを指します。 46 バーチャルホストには、各ウェブサイトに違う IP アドレスがある 47 「<a href="ip-based.html">IP ベース</a>」と、それぞれの IP アドレスに 48 複数の名前がある「<a href="name-based.html">名前ベース</a>」とがあります。 49 複数のサイトが物理的に同じサーバで扱われている、ということはエンドユーザには 50 明らかではありません。</p> 51 52 <p>Apache は、特に手を入れない状態で IP ベースのバーチャルホスト 53 をサポートした最初のサーバの一つです。バージョン 1.1 以降の Apache 54 では、IP ベースとネームベースのバーチャルホストの両方をサポート 55 しています。ネームベースのバーチャルホストは、<em>ホストベース</em>あるいは 56 <em>非 IP ベース</em>のバーチャルホストと呼ばれることもあります。</p> 57 58 <p>以下のページでは、Apache バージョン 1.3 59 以降でのバーチャルホストのサポートについての詳細を説明します。</p> 60 61 </div> 62 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#support">バーチャルホストのサポート</a></li> 63 <li><img alt="" src="../images/down.gif" /> <a href="#directives">設定ディレクティブ</a></li> 64 </ul><h3>参照</h3><ul class="seealso"><li><code class="module"><a href="../mod/mod_vhost_alias.html">mod_vhost_alias</a></code></li><li><a href="name-based.html">ネームベースのバーチャルホスト</a></li><li><a href="ip-based.html">IP ベースのバーチャルホスト</a></li><li><a href="examples.html">バーチャルホストの一般的な設定例</a></li><li><a href="fd-limits.html">ファイル記述子の限界</a></li><li><a href="mass.html">大量のバーチャルホストの設定</a></li><li><a href="details.html">バーチャルホストのマッチングについての詳細</a></li></ul></div> 65 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> 66 <div class="section"> 67 <h2><a name="support" id="support">バーチャルホストのサポート</a></h2> 68 69 <ul> 70 <li><a href="name-based.html">ネームベースのバーチャルホスト</a> 71 (一つの IP アドレスに複数のウェブサイト)</li> 72 <li><a href="ip-based.html">IP ベースのバーチャルホスト</a> 73 (各ウェブサイトに IP アドレス)</li> 74 <li><a href="examples.html">バーチャルホストの一般的な設定例</a></li> 75 <li><a href="fd-limits.html">ファイル記述子の限界</a> 76 (または、<em>多過ぎるログファイル</em>)</li> 77 <li><a href="mass.html">大量のバーチャルホストの設定</a></li> 78 <li><a href="details.html">バーチャルホストのマッチングについての詳細</a></li> 79 </ul> 80 81 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> 82 <div class="section"> 83 <h2><a name="directives" id="directives">設定ディレクティブ</a></h2> 84 85 <ul> 86 <li><code class="directive"><a href="../mod/core.html#virtualhost"><VirtualHost></a></code></li> 87 <li><code class="directive"><a href="../mod/core.html#namevirtualhost">NameVirtualHost</a></code></li> 88 <li><code class="directive"><a href="../mod/core.html#servername">ServerName</a></code></li> 89 <li><code class="directive"><a href="../mod/core.html#serveralias">ServerAlias</a></code></li> 90 <li><code class="directive"><a href="../mod/core.html#serverpath">ServerPath</a></code></li> 91 </ul> 92 93 <p>バーチャルホストの設定のデバッグをするには 94 Apache のコマンドラインスイッチ <code>-S</code> が便利です。 95 つまり、以下のコマンドを入力します:</p> 96 97 <div class="example"><p><code> 98 /usr/local/apache2/bin/httpd -S 99 </code></p></div> 100 101 <p>このコマンドは Apache が設定ファイルをどう解析したかについて出力します。 102 IP アドレスとサーバ名を注意深く調べれば、 103 設定の間違いを見つける助けになるでしょう。 104 (他のコマンドラインのオプションは <code class="program"><a href="../programs/httpd.html">httpd</a></code> 105 プログラムの説明文書を見てください)</p> 106 107 </div></div> 108 <div class="bottomlang"> 109 <p><span>翻訳済み言語: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch"> de </a> | 110 <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English"> en </a> | 111 <a href="../fr/vhosts/" hreflang="fr" rel="alternate" title="Français"> fr </a> | 112 <a href="../ja/vhosts/" title="Japanese"> ja </a> | 113 <a href="../ko/vhosts/" hreflang="ko" rel="alternate" title="Korean"> ko </a> | 114 <a href="../ru/vhosts/" hreflang="ru" rel="alternate" title="Russian"> ru </a> | 115 <a href="../tr/vhosts/" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> | 116 <a href="../zh-cn/vhosts/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> 117 </div><div id="footer"> 118 <p class="apache">Copyright 2017 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p> 119 <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[//><!-- 120 if (typeof(prettyPrint) !== 'undefined') { 121 prettyPrint(); 122 } 123 //--><!]]></script> 124 </body></html>