]> granicus.if.org Git - apache/blob - modules/README
Fix compile time warning. AJP protocol method is byte.
[apache] / modules / README
1 The directory structure for this level is as follows:
2
3 aaa/
4   This directory contains modules dealing with authorization and
5   authentication.
6
7 arch/
8
9 cache/
10   This directory houses modules that implement file and data caching
11   capability.
12
13 database/
14   The apache DBD framework manages connections to SQL backends efficiently.
15
16 dav/
17   This directory houses modules that implement WebDAV functionality.
18
19 echo/
20
21 experimental/
22   In this directory we've placed some modules which we think
23   provide some pretty interesting functionality, but which
24   are still in the early stages of development and could
25   evolve radically in the future.  This code isn't supported
26   officially.
27
28 filters/
29   This directory houses modules that perform general inline data filtering.
30
31 generators/
32   This directory houses modules that perform data generation functions.
33
34 http/
35   This directory houses modules that basic HTTP protocol implementation.
36
37 loggers/
38   This directory houses modules that handle logging functions.
39
40 mappers/
41   This directory houses modules that handle URL mapping and
42   rewriting.
43
44 metadata/
45   This directory houses modules that deal with Header metadata.
46
47 proxy/
48   This houses the code for the proxy module for Apache.
49
50 ssl/
51   This directory houses code for OpenSSL functionality.
52
53 test/
54   This directory houses modules which test various components 
55   of Apache.  You should not compile these into a production
56   server.  
57