Changeset 84ee2932


Ignore:
Timestamp:
10/19/2004 04:34:20 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
6c8ceb4
Parents:
6e01862c
Message:

Updated to Apache-2.0.52

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content/web/apache.xml

    r6e01862c r84ee2932  
    55  %general-entities;
    66
    7   <!ENTITY apache-download-http "http://www.apache.org/dist/httpd/httpd-&apache-version;.tar.gz">
    8   <!ENTITY apache-download-ftp  "ftp://ftp.tux.org/pub/net/apache/dist/httpd/httpd-&apache-version;.tar.gz">
    9   <!ENTITY apache-size          "6.7 MB">
     7  <!ENTITY apache-download-http "http://www.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
     8  <!ENTITY apache-download-ftp  "ftp://ftp.tux.org/pub/net/apache/dist/httpd/httpd-&apache-version;.tar.bz2">
     9  <!ENTITY apache-md5sum        "0e1b47c53921a1fc8fb006effdb3bf1c">
     10  <!ENTITY apache-size          "5.2 MB">
    1011  <!ENTITY apache-buildsize     "78 MB">
    1112  <!ENTITY apache-time          "1.12 SBU">
     
    3435<listitem><para>Download (FTP):
    3536<ulink url="&apache-download-ftp;"/></para></listitem>
     37<listitem><para>MD5 sum: &apache-md5sum;</para></listitem>
    3638<listitem><para>Download size: &apache-size;</para></listitem>
    3739<listitem><para>Estimated Disk space required:
     
    146148detailed instructions on customizing your <application>Apache</application>
    147149<acronym>HTTP</acronym> server.</para>
     150
     151<para>There's a problem with the ISAPI <acronym>DSO</acronym> module
     152caused from compiling with
     153<application><acronym>GCC</acronym></application>-3.4.1. Comment out the
     154module from the configuration file with the following command:</para>
     155
     156<screen><userinput><command>sed -i -e "s/^LoadModule isapi_module/# &amp;/" \
     157    /etc/apache/httpd.conf</command></userinput></screen>
    148158
    149159<para>Install the <filename>/etc/rc.d/init.d/apache</filename>
  • general.ent

    r6e01862c r84ee2932  
    222222                                     
    223223<!-- Chapter 24 -->                 
    224 <!ENTITY apache-version               "2.0.51"> 
     224<!ENTITY apache-version               "2.0.52"> 
    225225<!ENTITY php-version                  "5.0.1"> 
    226226<!ENTITY proftpd-version              "1.2.10"> 
  • introduction/welcome/changelog.xml

    r6e01862c r84ee2932  
    2424
    2525<listitem><para>October 18th, 2004 [randy]: Added optional dependency
    26 to HTML Tidy.</para></listitem>
     26to HTML Tidy; updated to Apache-2.0.52.</para></listitem>
    2727
    2828<listitem><para>October 18th, 2004 [randy]: Updated to
Note: See TracChangeset for help on using the changeset viewer.