Author: randy
Date: 2010-03-30 11:15:58 -0600 (Tue, 30 Mar 2010)
New Revision: 8367
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/major/apache.xml
Log:
Updated to Apache HTTPD-2.2.15
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-03-30 16:28:38 UTC (rev 8366)
+++ trunk/BOOK/general.ent 2010-03-30 17:15:58 UTC (rev 8367)
@@ -438,7 +438,7 @@
<!-- Part VI -->
<!-- Chapter 21 -->
-<!ENTITY apache-version "2.2.11">
+<!ENTITY apache-version "2.2.15">
<!-- 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 2010-03-30 16:28:38 UTC
(rev 8366)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-30 17:15:58 UTC
(rev 8367)
@@ -45,6 +45,9 @@
<para>March 30th, 2010</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated to Apache HTTPD-2.2.15.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated to OpenSSL-0.9.8n.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/server/major/apache.xml
===================================================================
--- trunk/BOOK/server/major/apache.xml 2010-03-30 16:28:38 UTC (rev 8366)
+++ trunk/BOOK/server/major/apache.xml 2010-03-30 17:15:58 UTC (rev 8367)
@@ -7,10 +7,10 @@
<!-- <!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 "3e98bcb14a7122c274d62419566431bb">
+ <!ENTITY apache-md5sum "016cec97337eccead2aad6a7c27f2e14">
<!ENTITY apache-size "4.9 MB">
- <!ENTITY apache-buildsize "83 MB">
- <!ENTITY apache-time "2.1 SBU">
+ <!ENTITY apache-buildsize "100 MB">
+ <!ENTITY apache-time "2.0 SBU">
]>
<sect1 id="apache" xreflabel="Apache-&apache-version;">
@@ -67,10 +67,10 @@
<bridgehead renderas="sect3">Apache Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="db"/>,
- <xref linkend="openssl"/>,
- <xref linkend="openldap"/>,
+ <para role="optional"><xref linkend="openldap"/>,
<xref linkend="pcre"/>,
+ <xref linkend="rsync"/>,
+ <xref linkend="lynx"/>,
<ulink url="http://apr.apache.org/">APR</ulink>,
<ulink url="http://apr.apache.org/">APR-util</ulink>, and
<ulink url="http://www.distcache.org/">distcache</ulink></para>
@@ -78,8 +78,11 @@
<bridgehead renderas="sect4">Optional (Only if Using the Bundled
APR-util)</bridgehead>
<para role="optional"><!-- <xref linkend="pkgconfig"/>, -->
+ <xref linkend="openssl"/>,
<xref linkend="expat"/>,
<!-- <xref linkend="gdbm"/>, -->
+ <xref linkend="db"/>,
+ <xref linkend="unixodbc"/>,
<xref linkend="postgresql"/>, and
<xref linkend="sqlite"/></para>
@@ -147,7 +150,9 @@
<para>Build and install <application>Apache</application> by running the
following commands:</para>
-<screen><userinput>./configure --enable-layout=FHS --enable-mods-shared=all
&&
+<screen><userinput>./configure --enable-layout=FHS \
+ --enable-mods-shared=all \
+ --enable-so &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -185,7 +190,8 @@
to create the <filename class="libraryfile">mod_ssl</filename>
module and enable SSL support. This parameter is mentioned as one of many
parameters which can be passed to the <command>configure</command> command
- to create additional DSO modules.</para>
+ to create additional DSO modules. Note that it really only affects the
+ APR-Util sub-package, which the HTTPD installation then uses.</para>
<para><option>--with-pcre</option>: Add this parameter to use the system
installed version of the <application>PCRE</application> library.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page