blob: c3bcf6c8f96cd294c6c4dc157633c3bc850195aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<title>Apache HTTP Server and Supporting Programs</title>
</head>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
<body bgcolor="#ffffff" text="#000000" link="#0000ff"
vlink="#000080" alink="#ff0000">
<div align="CENTER">
<img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" />
<h3>Apache HTTP Server Version 1.3</h3>
</div>
<h1 align="center">Server and Supporting Programs</h1>
<p>This page documents all the executable programs included
with the Apache HTTP Server.</p>
<dl>
<dt><a href="httpd.html">httpd</a></dt>
<dd>Apache hypertext transfer protocol server</dd>
<dt><a href="apachectl.html">apachectl</a></dt>
<dd>Apache HTTP server control interface</dd>
<dt><a href="ab.html">ab</a></dt>
<dd>Apache HTTP server benchmarking tool</dd>
<dt><a href="apxs.html">apxs</a></dt>
<dd>APache eXtenSion tool</dd>
<dt><a href="dbmmanage.html">dbmmanage</a></dt>
<dd>Create and update user authentication files in DBM format
for basic authentication</dd>
<dt><a href="htdigest.html">htdigest</a></dt>
<dd>Create and update user authentication files for digest
authentication</dd>
<dt><a href="htpasswd.html">htpasswd</a></dt>
<dd>Create and update user authentication files for basic
authentication</dd>
<dt><a href="logresolve.html">logresolve</a></dt>
<dd>Resolve hostnames for IP-addresses in Apache
logfiles</dd>
<dt><a href="rotatelogs.html">rotatelogs</a></dt>
<dd>Rotate Apache logs without having to kill the server</dd>
<dt><a href="suexec.html">suexec</a></dt>
<dd>Switch User For Exec</dd>
<dt><a href="other.html">Other Programs</a></dt>
</dl>
<hr />
<h3 align="CENTER">Apache HTTP Server Version 1.3</h3>
<a href="./"><img src="../images/index.gif" alt="Index" /></a>
<a href="../"><img src="../images/home.gif" alt="Home" /></a>
</body>
</html>
|