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

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 da23cf6a was da23cf6a, checked in by Igor Živković <igor@…>, 21 years ago

updated alsa intro, modified apache instructions

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

  • Property mode set to 100644
File size: 2.5 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>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
23</sect2>
24
25<sect2><title>Description</title>
26
27<sect3><title>ab</title>
28<para><command>ab</command> is a tool for benchmarking your Apache <acronym>HTTP</acronym> server.
29</para></sect3>
30
31<sect3><title>apachectl</title>
32<para><command>apachectl</command> is a frontend to the Apache <acronym>HTTP</acronym>
33server which is designed to help the administrator control the functioning of the Apache
34httpd daemon.</para></sect3>
35
36<sect3><title>apxs</title>
37<para><command>apxs</command>
38is a tool for building and installing extension modules for the Apache
39<acronym>HTTP</acronym> server.</para></sect3>
40
41<sect3><title>dbmmanage</title>
42<para><command>dbmmanage</command> is used to create and update the
43<acronym>DBM</acronym> format files used to store usernames and password
44for basic authentication of <acronym>HTTP</acronym>
45users.</para></sect3>
46
47<sect3><title>htdigest</title>
48<para><command>htdigest</command> is used to create and update the
49flat-files used to store usernames, realm and password for digest
50authentication of <acronym>HTTP</acronym> users.</para></sect3>
51
52<sect3><title>htpasswd</title>
53<para><command>htpasswd</command> is used to create and update the
54flat-files used to store usernames and password for basic authentication of
55<acronym>HTTP</acronym> users.</para></sect3>
56
57<sect3><title>httpd</title>
58<para><command>httpd</command> is the Apache <acronym>HTTP</acronym>
59server program.</para></sect3>
60
61<sect3><title>instdso.sh</title>
62<para><command>instdso.sh</command> is a script which installs Apache
63<acronym>DSO</acronym> modules.</para></sect3>
64
65<sect3><title>logresolve</title>
66<para><command>logresolve</command> is a post-processing program to
67resolve IP-addresses in Apache's access logfiles.</para></sect3>
68
69<sect3><title>rotatelogs</title>
70<para><command>rotatelogs</command> is a simple program for use in
71conjunction with Apache's piped logfile feature.</para></sect3>
72
73</sect2>
Note: See TracBrowser for help on using the repository browser.