Changeset 2b65e69e for server


Ignore:
Timestamp:
07/23/2014 06:26:43 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
d763bcb
Parents:
a29f122
Message:

Rename x7driver.xml to x7driver-systemd.xml because it's now way different. Merge changes from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13592 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/apache-systemd.xml

    ra29f122 r2b65e69e  
    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.