Changeset 5367ecb


Ignore:
Timestamp:
07/15/2004 06:45:33 PM (20 years ago)
Author:
Igor Živković <igor@…>
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:
b054b795
Parents:
4e5749e
Message:

Updated to Apache-2.0.50.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content/web/apache.xml

    r4e5749e r5367ecb  
    88  <!ENTITY apache-download-ftp  "ftp://ftp.tux.org/pub/net/apache/dist/httpd/httpd-&apache-version;.tar.gz">
    99  <!ENTITY apache-size          "5.9 MB">
    10   <!ENTITY apache-buildsize     "75 MB">
     10  <!ENTITY apache-buildsize     "78 MB">
    1111  <!ENTITY apache-time          "1.32 SBU">
    1212]>
     
    3636<itemizedlist spacing='compact'>
    3737<listitem><para>Required Patch: <ulink
    38 url="&patch-root;/httpd-&apache-version;-config-1.patch"/></para></listitem>
     38url="&patch-root;/httpd-&apache-version;-config-2.patch"/></para></listitem>
    3939</itemizedlist></sect3>
    4040
     
    6363be configured without errors. Apply the patch:</para>
    6464
    65 <screen><userinput><command>patch -Np1 -i ../httpd-&apache-version;-config-1.patch</command></userinput></screen>
     65<screen><userinput><command>patch -Np1 -i ../httpd-&apache-version;-config-2.patch</command></userinput></screen>
    6666
    6767<para>Build and install <application>Apache</application> by running the
    6868following commands:</para>
    6969
    70 <screen><userinput><command>./configure --enable-layout=LFS \
     70<screen><userinput><command>./configure --enable-layout=FHS \
    7171    --enable-mods-shared=all &amp;&amp;
    7272make &amp;&amp;
     
    8888server using the run-time configuration directives.</para>
    8989
    90 <para><parameter>--enable-ssl</parameter>: Use this switch
     90<para><option>--enable-ssl</option>: Use this switch
    9191to create the <filename class="libraryfile">mod_ssl</filename>
    9292module and enable <acronym>SSL</acronym> support.</para>
  • general.ent

    r4e5749e r5367ecb  
    213213                                     
    214214<!-- Chapter 24 -->                 
    215 <!ENTITY apache-version               "2.0.49"> 
     215<!ENTITY apache-version               "2.0.50"> 
    216216<!ENTITY php-version                  "4.3.6"> 
    217217<!ENTITY proftpd-version              "1.2.9"> 
  • introduction/welcome/changelog.xml

    r4e5749e r5367ecb  
    2020
    2121<listitem><para>July 15th, 2004 [igor]: Updated to
    22 Firefox-0.9.2.</para></listitem>
     22Firefox-0.9.2 and Apache-2.0.50.</para></listitem>
    2323
    2424<listitem><para>July 14th, 2004 [randy]: Removed moving and symlinking the
Note: See TracChangeset for help on using the changeset viewer.