source: content/web/apache/apache-desc.xml@ babc75b

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_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since babc75b was c2ee009c, checked in by Larry Lawrence <larry@…>, 21 years ago

edited compound words

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

  • Property mode set to 100644
File size: 2.7 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The <application>Apache</application> 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>instdso.sh</command>,
17<command>logresolve</command>,
18<command>rotatelogs</command>,
19<filename class="libraryfile">libapr</filename>,
20<filename class="libraryfile">libaprutil</filename> and
21various modules.</para>
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
28<application>Apache</application> <acronym>HTTP</acronym> server.
29</para></sect3>
30
31<sect3><title>apachectl</title>
32<para><command>apachectl</command> is a front end 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>
36
37<sect3><title>apxs</title>
38<para><command>apxs</command>
39is a tool for building and installing extension modules for the
40<application>Apache</application> <acronym>HTTP</acronym> server.</para></sect3>
41
42<sect3><title>dbmmanage</title>
43<para><command>dbmmanage</command> is used to create and update the
44<filename>DBM</filename> format files used to store usernames and password
45for basic authentication of <acronym>HTTP</acronym>
46users.</para></sect3>
47
48<sect3><title>htdigest</title>
49<para><command>htdigest</command> is used to create and update the
50flat-files used to store usernames, realm and password for digest
51authentication of <acronym>HTTP</acronym> users.</para></sect3>
52
53<sect3><title>htpasswd</title>
54<para><command>htpasswd</command> is used to create and update the
55flat-files used to store usernames and password for basic authentication of
56<acronym>HTTP</acronym> users.</para></sect3>
57
58<sect3><title>httpd</title>
59<para><command>httpd</command> is the <application>Apache</application> <acronym>HTTP</acronym>
60server program.</para></sect3>
61
62<sect3><title>instdso.sh</title>
63<para><command>instdso.sh</command> is a script which installs
64<application>Apache</application> <acronym>DSO</acronym> modules.</para></sect3>
65
66<sect3><title>logresolve</title>
67<para><command>logresolve</command> is a post-processing program to
68resolve <acronym>IP</acronym>-addresses in <application>Apache</application>'s access log files.</para></sect3>
69
70<sect3><title>rotatelogs</title>
71<para><command>rotatelogs</command> is a simple program for use in
72conjunction with <application>Apache</application>'s piped log file feature.</para></sect3>
73
74</sect2>
Note: See TracBrowser for help on using the repository browser.