switch to a 60 bit hash
[httpd-crcsyncproxy.git] / modules / README
blobf11ad42f21691aaab16fdc46526bf39e6bd69c66
1 The directory structure for this level is as follows:
3 aaa/
4   This directory contains modules dealing with authorization and
5   authentication.
7 arch/
9 cache/
10   This directory houses modules that implement file and data caching
11   capability.
13 database/
14   The apache DBD framework manages connections to SQL backends efficiently.
16 cluster/
17   Modules for working with multiple servers.
19 dav/
20   This directory houses modules that implement WebDAV functionality.
22 echo/
24 examples/
25   This directory contains some sample code that should help you on your
26   way to develop your own Apache modules.  
28 experimental/
29   In this directory we've placed some modules which we think
30   provide some pretty interesting functionality, but which
31   are still in the early stages of development and could
32   evolve radically in the future.  This code isn't supported
33   officially.
35 filters/
36   This directory houses modules that perform general inline data filtering.
38 generators/
39   This directory houses modules that perform data generation functions.
41 http/
42   This directory houses modules that basic HTTP protocol implementation.
44 loggers/
45   This directory houses modules that handle logging functions.
47 mappers/
48   This directory houses modules that handle URL mapping and
49   rewriting.
51 metadata/
52   This directory houses modules that deal with Header metadata.
54 proxy/
55   This houses the code for the proxy module for Apache.
57 ssl/
58   This directory houses code for OpenSSL functionality.
60 test/
61   This directory houses modules which test various components 
62   of Apache.  You should not compile these into a production
63   server.