blob: 1773eab64fbe1ea191f126c5bc40829019e627ef (
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
|
<!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 modules</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">Apache modules</h1>
<p>Below is a list of all of the modules that come as part of
the Apache distribution. See also the list of modules <a
href="index-bytype.html">sorted by type</a> and the complete
alphabetical list of <a href="directives.html">all Apache
directives</a>. For Apache modules that are not part of the
Apache distribution, please see <a
href="http://modules.apache.org/">http://modules.apache.org</a></p>
<dl>
<dt><a href="core.html">Core</a></dt>
<dd>Core Apache features</dd>
<dt><a href="mod_access.html">mod_access</a></dt>
<dd>Access control based on client hostname or IP
address</dd>
<dt><a href="mod_actions.html">mod_actions</a> Apache 1.1 and
up</dt>
<dd>Executing CGI scripts based on media type or request
method</dd>
<dt><a href="mod_alias.html">mod_alias</a></dt>
<dd>Mapping different parts of the host filesystem in the
document tree, and URL redirection</dd>
<dt><a href="mod_asis.html">mod_asis</a></dt>
<dd>Sending files which contain their own HTTP headers</dd>
<dt><a href="mod_auth.html">mod_auth</a></dt>
<dd>User authentication using text files</dd>
<dt><a href="mod_auth_anon.html">mod_auth_anon</a> Apache 1.1
and up</dt>
<dd>Anonymous user access to authenticated areas</dd>
<dt><a href="mod_auth_db.html">mod_auth_db</a> Apache 1.1 and
up</dt>
<dd>User authentication using Berkeley DB files</dd>
<dt><a href="mod_auth_dbm.html">mod_auth_dbm</a></dt>
<dd>User authentication using DBM files</dd>
<dt><a href="mod_auth_digest.html">mod_auth_digest</a> Apache
1.3.8 and up</dt>
<dd>MD5 authentication</dd>
<dt><a href="mod_autoindex.html">mod_autoindex</a></dt>
<dd>Automatic directory listings</dd>
<dt><a href="mod_browser.html">mod_browser</a> Apache 1.2.*
only</dt>
<dd>Set environment variables based on User-Agent strings.
Replaced by mod_setenvif in Apache 1.3 and up</dd>
<dt><a href="mod_cern_meta.html">mod_cern_meta</a> Apache 1.1
and up</dt>
<dd>Support for HTTP header metafiles</dd>
<dt><a href="mod_cgi.html">mod_cgi</a></dt>
<dd>Invoking CGI scripts</dd>
<dt><a href="mod_cookies.html">mod_cookies</a> up to Apache
1.1.1</dt>
<dd>Support for Netscape-like cookies. Replaced in Apache 1.2
by mod_usertrack</dd>
<dt><a href="mod_define.html">mod_define</a></dt>
<dd>Variable Definition for Arbitrary Directives</dd>
<dt><a href="mod_digest.html">mod_digest</a> Apache 1.1 and
up</dt>
<dd>MD5 authentication (deprecated by mod_auth_digest)</dd>
<dt><a href="mod_dir.html">mod_dir</a></dt>
<dd>Basic directory handling</dd>
<dt><a href="mod_dld.html">mod_dld</a> Apache 1.2.* and
earlier</dt>
<dd>Start-time linking with the GNU libdld. Replaced in
Apache 1.3 by mod_so</dd>
<dt><a href="mod_env.html">mod_env</a> Apache 1.1 and up</dt>
<dd>Passing of environments to CGI scripts</dd>
<dt><a href="mod_example.html">mod_example</a> Apache 1.2 and
up</dt>
<dd>Demonstrates Apache API</dd>
<dt><a href="mod_expires.html">mod_expires</a> Apache 1.2 and
up</dt>
<dd>Apply Expires: headers to resources</dd>
<dt><a href="mod_headers.html">mod_headers</a> Apache 1.2 and
up</dt>
<dd>Add arbitrary HTTP headers to resources</dd>
<dt><a href="mod_imap.html">mod_imap</a> Apache 1.1 and
up</dt>
<dd>The imagemap file handler</dd>
<dt><a href="mod_include.html">mod_include</a></dt>
<dd>Server-parsed documents</dd>
<dt><a href="mod_info.html">mod_info</a> Apache 1.1 and
up</dt>
<dd>Server configuration information</dd>
<dt><a href="mod_isapi.html">mod_isapi</a> WIN32 only</dt>
<dd>Windows ISAPI Extension support</dd>
<dt><a href="mod_log_agent.html">mod_log_agent</a></dt>
<dd>Logging of User Agents</dd>
<dt><a href="mod_log_common.html">mod_log_common</a> up to
Apache 1.1.1</dt>
<dd>Standard logging in the Common Logfile Format. Replaced
by the mod_log_config module in Apache 1.2 and up</dd>
<dt><a href="mod_log_config.html">mod_log_config</a></dt>
<dd>User-configurable logging replacement for
mod_log_common</dd>
<dt><a href="mod_log_referer.html">mod_log_referer</a></dt>
<dd>Logging of document references</dd>
<dt><a href="mod_mime.html">mod_mime</a></dt>
<dd>Determining document types using file extensions</dd>
<dt><a href="mod_mime_magic.html">mod_mime_magic</a></dt>
<dd>Determining document types using "magic numbers"</dd>
<dt><a href="mod_mmap_static.html">mod_mmap_static</a> Apache
1.3 and up</dt>
<dd>Experimental file caching, mapping files into memory to
improve performance</dd>
<dt><a href="mod_negotiation.html">mod_negotiation</a></dt>
<dd>Content negotiation</dd>
<dt><a href="mod_proxy.html">mod_proxy</a> Apache 1.1 and
up</dt>
<dd>Caching proxy abilities</dd>
<dt><a href="mod_rewrite.html">mod_rewrite</a> Apache 1.2 and
up</dt>
<dd>Powerful URI-to-filename mapping using regular
expressions</dd>
<dt><a href="mod_setenvif.html">mod_setenvif</a> Apache 1.3
and up</dt>
<dd>Set environment variables based on client
information</dd>
<dt><a href="mod_so.html">mod_so</a> Apache 1.3 and up</dt>
<dd>Support for loading modules (.so's on Unix, .dll's on
Win32) at runtime</dd>
<dt><a href="mod_speling.html">mod_speling</a> Apache 1.3 and
up</dt>
<dt><a href="mod_ssl/index.html">mod_ssl</a> Apache 1.3 with mod_ssl
applied</dt>
<dd>Apache SSL interface to OpenSSL</dd>
<dd>Automatically correct minor typos in URLs</dd>
<dt><a href="mod_status.html">mod_status</a> Apache 1.1 and
up</dt>
<dd>Server status display</dd>
<dt><a href="mod_unique_id.html">mod_unique_id</a> Apache 1.3
and up</dt>
<dd>Generate unique request identifier for every request</dd>
<dt><a href="mod_userdir.html">mod_userdir</a></dt>
<dd>User home directories</dd>
<dt><a href="mod_usertrack.html">mod_usertrack</a> Apache 1.2
and up</dt>
<dd>User tracking using Cookies (replacement for
mod_cookies.c)</dd>
<dt><a href="mod_vhost_alias.html">mod_vhost_alias</a> Apache
1.3.7 and up</dt>
<dd>Support for dynamically configured mass virtual
hosting</dd>
</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>
|