0N/A<?
xml version='1.0' encoding='UTF-8' ?>
0N/A<!-- $LastChangedRevision$ --> 0N/A Copyright 2002-2005 The Apache Software Foundation or its licensors, as 0N/A Licensed under the Apache License, Version 2.0 (the "License"); 0N/A you may not use this file except in compliance with the License. 0N/A You may obtain a copy of the License at 0N/A Unless required by applicable law or agreed to in writing, software 0N/A distributed under the License is distributed on an "AS IS" BASIS, 0N/A WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 873N/A See the License for the specific language governing permissions and 0N/A limitations under the License. 5061N/A<
title>Upgrading to 2.1 from 2.0</
title>
0N/A <
p>In order to assist folks upgrading, we maintain a document
0N/A describing information critical to existing Apache users. These
0N/A are intended to be brief notes, and you should be able to find
5648N/A more information in either the <
a 5982N/A <
p>This document describes only the changes from 2.0 to 2.2. If you
5982N/A are upgrading from version 1.3, you should also consult the <
a 3000N/A <
section id="compile-time">
5648N/A <
title>Compile-Time Configuration Changes</
title>
5982N/A <
title>Run-Time Configuration Changes</
title>
0N/A Apache HTTP Server has been greatly simplified by removing all
0N/A but the most essential configuration settings. A set of example
0N/A configuration settings for more advanced features is present in
0N/A <
li>The default setting of <
directive 5648N/A module="core">UseCanonicalName</
directive> is now
0N/A <
code>Off</
code>. If you did not have this directive in your
0N/A config file, you can add <
code>UseCanonicalName On</
code> to
0N/A retain the old behavior.</
li>
801N/A <
li>The module <
module>mod_userdir</
module> will no longer act
3845N/A on requests unless a <
directive 3000N/A module="mod_userdir">UserDir</
directive> directive specifying a
5648N/A directory name is present in the config file. To restore the
5648N/A old default behavior, place the directive <
code>UserDir
5982N/A public_html</
code> in your config file.</
li>
5648N/A <
title>Misc Changes</
title>
5648N/A <
title>Third Party Modules</
title>