diff --git a/migration.xml b/migration.xml index 0d413a4..8f3a43d 100644 --- a/migration.xml +++ b/migration.xml @@ -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.