[deployment-guide/comm-rel: 675/727] Corrected module locations for 64-bit systems.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:22:31 UTC 2010


commit d616a2a8ee3fe44709a7e699fd782ebe236a6875
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Thu Sep 16 16:58:08 2010 +0200

    Corrected module locations for 64-bit systems.
    
    Thanks to Zbysek Mraz for reporting this!

 en-US/The_Apache_HTTP_Server.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index 089140b..e724327 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -1640,7 +1640,7 @@ ErrorDocument 404 /404-not_found.html</screen>
             </para>
             <screen>LoadModule <replaceable>name</replaceable> <replaceable>path</replaceable></screen>
             <para>
-              The <replaceable>name</replaceable> has to be a valid identifier of the required module. The <replaceable>path</replaceable> refers to an existing module file, and must be relative to the directory in which the libraries are placed (that is, <filename class="directory">/usr/lib/httpd/</filename> by default).
+              The <replaceable>name</replaceable> has to be a valid identifier of the required module. The <replaceable>path</replaceable> refers to an existing module file, and must be relative to the directory in which the libraries are placed (that is, <filename class="directory">/usr/lib/httpd/</filename> on 32-bit and <filename class="directory">/usr/lib64/httpd/</filename> on 64-bit systems by default).
             </para>
             <para>
               Refer to <xref linkend="s1-apache-dso" /> for more information on the Apache HTTP Server's DSO support.
@@ -2870,7 +2870,7 @@ ErrorDocument 404 /404-not_found.html</screen>
   <section id="s1-apache-dso">
     <title>Working with Modules</title>
     <para>
-      Being a modular application, the <systemitem class="service">httpd</systemitem> service is distributed along with a number of <firstterm>Dynamic Shared Objects</firstterm> (<acronym>DSO</acronym>s), which can be dynamically loaded or unloaded at runtime as necessary. By default, these modules are located in <filename class="directory">/usr/lib/httpd/modules/</filename>.
+      Being a modular application, the <systemitem class="service">httpd</systemitem> service is distributed along with a number of <firstterm>Dynamic Shared Objects</firstterm> (<acronym>DSO</acronym>s), which can be dynamically loaded or unloaded at runtime as necessary. By default, these modules are located in <filename class="directory">/usr/lib/httpd/modules/</filename> on 32-bit and in <filename class="directory">/usr/lib64/httpd/modules/</filename> on 64-bit systems.
     </para>
     <section id="s2-apache-dso-loading">
       <title>Loading a Module</title>


More information about the docs-commits mailing list