Changeset 265dc9fb


Ignore:
Timestamp:
01/06/2009 07:54:59 AM (15 years ago)
Author:
Thomas Trepl <thomas@…>
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:
32844d98
Parents:
f862e8ef
Message:

Updated to apache-2.2.11

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf862e8ef r265dc9fb  
    44-->
    55
    6 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     6<!ENTITY day          "06">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    377377<!-- Part VI -->
    378378<!-- Chapter 21 -->
    379 <!ENTITY apache-version               "2.2.8">
     379<!ENTITY apache-version               "2.2.11">
    380380<!-- bind (chapter 19) -->
    381381<!ENTITY nfs-utils-version            "1.1.4">
  • general/sysutils/apache-ant.xml

    rf862e8ef r265dc9fb  
    66
    77  <!ENTITY apache-ant-download-http "http://www.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2">
    8   <!-- <!ENTITY apache-ant-download-ftp  "ftp://ftp.oregonstate.edu/pub/apache/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2"> -->
    9   <!ENTITY apache-ant-download-ftp  " ">
     8  <!ENTITY apache-ant-download-ftp  "ftp://anduin.linuxfromscratch.org/BLFS/svn/a/apache-ant-&apache-ant-version;-src.tar.bz2">
    109  <!ENTITY apache-ant-md5sum        "0d68db4a1ada5c91bcbf53cefd0c2fd7">
    1110  <!ENTITY apache-ant-size          "6.8 MB">
  • introduction/welcome/changelog.xml

    rf862e8ef r265dc9fb  
    4343
    4444    <listitem>
     45      <para>January 6th, 2009</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[thomas] - Updated to apache-2.2.11.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[thomas] - Add anduin as download location to Ant.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4557      <para>January 4th, 2009</para>
    4658      <itemizedlist>
  • server/major/apache.xml

    rf862e8ef r265dc9fb  
    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        "76d2598a4797163d07cd50e5304aa7cd">
    11   <!ENTITY apache-size          "4.6 MB">
     10  <!ENTITY apache-md5sum        "3e98bcb14a7122c274d62419566431bb">
     11  <!ENTITY apache-size          "4.9 MB">
    1212  <!ENTITY apache-buildsize     "83 MB">
    1313  <!ENTITY apache-time          "2.1 SBU">
     
    137137      the parameters shown in the <quote>Command Explanations</quote> section
    138138      below.</para>
     139
     140      <para>While it is not built by default when using the following commands,
     141      the ISAPI DSO module can be created by adding the <option>--enable-isapi</option>
     142      option. Even the module will compile, install and load fine, the module is
     143      <emphasis>only</emphasis> supported and functional in Win32
     144      environments.</para>
    139145    </note>
    140146
     
    247253      <application>Apache</application> HTTP server configuration file.</para>
    248254
     255<!--
    249256      <para>There's a problem with the ISAPI DSO module caused from compiling
    250257      with <application>GCC</application>-&gcc-version;. If you included the
     
    254261<screen role="root"><userinput>sed -i "s/^LoadModule isapi_module/# &amp;/" \
    255262    /etc/apache/httpd.conf</userinput></screen>
    256 
     263-->
    257264    </sect3>
    258265
Note: See TracChangeset for help on using the changeset viewer.