]> granicus.if.org Git - apache/blob - docs/manual/programs/index.xml
xforms
[apache] / docs / manual / programs / index.xml
1 <?xml version='1.0' encoding='UTF-8' ?>
2 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
4 <!-- $LastChangedRevision$ -->
5
6 <!--
7  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
22
23 <manualpage metafile="index.xml.meta">
24 <parentdocument href="../"/>
25
26   <title>Server and Supporting Programs</title>
27
28 <summary>
29     <p>This page documents all the executable programs included
30     with the Apache HTTP Server.</p>
31 </summary>
32
33 <section id="index"><title>Index</title>
34
35     <dl>
36       <dt><program>httpd</program></dt>
37
38       <dd>Apache hypertext transfer protocol server</dd>
39
40       <dt><program>apachectl</program></dt>
41
42       <dd>Apache HTTP server control interface</dd>
43
44       <dt><program>ab</program></dt>
45
46       <dd>Apache HTTP server benchmarking tool</dd>
47
48       <dt><program>apxs</program></dt>
49
50       <dd>APache eXtenSion tool</dd>
51
52       <dt><program>configure</program></dt>
53
54       <dd>Configure the source tree</dd>
55
56       <dt><program>dbmmanage</program></dt>
57
58       <dd>Create and update user authentication files in DBM format
59       for basic authentication</dd>
60
61       <dt><program>fcgistarter</program></dt>
62
63       <dd>Start a FastCGI program</dd>
64
65       <dt><program>firehose</program></dt>
66
67       <dd>Demultiplex a firehose from <module>mod_firehose</module></dd>
68
69       <dt><program>htcacheclean</program></dt>
70
71       <dd>Clean up the disk cache</dd>
72
73       <dt><program>htdigest</program></dt>
74
75       <dd>Create and update user authentication files for digest
76       authentication</dd>
77
78       <dt><program>htdbm</program></dt>
79
80       <dd>Manipulate DBM password databases.</dd>
81
82       <dt><program>htpasswd</program></dt>
83
84       <dd>Create and update user authentication files for basic
85       authentication</dd>
86
87       <dt><program>httxt2dbm</program></dt>
88
89       <dd>Create dbm files for use with RewriteMap</dd>
90
91       <dt><program>logresolve</program></dt>
92
93       <dd>Resolve hostnames for IP-addresses in Apache
94       logfiles</dd>
95
96       <dt><program>log_server_status</program></dt>
97
98       <dd>Periodically log the server's status</dd>
99
100       <dt><program>rotatelogs</program></dt>
101
102       <dd>Rotate Apache logs without having to kill the server</dd>
103
104       <dt><program>split-logfile</program></dt>
105
106       <dd>Split a multi-vhost logfile into per-host logfiles</dd>
107
108       <dt><program>suexec</program></dt>
109
110       <dd>Switch User For Exec</dd>
111
112     </dl>
113 </section>
114
115 </manualpage>