Changeset c6dc484


Ignore:
Timestamp:
03/30/2007 02:14:58 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
2481e2a
Parents:
95112eb
Message:

Updated to Apache HTTPD-2.2.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r95112eb rc6dc484  
    335335<!-- Part VI -->
    336336<!-- Chapter 21 -->
    337 <!ENTITY apache-version               "2.2.2">
     337<!ENTITY apache-version               "2.2.4">
    338338<!-- bind (chapter 19) -->
    339339<!ENTITY nfs-utils-version            "1.0.10">
  • introduction/welcome/changelog.xml

    r95112eb rc6dc484  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Apache HTTPD-2.2.4.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to GTK-Doc-1.8.</para>
    4952        </listitem>
  • server/major/apache.xml

    r95112eb rc6dc484  
    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        "9c759a9744436de6a6aa2ddbc49d6e81">
    11   <!ENTITY apache-size          "4.8 MB">
    12   <!ENTITY apache-buildsize     "91.5 MB">
     10  <!ENTITY apache-md5sum        "536c86c7041515a25dd8bad3611da9a3">
     11  <!ENTITY apache-size          "4.9 MB">
     12  <!ENTITY apache-buildsize     "93 MB">
    1313  <!ENTITY apache-time          "2.0 SBU">
    1414]>
     
    7777    <xref linkend="pcre"/>,
    7878    <xref linkend="pkgconfig"/>,
    79     <xref linkend="expat"/>, and
     79    <xref linkend="expat"/>,
     80    <ulink url="http://apr.apache.org/">APR</ulink>,
     81    <ulink url="http://apr.apache.org/">APR-util</ulink>, and
    8082    <ulink url="http://www.distcache.org/">distcache</ulink></para>
     83
     84    <para>Though you can install APR and APR-util as separate components,
     85    it is recommended to use the bundled versions that come with the Apache
     86    HTTPD tarball.</para>
    8187
    8288    <para condition="html" role="usernotes">User Notes:
     
    147153    <title>Command Explanations</title>
    148154
    149     <para><option>--with-expat=/usr</option>: Uses the system installed
     155    <!-- This is not required any longer. Finds and uses system installed
     156         version of Expat without any issues
     157    <para><option>-with-expat=/usr</option>: Uses the system installed
    150158    <application>expat</application>. <emphasis role="strong">If you have
    151159    installed  <application>expat</application> and do not use this switch, the
    152160    <application>Apache</application> installation may overwrite some files
    153161    from the <application>expat</application> installation.</emphasis></para>
     162    -->
    154163
    155164    <para><parameter>--enable-mods-shared=all</parameter>: The modules
Note: See TracChangeset for help on using the changeset viewer.