diff options
| author | jorton <jorton@fedoraproject.org> | 2004-09-17 09:54:30 +0000 |
|---|---|---|
| committer | jorton <jorton@fedoraproject.org> | 2004-09-17 09:54:30 +0000 |
| commit | 37e2023140084cf0dcca808def20d08d48525ae2 (patch) | |
| tree | a699304132135565cd855896a826d055b4d6fded | |
| parent | 1bf348e168089f712218fd2cfc6cb665289c6d67 (diff) | |
| download | httpd-37e2023140084cf0dcca808def20d08d48525ae2.tar.gz httpd-37e2023140084cf0dcca808def20d08d48525ae2.tar.xz httpd-37e2023140084cf0dcca808def20d08d48525ae2.zip | |
Revert unnecessary para->simpara changes.
| -rw-r--r-- | migration.xml | 20 |
1 files changed, 10 insertions, 10 deletions
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:</para> <itemizedlist> -<listitem><simpara>The <literal>AddModule</literal> and +<listitem><para>The <literal>AddModule</literal> and <literal>ClearModuleList</literal> 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.</simpara></listitem> +directives.</para></listitem> -<listitem><simpara>The order of the <literal>LoadModule</literal> lines -is thus no longer relevant.</simpara></listitem> +<listitem><para>The order of the <literal>LoadModule</literal> lines +is thus no longer relevant.</para></listitem> -<listitem><simpara>Many modules have been added, removed, renamed, split -up, or incorporated with each other.</simpara></listitem> +<listitem><para>Many modules have been added, removed, renamed, split +up, or incorporated with each other.</para></listitem> -<listitem><simpara><literal>LoadModule</literal> lines for modules +<listitem><para><literal>LoadModule</literal> lines for modules packaged in their own RPMs (&mod_ssl;, <literal>php</literal>, &mod_perl; and the like) are no longer necessary as they can be found in the relevant file in the directory -<filename>/etc/httpd/conf.d</filename>.</simpara></listitem> +<filename>/etc/httpd/conf.d</filename>.</para></listitem> -<listitem><simpara>The various <literal>HAVE_XXX</literal> definitions -are no longer defined.</simpara></listitem> +<listitem><para>The various <literal>HAVE_XXX</literal> definitions +are no longer defined.</para></listitem> </itemizedlist> |
