diff --git a/migration.xml b/migration.xml index 12de8b6..0d413a4 100644 --- a/migration.xml +++ b/migration.xml @@ -1,6 +1,6 @@ -httpd"> @@ -25,7 +25,7 @@
- + Apache Migration HOWTO @@ -37,7 +37,7 @@ and describes the process required to migrate your server's configuration from 1.3 to 2.0. - + Naming and filesystem changes @@ -175,11 +175,11 @@ ServerName www.example.com:123 See also: -Listen +Listen -ServerName +ServerName @@ -213,9 +213,9 @@ to the file /etc/sysconfig/httpd. See also: -Apache -Multi-Processing Modules +Multi-Processing Modules @@ -249,27 +249,27 @@ stock Apache 2.0 configuration should note the following: -The AddModule and +The AddModule and ClearModuleList directives no longer exist. These directives where used to ensure that modules could be enabled in the correct order. The new Apache 2.0 API allows modules to explicitly specify their ordering, eliminating the need for these -directives. +directives. -The order of the LoadModule lines -is thus no longer relevant. +The order of the LoadModule lines +is thus no longer relevant. -Many modules have been added, removed, renamed, split -up, or incorporated with each other. +Many modules have been added, removed, renamed, split +up, or incorporated with each other. -LoadModule lines for modules +LoadModule lines for modules packaged in their own RPMs (&mod_ssl;, php, &mod_perl; and the like) are no longer necessary as they can be found in the relevant file in the directory -/etc/httpd/conf.d. +/etc/httpd/conf.d. -The various HAVE_XXX definitions -are no longer defined. +The various HAVE_XXX definitions +are no longer defined. @@ -346,8 +346,8 @@ in /etc/httpd/conf/httpd.conf. See also: -UserDir +UserDir @@ -364,11 +364,11 @@ directives. See also: -CustomLog +CustomLog -LogFormat +LogFormat @@ -396,14 +396,14 @@ version numbers to be sorted in the natural way, so that See also: -IndexOptions +IndexOptions -ReadmeName +ReadmeName -HeaderName +HeaderName @@ -419,8 +419,8 @@ the argument: on or off. Existing instances of See also: -CacheNegotiatedDocs +CacheNegotiatedDocs @@ -451,8 +451,8 @@ ErrorDocument 404 "The document was not found"See also: -ErrorDocument +ErrorDocument @@ -499,8 +499,8 @@ the SSL virtual host context has been moved into the file See also: -Apache -Virtual Host Documentation +Apache +Virtual Host Documentation @@ -545,15 +545,15 @@ AcceptPathInfo on See also: -AcceptPathInfo +AcceptPathInfo -Apache's -Handler Use +Handler Use -Filters +Filters @@ -601,12 +601,12 @@ must explicitly specify the port number: See also: -Apache -Module mod_ssl +Module mod_ssl -Apache -Virtual Host Documentation +Apache +Virtual Host Documentation @@ -627,9 +627,9 @@ although these generally use the same or similar directives as the old See also: -Apache -Module mod_proxy +Module mod_proxy @@ -662,9 +662,9 @@ required. See also: -Apache -Module mod_include +Module mod_include @@ -729,7 +729,7 @@ migrate from using &dbmmanage; on a DBM-format database with Apache Migrating from &dbmmanage; to &htdbm; - + Action @@ -782,9 +782,9 @@ used. See also: -Apache -Module mod_auth_dbm +Module mod_auth_dbm @@ -845,9 +845,9 @@ directives. See also: -PHP 4.1.0 Release -Announcement for details of the global scope changes +Announcement for details of the global scope changes @@ -896,8 +896,8 @@ possibly require minor Makefile modifications. See also: -mod_perl: porting from 1.x +mod_perl: porting from 1.x --> @@ -949,26 +949,26 @@ have the statement Include conf.d/*.conf in your -The apache, +The apache, apache-devel and apache-manual packages have been renamed as &httpd;, httpd-devel -and httpd-manual. +and httpd-manual. -The mod_dav package has been -incorporated into the &httpd; package. +The mod_dav package has been +incorporated into the &httpd; package. -The mod_put and +The mod_put and mod_roaming packages have been removed, since their functionality is a subset of that provided by -mod_dav. +mod_dav. -The mod_auth_any and +The mod_auth_any and mod_bandwidth packages have been -removed. +removed. -&mod_ssl;'s version is now synchronised with &httpd;, +&mod_ssl;'s version is now synchronised with &httpd;, which means that the &mod_ssl; package for Apache 2.0 has a lower -version than &mod_ssl; package for 1.3. +version than &mod_ssl; package for 1.3.