bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / 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 dav/
14   This directory houses modules that implement WebDAV functionality.
15
16 echo/
17
18 experimental/
19   In this directory we've placed some modules which we think
20   provide some pretty interesting functionality, but which
21   are still in the early stages of development and could
22   evolve radically in the future.  This code isn't supported
23   officially.
24
25 filters/
26   This directory houses modules that perform general inline data filtering.
27
28 generators/
29   This directory houses modules that perform data generation functions.
30
31 http/
32   This directory houses modules that basic HTTP protocol implementation.
33
34 loggers/
35   This directory houses modules that handle logging functions.
36
37 mappers/
38   This directory houses modules that handle URL mapping and
39   rewriting.
40
41 metadata/
42   This directory houses modules that deal with Header metadata.
43
44 proxy/
45   This houses the code for the proxy module for Apache.
46
47 ssl/
48   This directory houses code for OpenSSL functionality.
49
50 test/
51   This directory houses modules which test various components 
52   of Apache.  You should not compile these into a production
53   server.  
54