glfs/content/web/apache/apache-desc.xml
Igor Živković ff3fa53882 update to Apache-2.0.47
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1050 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-13 00:39:14 +00:00

69 lines
2.3 KiB
XML

<sect2>
<title>Contents</title>
<para>The Apache package provides
<command>ab</command>,
<command>apachectl</command>,
<command>apr-config</command>,
<command>apu-config</command>,
<command>apxs</command>,
<command>checkgid</command>,
<command>dbmmanage</command>,
<command>htdbm</command>,
<command>htdigest</command>,
<command>htpasswd</command>,
<command>httpd</command>,
<command>logresolve</command>,
<command>rotatelogs</command>,
<filename class="libraryfile">libapr</filename>,
<filename class="libraryfile">libaprutil</filename> and
various modules.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>ab</title>
<para><command>ab</command> is a tool for benchmarking your Apache <acronym>HTTP</acronym> server.
</para></sect3>
<sect3><title>apachectl</title>
<para><command>apachectl</command> is a frontend to the Apache <acronym>HTTP</acronym>
server which is designed to help the administrator control the functioning of the Apache
httpd daemon.</para></sect3>
<sect3><title>apxs</title>
<para><command>apxs</command>
is a tool for building and installing extension modules for the Apache
<acronym>HTTP</acronym> server.</para></sect3>
<sect3><title>dbmmanage</title>
<para><command>dbmmanage</command> is used to create and update the
<acronym>DBM</acronym> format files used to store usernames and password
for basic authentication of <acronym>HTTP</acronym>
users.</para></sect3>
<sect3><title>htdigest</title>
<para><command>htdigest</command> is used to create and update the
flat-files used to store usernames, realm and password for digest
authentication of <acronym>HTTP</acronym> users.</para></sect3>
<sect3><title>htpasswd</title>
<para><command>htpasswd</command> is used to create and update the
flat-files used to store usernames and password for basic authentication of
<acronym>HTTP</acronym> users.</para></sect3>
<sect3><title>httpd</title>
<para><command>httpd</command> is the Apache <acronym>HTTP</acronym>
server program.</para></sect3>
<sect3><title>logresolve</title>
<para><command>logresolve</command> is a post-processing program to
resolve IP-addresses in Apache's access logfiles.</para></sect3>
<sect3><title>rotatelogs</title>
<para><command>rotatelogs</command> is a simple program for use in
conjunction with Apache's piped logfile feature.</para></sect3>
</sect2>