Ignore:
Timestamp:
08/24/2014 12:21:29 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
dc26bf21
Parents:
0b37e9d6
Message:

Yet even more checks and fixes.

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

File:
1 edited

Legend:

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

    r0b37e9d6 r607c1e67  
    103103      <xref linkend="lynx"/>,
    104104      <xref linkend="openldap"/> (<xref linkend="apr-util"/> needs to be
    105       installed with ldap suport),
     105      compiled with LDAP suport),
    106106      <xref linkend="rsync"/>,
    107107      <ulink url="http://www.distcache.org/">Distcache</ulink>, and
     
    154154
    155155    <para>
    156       Now, as the <systemitem class="username">root</systemitem> user
    157       (notice that DESTDIR does not work properly as unpriviledged user):
     156      Now, as the <systemitem class="username">root</systemitem> user:
    158157    </para>
    159158
     
    161160
    162161mv -v /usr/sbin/suexec /usr/lib/httpd/suexec &amp;&amp;
    163 chgrp apache           /usr/lib/httpd/suexec &amp;&amp;
    164 chmod 4754             /usr/lib/httpd/suexec &amp;&amp;
     162chgrp -v apache        /usr/lib/httpd/suexec &amp;&amp;
     163chmod -v 4754          /usr/lib/httpd/suexec &amp;&amp;
    165164
    166165chown -v -R apache:apache /srv/www</userinput></screen>
     
    298297        </seg>
    299298        <seg>
    300           Several libraries under /usr/lib/httpd/modules/
     299          None
    301300        </seg>
    302301        <seg>
Note: See TracChangeset for help on using the changeset viewer.