Changeset 9b893e9 for content


Ignore:
Timestamp:
09/27/2004 12:57:06 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
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:
1d602a9d
Parents:
91d67d7
Message:

Modified chown command in Apache instructions to change ownership of more files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/web/apache.xml

    r91d67d7 r9b893e9  
    8383make &amp;&amp;
    8484make install &amp;&amp;
    85 chown root:root /usr/sbin/{apxs,apachectl,dbmmanage,envvars-std,envvars} &amp;&amp;
     85chown root:root /usr/sbin/{apxs,apachectl,dbmmanage,envvars-std,envvars} \
     86    /usr/include/apache/* /usr/lib/apache/httpd.exp \
     87    /usr/share/man/man1/{dbmmanage,htdigest,htpasswd}.1 \
     88    /usr/share/man/man8/{ab,apachectl,apxs,httpd,logresolve,rotatelogs,suexec}.8 &amp;&amp;
    8689chown -R apache:apache /srv/www</command></userinput></screen>
    8790
     
    106109module and enable <acronym>SSL</acronym> support.</para>
    107110
    108 <para><command>chown root:root /usr/sbin/{...}</command>: This command changes
     111<para><command>chown root:root ...</command>: This command changes
    109112the ownership of some installed files, the result of building the package as a
    110113user other than root.</para>
Note: See TracChangeset for help on using the changeset viewer.