Ignore:
Timestamp:
03/30/2010 05:15:58 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b0b12fa
Parents:
1d89a17
Message:

Updated to Apache HTTPD-2.2.15

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8367 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/apache.xml

    r1d89a17 r2122007  
    88  <!ENTITY apache-download-http "http://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
    99  <!ENTITY apache-download-ftp  "ftp://apache.mirrors.pair.com/httpd/httpd-&apache-version;.tar.bz2">
    10   <!ENTITY apache-md5sum        "3e98bcb14a7122c274d62419566431bb">
     10  <!ENTITY apache-md5sum        "016cec97337eccead2aad6a7c27f2e14">
    1111  <!ENTITY apache-size          "4.9 MB">
    12   <!ENTITY apache-buildsize     "83 MB">
    13   <!ENTITY apache-time          "2.1 SBU">
     12  <!ENTITY apache-buildsize     "100 MB">
     13  <!ENTITY apache-time          "2.0 SBU">
    1414]>
    1515
     
    6868
    6969    <bridgehead renderas="sect4">Optional</bridgehead>
    70     <para role="optional"><xref linkend="db"/>,
    71     <xref linkend="openssl"/>,
    72     <xref linkend="openldap"/>,
     70    <para role="optional"><xref linkend="openldap"/>,
    7371    <xref linkend="pcre"/>,
     72    <xref linkend="rsync"/>,
     73    <xref linkend="lynx"/>,
    7474    <ulink url="http://apr.apache.org/">APR</ulink>,
    7575    <ulink url="http://apr.apache.org/">APR-util</ulink>, and
     
    7979    APR-util)</bridgehead>
    8080    <para role="optional"><!-- <xref linkend="pkgconfig"/>, -->
     81    <xref linkend="openssl"/>,
    8182    <xref linkend="expat"/>,
    8283    <!-- <xref linkend="gdbm"/>, -->
     84    <xref linkend="db"/>,
     85    <xref linkend="unixodbc"/>,
    8386    <xref linkend="postgresql"/>, and
    8487    <xref linkend="sqlite"/></para>
     
    148151    following commands:</para>
    149152
    150 <screen><userinput>./configure --enable-layout=FHS --enable-mods-shared=all &amp;&amp;
     153<screen><userinput>./configure --enable-layout=FHS \
     154            --enable-mods-shared=all \
     155            --enable-so &amp;&amp;
    151156make</userinput></screen>
    152157
     
    186191    module and enable SSL support. This parameter is mentioned as one of many
    187192    parameters which can be passed to the <command>configure</command> command
    188     to create additional DSO modules.</para>
     193    to create additional DSO modules. Note that it really only affects the
     194    APR-Util sub-package, which the HTTPD installation then uses.</para>
    189195
    190196    <para><option>--with-pcre</option>: Add this parameter to use the system
Note: See TracChangeset for help on using the changeset viewer.