1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6<html xmlns="http://www.w3.org/1999/xhtml">
7  <head>
8    <meta name="generator" content="HTML Tidy, see www.w3.org" />
9
10    <title>Apache modules</title>
11  </head>
12  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
13
14  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
15  vlink="#000080" alink="#FF0000">
16        <div align="CENTER">
17      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" />
18
19      <h3>Apache HTTP Server Version 1.3</h3>
20    </div>
21
22
23    <h1 align="CENTER">Apache modules</h1>
24
25    <p>Below is a list of all of the modules that come as part of
26    the Apache distribution. See also the list of modules <a
27    href="./">sorted alphabetically</a> and the complete
28    alphabetical list of <a href="directives.html">all Apache
29    directives</a>. For modules that are not part of the Apache
30    distribution, please see <a
31    href="http://modules.apache.org/">http://modules.apache.org</a>.</p>
32
33    <h2>Core</h2>
34
35    <dl>
36      <dt><a href="core.html">Core</a></dt>
37
38      <dd>Core Apache features</dd>
39    </dl>
40
41    <h2>Environment Creation</h2>
42
43    <dl>
44      <dt><a href="mod_env.html">mod_env</a></dt>
45
46      <dd>Passing of environments to CGI scripts</dd>
47
48      <dt><a href="mod_setenvif.html">mod_setenvif</a> Apache 1.3
49      and up</dt>
50
51      <dd>Set environment variables based on client
52      information</dd>
53
54      <dt><a href="mod_unique_id.html">mod_unique_id</a> Apache 1.3
55      and up</dt>
56
57      <dd>Generate unique request identifier for every request</dd>
58    </dl>
59
60    <h2>Content Type Decisions</h2>
61
62    <dl>
63      <dt><a href="mod_mime.html">mod_mime</a></dt>
64
65      <dd>Determining document types using file extensions</dd>
66
67      <dt><a href="mod_mime_magic.html">mod_mime_magic</a></dt>
68
69      <dd>Determining document types using "magic numbers"</dd>
70
71      <dt><a href="mod_negotiation.html">mod_negotiation</a></dt>
72
73      <dd>Content negotiation</dd>
74    </dl>
75
76    <h2>URL Mapping</h2>
77
78    <dl>
79      <dt><a href="mod_alias.html">mod_alias</a></dt>
80
81      <dd>Mapping different parts of the host filesystem in the
82      document tree, and URL redirection</dd>
83
84      <dt><a href="mod_rewrite.html">mod_rewrite</a> Apache 1.2 and
85      up</dt>
86
87      <dd>Powerful URI-to-filename mapping using regular
88      expressions</dd>
89
90      <dt><a href="mod_userdir.html">mod_userdir</a></dt>
91
92      <dd>User home directories</dd>
93
94      <dt><a href="mod_speling.html">mod_speling</a> Apache 1.3 and
95      up</dt>
96
97      <dd>Automatically correct minor typos in URLs</dd>
98
99      <dt><a href="mod_vhost_alias.html">mod_vhost_alias</a> Apache
100      1.3.7 and up</dt>
101
102      <dd>Support for dynamically configured mass virtual
103      hosting</dd>
104    </dl>
105
106    <h2>Directory Handling</h2>
107
108    <dl>
109      <dt><a href="mod_dir.html">mod_dir</a></dt>
110
111      <dd>Basic directory handling</dd>
112
113      <dt><a href="mod_autoindex.html">mod_autoindex</a></dt>
114
115      <dd>Automatic directory listings</dd>
116    </dl>
117
118    <h2>Access Control</h2>
119
120    <dl>
121      <dt><a href="mod_access.html">mod_access</a></dt>
122
123      <dd>Access control based on client hostname or IP
124      address</dd>
125
126      <dt><a href="mod_auth.html">mod_auth</a></dt>
127
128      <dd>User authentication using text files</dd>
129
130      <dt><a href="mod_auth_dbm.html">mod_auth_dbm</a></dt>
131
132      <dd>User authentication using DBM files</dd>
133
134      <dt><a href="mod_auth_db.html">mod_auth_db</a></dt>
135
136      <dd>User authentication using Berkeley DB files</dd>
137
138      <dt><a href="mod_auth_anon.html">mod_auth_anon</a> Apache 1.1
139      and up</dt>
140
141      <dd>Anonymous user access to authenticated areas</dd>
142
143      <dt><a href="mod_auth_digest.html">mod_auth_digest</a> Apache
144      1.3.8 and up</dt>
145
146      <dd>Experimental MD5 authentication</dd>
147
148      <dt><a href="mod_digest.html">mod_digest</a> Apache 1.1 and
149      up</dt>
150
151      <dd>MD5 authentication</dd>
152    </dl>
153
154    <h2>HTTP Response</h2>
155
156    <dl>
157      <dt><a href="mod_headers.html">mod_headers</a> Apache 1.2 and
158      up</dt>
159
160      <dd>Add arbitrary HTTP headers to resources</dd>
161
162      <dt><a href="mod_cern_meta.html">mod_cern_meta</a> Apache 1.1
163      and up</dt>
164
165      <dd>Support for HTTP header metafiles</dd>
166
167      <dt><a href="mod_expires.html">mod_expires</a> Apache 1.2 and
168      up</dt>
169
170      <dd>Apply Expires: headers to resources</dd>
171
172      <dt><a href="mod_asis.html">mod_asis</a></dt>
173
174      <dd>Sending files which contain their own HTTP headers</dd>
175
176      <dt><a href="mod_ssl/index.html">mod_ssl</a></dt>
177
178      <dd>Support for HTTPS</dd>
179    </dl>
180
181    <h2>Dynamic Content</h2>
182
183    <dl>
184      <dt><a href="mod_include.html">mod_include</a></dt>
185
186      <dd>Server-parsed documents</dd>
187
188      <dt><a href="mod_cgi.html">mod_cgi</a></dt>
189
190      <dd>Invoking CGI scripts</dd>
191
192      <dt><a href="mod_actions.html">mod_actions</a> Apache 1.1 and
193      up</dt>
194
195      <dd>Executing CGI scripts based on media type or request
196      method</dd>
197
198    </dl>
199
200    <h2>Internal Content Handlers</h2>
201
202    <dl>
203      <dt><a href="mod_status.html">mod_status</a> Apache 1.1 and
204      up</dt>
205
206      <dd>Server status display</dd>
207
208      <dt><a href="mod_info.html">mod_info</a> Apache 1.1 and
209      up</dt>
210
211      <dd>Server configuration information</dd>
212    </dl>
213
214    <h2>Logging</h2>
215
216    <dl>
217      <dt><a href="mod_log_config.html">mod_log_config</a></dt>
218
219      <dd>User-configurable logging replacement for
220      mod_log_common</dd>
221
222      <dt><a href="mod_log_agent.html">mod_log_agent</a></dt>
223
224      <dd>Logging of User Agents</dd>
225
226      <dt><a href="mod_log_referer.html">mod_log_referer</a></dt>
227
228      <dd>Logging of document references</dd>
229
230      <dt><a href="mod_usertrack.html">mod_usertrack</a> Apache 1.2
231      and up</dt>
232
233      <dd>User tracking using Cookies</dd>
234    </dl>
235
236    <h2>Miscellaneous</h2>
237
238    <dl>
239      <dt><a href="mod_imap.html">mod_imap</a> Apache 1.1 and
240      up</dt>
241
242      <dd>The imagemap file handler</dd>
243
244      <dt><a href="mod_proxy.html">mod_proxy</a> Apache 1.1 and
245      up</dt>
246
247      <dd>Caching proxy abilities</dd>
248
249      <dt><a href="mod_so.html">mod_so</a> Apache 1.3 and up</dt>
250
251      <dd>Support for loading modules (DLLs on Windows) at
252      runtime</dd>
253
254      <dt><a href="mod_mmap_static.html">mod_mmap_static</a> Apache
255      1.3 and up</dt>
256
257      <dd>Experimental file caching, mapping files into memory to
258      improve performace</dd>
259    </dl>
260
261    <h2>Obsolete</h2>
262
263    <dl>
264      <dt><a href="mod_log_common.html">mod_log_common</a> up to
265      Apache 1.1.1</dt>
266
267      <dd>Standard logging in the Common Logfile Format. Replaced
268      by the mod_log_config module in Apache 1.2 and up</dd>
269    </dl>
270        <hr />
271
272    <h3 align="CENTER">Apache HTTP Server Version 1.3</h3>
273    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
274    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
275
276  </body>
277</html>
278
279
280
281