]> granicus.if.org Git - apache/blob - docs/manual/upgrading.xml
missing a closing </a>
[apache] / docs / manual / upgrading.xml
1 <?xml version='1.0' encoding='UTF-8' ?>
2 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
3 <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
4 <!-- $LastChangedRevision$ -->
5
6 <!--
7  Copyright 2002-2005 The Apache Software Foundation or its licensors, as
8  applicable.
9
10  Licensed under the Apache License, Version 2.0 (the "License");
11  you may not use this file except in compliance with the License.
12  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
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 -->
22
23 <manualpage metafile="upgrading.xml.meta">
24
25 <title>Upgrading to 2.1 from 2.0</title>
26
27 <summary>
28   <p>In order to assist folks upgrading, we maintain a document
29   describing information critical to existing Apache users. These
30   are intended to be brief notes, and you should be able to find
31   more information in either the <a
32   href="new_features_2_2.html">New Features</a> document, or in
33   the <code>src/CHANGES</code> file.</p>
34
35   <p>This document describes only the changes from 2.0 to 2.2.  If you
36   are upgrading from version 1.3, you should also consult the <a
37   href="http://httpd.apache.org/docs-2.0/upgrading.html">1.3 to 2.0
38   upgrading document.</a></p>
39
40 </summary>
41 <seealso><a href="new_features_2_2.html">Overview of new features in
42   Apache 2.2</a></seealso>
43
44   <section id="compile-time">
45     <title>Compile-Time Configuration Changes</title>
46
47   </section>
48
49   <section id="run-time">
50     <title>Run-Time Configuration Changes</title>
51
52     <ul>
53       <li>The config file <code>httpd.conf</code> distributed with the
54       Apache HTTP Server has been greatly simplified by removing all
55       but the most essential configuration settings.  A set of example
56       configuration settings for more advanced features is present in
57       the <code>conf/extra/</code> directive of the installed
58       server.</li>
59
60       <li>The default setting of <directive
61       module="core">UseCanonicalName</directive> is now
62       <code>Off</code>.  If you did not have this directive in your
63       config file, you can add <code>UseCanonicalName On</code> to
64       retain the old behavior.</li>
65
66       <li>The module <module>mod_userdir</module> will no longer act
67       on requests unless a <directive
68       module="mod_userdir">UserDir</directive> directive specifying a
69       directory name is present in the config file.  To restore the
70       old default behavior, place the directive <code>UserDir
71       public_html</code> in your config file.</li>
72
73     </ul>
74   </section>
75
76   <section id="misc">
77     <title>Misc Changes</title>
78
79   </section>
80
81   <section id="third-party">
82     <title>Third Party Modules</title>
83
84   </section>
85 </manualpage>