[deployment-guide/comm-rel: 616/727] Updated the Common Multi-Processing Module Directives section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:17:24 UTC 2010


commit d73240232dfb9ef416b403dabd7f5ec3bce6dac5
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Tue Sep 7 17:11:36 2010 +0200

    Updated the Common Multi-Processing Module Directives section.
    
    Or more accurately, I have updated the introductory part.

 en-US/The_Apache_HTTP_Server.xml |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index 4a41a16..d007d40 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -2602,7 +2602,7 @@ ErrorDocument 404 /404-not_found.html</screen>
     <section id="s2-apache-sslconf-common">
       <title>Common <filename>ssl.conf</filename> Directives</title>
       <para>
-        The SSL directives allow you to customize the behavior of the Apache HTTP Secure Server, and in most cases, they are configured appropriately during the installation. Be careful when changing these settings, as incorrect configuration can lead to security vulnurabilities.
+        The <firstterm>Secure Sockets Layer</firstterm> (SSL) directives allow you to customize the behavior of the Apache HTTP Secure Server, and in most cases, they are configured appropriately during the installation. Be careful when changing these settings, as incorrect configuration can lead to security vulnurabilities.
       </para>
       <para>
         The following directive is commonly used in <filename>/etc/httpd/conf.d/ssl.conf</filename>:
@@ -2698,16 +2698,13 @@ ErrorDocument 404 /404-not_found.html</screen>
         </varlistentry>
       </variablelist>
     </section>
-    <section id="s2-apache-mpm-containers">
-      <title>MPM Specific Server-Pool Directives</title>
+    <section id="s2-apache-mpm-common">
+      <title>Common Multi-Processing Module Directives</title>
       <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.
+        The <firstterm>Multi-Processing Module</firstterm> (MPM) directives allow you to customize the behavior of a particular MPM specific server-pool. Since its characteristics differ depending on which MPM is used, the directives are embeded in <option>IfModule</option>. By default, the server-pool is defined for both the <systemitem class="resource">prefork</systemitem> and <systemitem class="resource">worker</systemitem> MPMs.
       </para>
       <para>
-        By default, Apache HTTP Server 2.0 defines the server-pool for both the <command>prefork</command> and <command>worker</command> MPMs.
-      </para>
-      <para>
-        The following section list directives found within the MPM-specific server-pool containers.
+        The following MPM directives are commonly used in <filename>/etc/httpd/conf/httpd.conf</filename>:
       </para>
       <formalpara id="s3-apache-maxclients">
         <title>MaxClients</title>


More information about the docs-commits mailing list