Changeset b1623c2 for content


Ignore:
Timestamp:
06/24/2004 10:02:07 PM (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:
2b257922
Parents:
bb2a071c
Message:

more package patch renaming

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/web/apache.xml

    rbb2a071c rb1623c2  
    3636<itemizedlist spacing='compact'>
    3737<listitem><para>Required Patch: <ulink
    38 url="&patch-root;/httpd-&apache-version;-config.patch"/></para></listitem>
     38url="&patch-root;/httpd-&apache-version;-config-1.patch"/></para></listitem>
    3939</itemizedlist></sect3>
    4040
    4141<sect3><title><application>Apache</application> dependencies</title>
    4242<sect4><title>Optional</title>
    43 <para><xref linkend="db"/> or <xref linkend="gdbm"/>, <xref linkend="openssl"/>, <xref
    44 linkend="openldap"/> and <xref linkend="expat"/>
    45 </para></sect4>
     43<para><xref linkend="db"/> or <xref linkend="gdbm"/>, <xref linkend="openssl"/>,
     44<xref linkend="openldap"/> and <xref linkend="expat"/></para></sect4>
    4645</sect3>
    4746
     
    5150<title>Installation of <application>Apache</application></title>
    5251
    53 <para>For security reasons, running the server as an unprivileged user and group is strongly encouraged.</para>
     52<para>For security reasons, running the server as an unprivileged user and
     53group is strongly encouraged.</para>
    5454
    5555<screen><userinput><command>groupadd apache &amp;&amp;
     
    6262be configured without errors. Apply the patch:</para>
    6363
    64 <screen><userinput><command>patch -Np1 -i ../httpd-&apache-version;-config.patch</command></userinput></screen>
    65 
    66 <para>Build and install <application>Apache</application> by running the following commands:</para>
     64<screen><userinput><command>patch -Np1 -i ../httpd-&apache-version;-config-1.patch</command></userinput></screen>
     65
     66<para>Build and install <application>Apache</application> by running the
     67following commands:</para>
    6768
    6869<screen><userinput><command>./configure --enable-layout=LFS \
    69             --enable-mods-shared=all &amp;&amp;
     70    --enable-mods-shared=all &amp;&amp;
    7071make &amp;&amp;
    7172make install</command></userinput></screen>
     
    7879<para><parameter>--with-expat=/usr</parameter>: Uses system installed
    7980expat. <emphasis>If you have installed expat and do not use this switch, the
    80 apache installation may overwrite some files from the expat installation.</emphasis></para>
     81apache installation may overwrite some files from the expat
     82installation.</emphasis></para>
     83
    8184<para><parameter>--enable-mods-shared=all</parameter>: We want modules
    8285to be compiled and used as Dynamic Shared Objects
    8386(<acronym>DSO</acronym>s) so they can be included and excluded from the
    84 server using the run-time configuration directives.
    85 </para>
     87server using the run-time configuration directives.</para>
    8688
    8789<para><parameter>--enable-ssl</parameter>: Use this switch
     
    108110
    109111<screen><userinput><command>sed -i -e "s%User nobody%User apache%" -e "s%^Group #-1%Group apache%" /etc/apache/httpd.conf</command></userinput></screen>
    110    
     112
    111113<para>See
    112114<ulink url="http://httpd.apache.org/docs-2.0/configuring.html"/> for
     
    115117
    116118<para>Install the <filename>/etc/rc.d/init.d/apache</filename>
    117 init script included in the <xref linkend="intro-important-bootscripts"/> package.</para>
    118                                                                                                                
     119init script included in the <xref linkend="intro-important-bootscripts"/>
     120package.</para>
     121
    119122<screen><userinput><command>make install-apache</command></userinput></screen>
    120123
     
    181184
    182185<sect3><title>httpd</title>
    183 <para><command>httpd</command> is the <application>Apache</application> <acronym>HTTP</acronym>
    184 server program.</para></sect3>
     186<para><command>httpd</command> is the <application>Apache</application>
     187<acronym>HTTP</acronym> server program.</para></sect3>
    185188
    186189<sect3><title>instdso.sh</title>
     
    190193<sect3><title>logresolve</title>
    191194<para><command>logresolve</command> is a post-processing program to
    192 resolve <acronym>IP</acronym>-addresses in <application>Apache</application>'s access log files.</para></sect3>
     195resolve <acronym>IP</acronym>-addresses in <application>Apache</application>'s
     196access log files.</para></sect3>
    193197
    194198<sect3><title>rotatelogs</title>
    195 <para><command>rotatelogs</command> is a simple program for use in
    196 conjunction with <application>Apache</application>'s piped log file feature.</para></sect3>
     199<para><command>rotatelogs</command> is a simple program for use in conjunction
     200with <application>Apache</application>'s piped log file feature.</para></sect3>
    197201
    198202</sect2>
Note: See TracChangeset for help on using the changeset viewer.