Author: thomas
Date: 2009-01-06 00:54:59 -0700 (Tue, 06 Jan 2009)
New Revision: 7720

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/sysutils/apache-ant.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/major/apache.xml
Log:
Updated to apache-2.2.11


Modified: trunk/BOOK/general/sysutils/apache-ant.xml
===================================================================
--- trunk/BOOK/general/sysutils/apache-ant.xml  2009-01-05 05:24:34 UTC (rev 
7719)
+++ trunk/BOOK/general/sysutils/apache-ant.xml  2009-01-06 07:54:59 UTC (rev 
7720)
@@ -5,8 +5,7 @@
   %general-entities;
 
   <!ENTITY apache-ant-download-http 
"http://www.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2";>
-  <!-- <!ENTITY apache-ant-download-ftp  
"ftp://ftp.oregonstate.edu/pub/apache/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2";>
 -->
-  <!ENTITY apache-ant-download-ftp  " ">
+  <!ENTITY apache-ant-download-ftp  
"ftp://anduin.linuxfromscratch.org/BLFS/svn/a/apache-ant-&apache-ant-version;-src.tar.bz2";>
   <!ENTITY apache-ant-md5sum        "0d68db4a1ada5c91bcbf53cefd0c2fd7">
   <!ENTITY apache-ant-size          "6.8 MB">
   <!ENTITY apache-ant-buildsize     "109 MB">

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2009-01-05 05:24:34 UTC (rev 7719)
+++ trunk/BOOK/general.ent      2009-01-06 07:54:59 UTC (rev 7720)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "04">                   <!-- Always 2 digits -->
+<!ENTITY day          "06">                   <!-- Always 2 digits -->
 <!ENTITY month        "01">                   <!-- Always 2 digits -->
 <!ENTITY year         "2009">
 <!ENTITY copyrightdate "2001-&year;">
@@ -376,7 +376,7 @@
 
 <!-- Part VI -->
 <!-- Chapter 21 -->
-<!ENTITY apache-version               "2.2.8">
+<!ENTITY apache-version               "2.2.11">
 <!-- bind (chapter 19) -->
 <!ENTITY nfs-utils-version            "1.1.4">
 <!-- openssh (chapter 18) -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2009-01-05 05:24:34 UTC 
(rev 7719)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2009-01-06 07:54:59 UTC 
(rev 7720)
@@ -42,6 +42,18 @@
 -->
 
     <listitem>
+      <para>January 6th, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[thomas] - Updated to apache-2.2.11.</para>
+        </listitem>
+        <listitem>
+          <para>[thomas] - Add anduin as download location to Ant.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>January 4th, 2009</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/server/major/apache.xml
===================================================================
--- trunk/BOOK/server/major/apache.xml  2009-01-05 05:24:34 UTC (rev 7719)
+++ trunk/BOOK/server/major/apache.xml  2009-01-06 07:54:59 UTC (rev 7720)
@@ -7,8 +7,8 @@
   <!-- <!ENTITY apache-download-http 
"http://www.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2";> -->
   <!ENTITY apache-download-http 
"http://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2";>
   <!ENTITY apache-download-ftp  
"ftp://apache.mirrors.pair.com/httpd/httpd-&apache-version;.tar.bz2";>
-  <!ENTITY apache-md5sum        "76d2598a4797163d07cd50e5304aa7cd">
-  <!ENTITY apache-size          "4.6 MB">
+  <!ENTITY apache-md5sum        "3e98bcb14a7122c274d62419566431bb">
+  <!ENTITY apache-size          "4.9 MB">
   <!ENTITY apache-buildsize     "83 MB">
   <!ENTITY apache-time          "2.1 SBU">
 ]>
@@ -136,6 +136,12 @@
       <application>Berkeley DB</application> back-end support, ensure you use
       the parameters shown in the <quote>Command Explanations</quote> section
       below.</para>
+
+      <para>While it is not built by default when using the following commands,
+      the ISAPI DSO module can be created by adding the 
<option>--enable-isapi</option>
+      option. Even the module will compile, install and load fine, the module 
is 
+      <emphasis>only</emphasis> supported and functional in Win32
+      environments.</para>
     </note>
 
     <para>Build and install <application>Apache</application> by running the
@@ -246,6 +252,7 @@
       for detailed instructions on customizing your
       <application>Apache</application> HTTP server configuration file.</para>
 
+<!--
       <para>There's a problem with the ISAPI DSO module caused from compiling
       with <application>GCC</application>-&gcc-version;. If you included the
       parameter to build the module, comment out the module's load command
@@ -253,7 +260,7 @@
 
 <screen role="root"><userinput>sed -i "s/^LoadModule isapi_module/# &amp;/" \
     /etc/apache/httpd.conf</userinput></screen>
-
+-->
     </sect3>
 
     <sect3  id="apache-init">

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to