Changeset 31ff91e4 for content/web


Ignore:
Timestamp:
09/29/2003 02:19:14 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ca89a835
Parents:
317034a
Message:

edited Part VII

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

Location:
content/web
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • content/web/apache/apache-config.xml

    r317034a r31ff91e4  
    11<sect2>
    2 <title>Configuring Apache</title>
     2<title>Configuring <application>Apache</application></title>
    33
    44<sect3>
     
    2020create the init.d script:</para>
    2121
    22 <screen><userinput><command>cat &gt; /etc/rc.d/init.d/apache &lt;&lt; "EOF"
     22<screen><userinput><command>cat &gt; /etc/rc.d/init.d/apache &lt;&lt; "EOF"</command>
    2323#!/bin/bash
    2424
     
    5454                ;;
    5555esac
    56 EOF
     56<command>EOF
    5757chmod 755 /etc/rc.d/init.d/apache</command></userinput></screen>
    5858
  • content/web/apache/apache-desc.xml

    r317034a r31ff91e4  
    22<title>Contents</title>
    33
    4 <para>The Apache package provides
     4<para>The <application>Apache</application> package provides
    55<command>ab</command>,
    66<command>apachectl</command>,
     
    2020<filename class="libraryfile">libaprutil</filename> and
    2121various modules.</para>
    22 
    2322</sect2>
    2423
     
    2625
    2726<sect3><title>ab</title>
    28 <para><command>ab</command> is a tool for benchmarking your Apache <acronym>HTTP</acronym> server.
     27<para><command>ab</command> is a tool for benchmarking your
     28<application>Apache</application> <acronym>HTTP</acronym> server.
    2929</para></sect3>
    3030
    3131<sect3><title>apachectl</title>
    32 <para><command>apachectl</command> is a frontend to the Apache <acronym>HTTP</acronym>
    33 server which is designed to help the administrator control the functioning of the Apache
    34 httpd daemon.</para></sect3>
     32<para><command>apachectl</command> is a frontend to the
     33<application>Apache</application> <acronym>HTTP</acronym>
     34server which is designed to help the administrator control the
     35functioning of the <application>Apache</application> httpd daemon.</para></sect3>
    3536
    3637<sect3><title>apxs</title>
    3738<para><command>apxs</command>
    38 is a tool for building and installing extension modules for the Apache
    39 <acronym>HTTP</acronym> server.</para></sect3>
     39is a tool for building and installing extension modules for the
     40<application>Apache</application> <acronym>HTTP</acronym> server.</para></sect3>
    4041
    4142<sect3><title>dbmmanage</title>
     
    5657
    5758<sect3><title>httpd</title>
    58 <para><command>httpd</command> is the Apache <acronym>HTTP</acronym>
     59<para><command>httpd</command> is the <application>Apache</application> <acronym>HTTP</acronym>
    5960server program.</para></sect3>
    6061
    6162<sect3><title>instdso.sh</title>
    62 <para><command>instdso.sh</command> is a script which installs Apache
    63 <acronym>DSO</acronym> modules.</para></sect3>
     63<para><command>instdso.sh</command> is a script which installs
     64<application>Apache</application> <acronym>DSO</acronym> modules.</para></sect3>
    6465
    6566<sect3><title>logresolve</title>
    6667<para><command>logresolve</command> is a post-processing program to
    67 resolve IP-addresses in Apache's access logfiles.</para></sect3>
     68resolve <acronym>IP</acronym>-addresses in <application>Apache</application>'s access logfiles.</para></sect3>
    6869
    6970<sect3><title>rotatelogs</title>
    7071<para><command>rotatelogs</command> is a simple program for use in
    71 conjunction with Apache's piped logfile feature.</para></sect3>
     72conjunction with <application>Apache</application>'s piped logfile feature.</para></sect3>
    7273
    7374</sect2>
  • content/web/apache/apache-inst.xml

    r317034a r31ff91e4  
    1313be configured without errors. Apply the patch:</para>
    1414
    15 <screen><userinput><command>patch -Np1 -i ../httpd-&apache-version;-config.patch</command>
    16 </userinput></screen>
     15<screen><userinput><command>patch -Np1 -i ../httpd-&apache-version;-config.patch</command></userinput></screen>
    1716
    1817<para>Build and install <application>Apache</application> by running the following commands:</para>
  • content/web/php/php-config.xml

    r317034a r31ff91e4  
    99<sect3><title>Configuration Information</title>
    1010
    11 <para>To enable <acronym>PHP</acronym> support in the Apache web server,
     11<para>To enable <acronym>PHP</acronym> support in the
     12<application>Apache</application> web server,
    1213a new AddType directive must be added to the
    1314<filename>httpd.conf</filename> file:</para>
  • content/web/web.xml

    r317034a r31ff91e4  
    22<?dbhtml filename="web.html" dir="content"?>
    33<title>Web serving</title>
     4
     5<para>This chapter includes applications that respond to requests
     6originating from the Internet.  Specifically covered are
     7<acronym>HTTP</acronym> requests and <acronym>FTP</acronym>
     8requests.</para>
    49
    510&apache;
Note: See TracChangeset for help on using the changeset viewer.