Ignore:
Timestamp:
07/23/2014 04:39:44 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c8523aaa
Parents:
54acf58
Message:

Update to libXfont-1.5.0.
Update to libpcap-1.6.1.
Update to httpd-2.4.10.
cURL-7.37.1: typo. Thanks Denis MUGNIER.
SBC-1.2: add switch to configure.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/apache.xml

    r54acf58 r14dc4b73  
    88           "http://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
    99  <!ENTITY apache-download-ftp  " ">
    10   <!ENTITY apache-md5sum        "2ef4e65353497606b24fa9bb3e5a3c40">
    11   <!ENTITY apache-size          "4.8 MB">
    12   <!ENTITY apache-buildsize     "97 MB">
     10  <!ENTITY apache-md5sum        "44543dff14a4ebc1e9e2d86780507156">
     11  <!ENTITY apache-size          "4.9 MB">
     12  <!ENTITY apache-buildsize     "94 MB">
    1313  <!ENTITY apache-time          "0.7 SBU">
    1414]>
     
    134134<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch &amp;&amp;
    135135sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &amp;&amp;
    136 ./configure --enable-layout=BLFS                            \
     136./configure --enable-authnz-fcgi                            \
     137            --enable-layout=BLFS                            \
    137138            --enable-mods-shared="all cgi"                  \
    138139            --enable-mpms-shared=all                        \
     140            --enable-suexec=shared                          \
    139141            --with-apr=/usr/bin/apr-1-config                \
    140142            --with-apr-util=/usr/bin/apu-1-config           \
    141             --enable-suexec=shared                          \
    142143            --with-suexec-bin=/usr/lib/httpd/suexec         \
    143144            --with-suexec-docroot=/srv/www                  \
     
    174175      <application>apxs</application> utility to use absolute pathnames for
    175176      modules, when instructed to do so.
     177    </para>
     178
     179    <para>
     180      <parameter>--enable-authnz-fcgi</parameter>: Build FastCGI
     181      authorizer-based authentication and authorization (mod_authnz_fcgi.so
     182      fast CGI module).
    176183    </para>
    177184
Note: See TracChangeset for help on using the changeset viewer.