source: content/web/apache/apache-desc.xml@ 7890d2be

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
Last change on this file since 7890d2be was ff3fa53, checked in by Igor Živković <igor@…>, 21 years ago

update to Apache-2.0.47

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

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The Apache package provides
5<command>ab</command>,
6<command>apachectl</command>,
7<command>apr-config</command>,
8<command>apu-config</command>,
9<command>apxs</command>,
10<command>checkgid</command>,
11<command>dbmmanage</command>,
12<command>htdbm</command>,
13<command>htdigest</command>,
14<command>htpasswd</command>,
15<command>httpd</command>,
16<command>logresolve</command>,
17<command>rotatelogs</command>,
18<filename class="libraryfile">libapr</filename>,
19<filename class="libraryfile">libaprutil</filename> and
20various modules.</para>
21
22</sect2>
23
24<sect2><title>Description</title>
25
26<sect3><title>ab</title>
27<para><command>ab</command> is a tool for benchmarking your Apache <acronym>HTTP</acronym> server.
28</para></sect3>
29
30<sect3><title>apachectl</title>
31<para><command>apachectl</command> is a frontend to the Apache <acronym>HTTP</acronym>
32server which is designed to help the administrator control the functioning of the Apache
33httpd daemon.</para></sect3>
34
35<sect3><title>apxs</title>
36<para><command>apxs</command>
37is a tool for building and installing extension modules for the Apache
38<acronym>HTTP</acronym> server.</para></sect3>
39
40<sect3><title>dbmmanage</title>
41<para><command>dbmmanage</command> is used to create and update the
42<acronym>DBM</acronym> format files used to store usernames and password
43for basic authentication of <acronym>HTTP</acronym>
44users.</para></sect3>
45
46<sect3><title>htdigest</title>
47<para><command>htdigest</command> is used to create and update the
48flat-files used to store usernames, realm and password for digest
49authentication of <acronym>HTTP</acronym> users.</para></sect3>
50
51<sect3><title>htpasswd</title>
52<para><command>htpasswd</command> is used to create and update the
53flat-files used to store usernames and password for basic authentication of
54<acronym>HTTP</acronym> users.</para></sect3>
55
56<sect3><title>httpd</title>
57<para><command>httpd</command> is the Apache <acronym>HTTP</acronym>
58server program.</para></sect3>
59
60<sect3><title>logresolve</title>
61<para><command>logresolve</command> is a post-processing program to
62resolve IP-addresses in Apache's access logfiles.</para></sect3>
63
64<sect3><title>rotatelogs</title>
65<para><command>rotatelogs</command> is a simple program for use in
66conjunction with Apache's piped logfile feature.</para></sect3>
67
68</sect2>
Note: See TracBrowser for help on using the repository browser.