mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to Apache HTTPD-2.2.15
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8367 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1d89a17c9a
commit
2122007a16
@ -438,7 +438,7 @@ $Date$
|
||||
|
||||
<!-- 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) -->
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
@ -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 @@ useradd -c "Apache Server" -d /dev/null -g apache \
|
||||
<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 @@ chown -v -R apache:apache /srv/www</userinput></screen>
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user