• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..10-Dec-201345

aaa/H10-Dec-201380

arch/H13-Nov-20134

cache/H10-Dec-201337

config5.m4H A D18-Dec-20092.1 KiB

database/H10-Dec-201310

dav/H13-Nov-20135

debug/H10-Dec-201316

echo/H10-Dec-201310

experimental/H10-Dec-201322

filters/H10-Dec-201345

generators/H10-Dec-201342

http/H10-Dec-201318

ldap/H10-Dec-201313

loggers/H10-Dec-201323

Makefile.inH A D21-Nov-2004103

mappers/H10-Dec-201360

metadata/H10-Dec-201364

NWGNUmakefileH A D10-May-20132 KiB

proxy/H10-Dec-201351

READMEH A D09-Oct-20051.4 KiB

ssl/H10-Dec-201343

test/H10-Dec-201312

README

1The directory structure for this level is as follows:
2
3aaa/
4  This directory contains modules dealing with authorization and
5  authentication.
6
7arch/
8
9cache/
10  This directory houses modules that implement file and data caching
11  capability.
12
13database/
14  The apache DBD framework manages connections to SQL backends efficiently.
15
16dav/
17  This directory houses modules that implement WebDAV functionality.
18
19echo/
20
21experimental/
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
28filters/
29  This directory houses modules that perform general inline data filtering.
30
31generators/
32  This directory houses modules that perform data generation functions.
33
34http/
35  This directory houses modules that basic HTTP protocol implementation.
36
37loggers/
38  This directory houses modules that handle logging functions.
39
40mappers/
41  This directory houses modules that handle URL mapping and
42  rewriting.
43
44metadata/
45  This directory houses modules that deal with Header metadata.
46
47proxy/
48  This houses the code for the proxy module for Apache.
49
50ssl/
51  This directory houses code for OpenSSL functionality.
52
53test/
54  This directory houses modules which test various components 
55  of Apache.  You should not compile these into a production
56  server.  
57
58