[deployment-guide/comm-rel: 451/727] Commented out all references to the removed section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:02:45 UTC 2010


commit 5c878244c337f3ee937612fc9bf07388b0f45526
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Aug 23 13:29:00 2010 +0200

    Commented out all references to the removed section.

 en-US/The_Apache_HTTP_Server.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index 707c282..b6b9145 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -29,7 +29,7 @@
       There are important differences between the Apache HTTP Server 2.2 and version 2.0.
     </para>
     <para>
-      This section reviews some of the features of Apache HTTP Server 2.2 and outlines important changes. If you are upgrading from version 1.3, you should also read the instructions on migrating from version 1.3 to version 2.0. For instructions on migrating a version 1.3 configuration file to the 2.0 format, refer to <xref linkend="s3-httpd-v2-mig" />.
+      This section reviews some of the features of Apache HTTP Server 2.2 and outlines important changes. <!-- If you are upgrading from version 1.3, you should also read the instructions on migrating from version 1.3 to version 2.0. For instructions on migrating a version 1.3 configuration file to the 2.0 format, refer to <xref linkend="s3-httpd-v2-mig" />. -->
     </para>
     <section id="s2-httpd-v2-features">
       <title>Features of Apache HTTP Server 2.2</title>
@@ -107,7 +107,7 @@
         <tertiary>migration from 2.0</tertiary>
       </indexterm>
       <para>
-        This section outlines migration from version 2.0 to 2.2. If you are migrating from version 1.3, please refer to <xref linkend="s3-httpd-v2-mig" />.
+        This section outlines migration from version 2.0 to 2.2. <!-- If you are migrating from version 1.3, please refer to <xref linkend="s3-httpd-v2-mig" />. -->
       </para>
       <itemizedlist>
         <listitem>
@@ -773,7 +773,7 @@ or:
     <warning>
       <title>Warning</title>
       <para>
-        With the release of Apache HTTP Server 2.2, many configuration options have changed. If migrating from version 1.3 to 2.2, please firstly read <xref linkend="s3-httpd-v2-mig" />.
+        With the release of Apache HTTP Server 2.2, many configuration options have changed. <!-- If migrating from version 1.3 to 2.2, please firstly read <xref linkend="s3-httpd-v2-mig" />. -->
       </para>
     </warning>
     <section id="s2-apache-tips">
@@ -1533,7 +1533,7 @@ or:
           <secondary><command>LoadModule</command></secondary>
         </indexterm>
         <para>
-          <command>LoadModule</command> is used to load Dynamic Shared Object (DSO) modules. More information on the Apache HTTP Server's DSO support, including instructions for using the <command>LoadModule</command> directive, can be found in <xref linkend="s1-apache-addmods" />. Note, the load order of the modules is <emphasis>no longer important</emphasis> with Apache HTTP Server 2.0. Refer to <xref linkend="s3-httpd-v2-mig-dso" /> for more information about Apache HTTP Server 2.0 DSO support.
+          <command>LoadModule</command> is used to load Dynamic Shared Object (DSO) modules. More information on the Apache HTTP Server's DSO support, including instructions for using the <command>LoadModule</command> directive, can be found in <xref linkend="s1-apache-addmods" />. Note, the load order of the modules is <emphasis>no longer important</emphasis> with Apache HTTP Server 2.0.  <!-- Refer to <xref linkend="s3-httpd-v2-mig-dso" /> for more information about Apache HTTP Server 2.0 DSO support. -->
         </para>
       </formalpara>
       <formalpara id="s2-apache-location">
@@ -2169,7 +2169,7 @@ or:
         <tertiary>MPM specific directives</tertiary>
       </indexterm>
       <para>
-        As explained in <xref linkend="s3-httpd-v2-mig-pool" />, the responsibility for managing characteristics of the server-pool falls to a module group called MPMs under Apache HTTP Server 2.0. The characteristics of the server-pool differ depending upon which MPM is used. For this reason, an <command>IfModule</command> container is necessary to define the server-pool for the MPM in use.
+        <!-- As explained in <xref linkend="s3-httpd-v2-mig-pool" />, --> The responsibility for managing characteristics of the server-pool falls to a module group called MPMs under Apache HTTP Server 2.0. The characteristics of the server-pool differ depending upon which MPM is used. For this reason, an <command>IfModule</command> container is necessary to define the server-pool for the MPM in use.
       </para>
       <para>
         By default, Apache HTTP Server 2.0 defines the server-pool for both the <command>prefork</command> and <command>worker</command> MPMs.


More information about the docs-commits mailing list