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>2.0 から 2.2 へのアップグレード - 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.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.2</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.2</a></div><div id="page-content"><div id="preamble"><h1>2.0 から 2.2 へのアップグレード</h1>
23<div class="toplang">
24<p><span>翻訳済み言語: </span><a href="/de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
25<a href="/en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
26<a href="/fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
27<a href="/ja/upgrading.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
28</div>
29
30  <p>アップグレードを簡単にするために、既存の Apache ユーザに
31  非常に重要な情報をこの文書にまとめています。これは短い
32  注意書きとして書かれています。より詳しい情報は <a href="new_features_2_2.html">新機能</a>の文書や
33  <code>src/CHANGES</code> ファイルで見つけられると思います。</p>
34
35  <p>この文書は 2.0 から 2.2 への変更点だけを説明します。
36  もし 1.3 からのアップグレードをするのであれば、<a href="http://httpd.apache.org/docs/2.0/upgrading.html">1.3 から 2.0
37  へのアップグレードの文書</a> も参考にしてください。 </p>
38
39</div>
40<div id="quickview"><ul id="toc"><li><img alt="" src="/images/down.gif" /> <a href="#compile-time">コンパイル時の設定の変更</a></li>
41<li><img alt="" src="/images/down.gif" /> <a href="#run-time">実行時の設定の変更</a></li>
42<li><img alt="" src="/images/down.gif" /> <a href="#misc">その他の変更</a></li>
43<li><img alt="" src="/images/down.gif" /> <a href="#third-party">サードパーティモジュール</a></li>
44</ul><h3>参照</h3><ul class="seealso"><li><a href="new_features_2_2.html">Apache 2.2 の新機能
45  の概要</a></li></ul><ul class="seealso"><li><a href="#comments_section">コメント</a></li></ul></div>
46<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
47<div class="section">
48<h2><a name="compile-time" id="compile-time">コンパイル時の設定の変更</a></h2>
49    
50
51    <p>コンパイルの過程はバージョン 2.0 で使われているものと非常に
52    よく似ています。古い <code>configure</code> コマンドライン 
53    (インストールしたサーバのディレクトリにある
54    <code>build/config.nice</code>)
55    が、ときには使えるでしょう。最も大きな変更点はモジュールの名前の
56    変更を入れるために必要とされるもので、特に認証と認可のモジュール
57    の変更点です。
58    変更の詳細の一部は:</p>
59
60    <ul>
61      <li>mod_imap は <code class="module"><a href="/mod/mod_imagemap.html">mod_imagemap</a></code> に名前を
62          変更しました</li>
63      <li>mod_auth は <code class="module"><a href="/mod/mod_auth_basic.html">mod_auth_basic</a></code> と、
64          <code class="module"><a href="/mod/mod_authn_file.html">mod_authn_file</a></code>, <code class="module"><a href="/mod/mod_authz_user.html">mod_authz_user</a></code>
65          そして、<code class="module"><a href="/mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code> に分かれ
66          ました。</li>
67      <li>mod_access は <code class="module"><a href="/mod/mod_authz_host.html">mod_authz_host</a></code> に名前を
68          変更しました。</li>
69      <li>mod_auth_ldap は <code class="module"><a href="/mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code> に
70          名前を変更しました。</li>
71      <li>APR 1.0 API を必要とするようにアップグレードされました。</li>
72      <li>バンドルされている PCRE は、 5.0 にアップデートされています。</li>
73    </ul>
74
75  </div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
76<div class="section">
77<h2><a name="run-time" id="run-time">実行時の設定の変更</a></h2>
78    
79
80    <p>あなたが使っているバージョン 2.0 用の設定ファイルとスタート
81       アップスクリプトは通常バージョン 2.2 でも変更せずに使えます。
82       特定の設定については 以下に議論するようにいくらか小さな
83       調整が必要となるかもしれません。 さらに、 
84       <code class="directive"><a href="/mod/mod_so.html#loadmodule">LoadModule</a></code> 
85       ディレクティブを使って動的にモジュールを読み込んで使って
86       いる場合には、上に挙げたモジュール名の変更を考慮する必要が
87       あるでしょう。</p>
88
89    <p>もし、あなたがバージョン 2.2 のデフォルトの実行時設定を使う
90       ことを選ぶなら 最も基本的な設定以外は除外されていて 非常に
91       簡単化されていることに気付くでしょう。
92       より高度な機能に関する実行時の設定の例が、インストールした
93       サーバの <code>conf/extra/</code> のディレクトリに入ります。
94       デフォルトの設定ファイルは <code>conf/original</code>
95       にインストールされます。</p>
96
97    <p>実行時の設定の主な変更点を挙げると:</p>
98
99    <ul>
100      <li><code class="program"><a href="/programs/apachectl.html">apachectl</a></code> のオプションであった
101      <code>startssl</code> は無くなりました。
102      SSL サポートを有効にするには <code>httpd.conf</code> を
103      編集して関連する <code class="module"><a href="/mod/mod_ssl.html">mod_ssl</a></code> ディレクティブを
104      入れるようにし、それから <code>apachectl start</code> で
105      サーバをスタートしてください。
106      <code class="module"><a href="/mod/mod_ssl.html">mod_ssl</a></code> を有効にする設定ファイルの例が
107      <code>conf/extra/httpd-ssl.conf</code>
108      にあります。</li>
109
110      <li>デフォルトの設定としての <code class="directive"><a href="/mod/core.html#usecanonicalname">UseCanonicalName</a></code> は
111      <code>Off</code> となりました。もし、このディレクティブを
112      実行時設定ファイルに書いていなかったら、旧バージョンでの
113      ふるまいを維持したい場合には <code>UseCanonicalName On</code> を
114      加えておくことができます。</li>
115
116      <li><code class="module"><a href="/mod/mod_userdir.html">mod_userdir</a></code> モジュールは、
117      ディレクトリ名を指定した<code class="directive"><a href="/mod/mod_userdir.html#userdir">UserDir</a></code> ディレクティブが
118      設定ファイルに書かれていなければ
119      リクエスト時に動作しないようになりました。 古いデフォルト
120      動作を復元させたい場合には、設定ファイルに <code>UserDir
121      public_html</code> を入れておいてください。</li>
122
123      <li><code class="module"><a href="/mod/mod_auth_digest.html">mod_auth_digest</a></code> にあった
124      <code class="directive">AuthDigestFile</code> ディレクティブは、
125      <code class="directive"><a href="/mod/mod_authn_file.html#authuserfile">AuthUserFile</a></code>
126      に吸収され、 <code class="module"><a href="/mod/mod_authn_file.html">mod_authn_file</a></code> の一部となりました。</li>
127    </ul>
128  </div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
129<div class="section">
130<h2><a name="misc" id="misc">その他の変更</a></h2>
131    
132
133    <ul>
134      <li>Apache 2.0 で実験的なモジュールだった
135      <code class="module"><a href="/mod/mod_cache.html">mod_cache</a></code> は標準モジュールになりました。</li>
136
137      <li>Apache 2.0 で実験的なモジュールだった
138      <code class="module"><a href="/mod/mod_disk_cache.html">mod_disk_cache</a></code> は標準モジュールになりました。</li>
139
140      <li>Apache 2.0 で実験的なモジュールだった
141      <code class="module"><a href="/mod/mod_mem_cache.html">mod_mem_cache</a></code> は標準モジュールになりました。</li>
142
143      <li>Apache 2.0 で実験的なモジュールだった
144      <code class="module"><a href="/mod/mod_charset_lite.html">mod_charset_lite</a></code> は標準モジュールになりました。</li>
145
146      <li>Apache 2.0 で実験的なモジュールだった
147      <code class="module"><a href="/mod/mod_dumpio.html">mod_dumpio</a></code> は標準モジュールになりました。</li>
148
149    </ul>
150  </div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
151<div class="section">
152<h2><a name="third-party" id="third-party">サードパーティモジュール</a></h2>
153    
154
155   <p>バージョン 2.0 のために設計された多くのサードパーティ
156   モジュールは Apache HTTP サーバ・バージョン 2.2 で、変更無しで
157   動作するでしょう。しかし、全てのモジュールはロードの前に再コンパイル
158   する必要があります。</p>
159
160  </div></div>
161<div class="bottomlang">
162<p><span>翻訳済み言語: </span><a href="/de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
163<a href="/en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
164<a href="/fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
165<a href="/ja/upgrading.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
166</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>
167<script type="text/javascript"><!--//--><![CDATA[//><!--
168var comments_shortname = 'httpd';
169var comments_identifier = 'http://httpd.apache.org/docs/2.2/upgrading.html';
170(function(w, d) {
171    if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
172        d.write('<div id="comments_thread"><\/div>');
173        var s = d.createElement('script');
174        s.type = 'text/javascript';
175        s.async = true;
176        s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
177        (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
178    }
179    else { 
180        d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
181    }
182})(window, document);
183//--><!]]></script></div><div id="footer">
184<p class="apache">Copyright 2013 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
185<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[//><!--
186if (typeof(prettyPrint) !== 'undefined') {
187    prettyPrint();
188}
189//--><!]]></script>
190</body></html>