• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

aaa/H15-Jul-2013-17,02612,918

arch/H15-Jul-2013-5,3523,797

cache/H15-Jul-2013-14,2329,872

cluster/H15-Jul-2013-2,2351,780

core/H15-Jul-2013-4,4543,011

database/H15-Jul-2013-1,5081,111

dav/H15-Jul-2013-19,20011,424

debugging/H15-Jul-2013-1,4221,092

echo/H15-Jul-2013-659521

examples/H15-Jul-2013-3,9932,364

experimental/H15-Jul-2013-318258

filters/H15-Jul-2013-22,96017,586

generators/H15-Jul-2013-10,1367,791

http/H15-Jul-2013-6,6374,601

ldap/H15-Jul-2013-5,1643,717

loggers/H15-Jul-2013-4,1783,116

lua/H15-Jul-2013-7,9846,062

mappers/H15-Jul-2013-14,71010,108

metadata/H15-Jul-2013-11,0317,872

proxy/H15-Jul-2013-26,61419,124

session/H15-Jul-2013-4,1883,048

slotmem/H15-Jul-2013-2,0941,674

ssl/H15-Jul-2013-15,98110,902

test/H15-Jul-2013-1,9091,416

Makefile.inH A D21-Nov-2004103 73

NWGNUmakefileH A D10-May-20132.3 KiB11497

READMEH A D01-Dec-20081.6 KiB6545

config7.m4H A D22-Jan-20132.1 KiB5756

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
16cluster/
17  Modules for working with multiple servers.
18
19dav/
20  This directory houses modules that implement WebDAV functionality.
21
22echo/
23
24examples/
25  This directory contains some sample code that should help you on your
26  way to develop your own Apache modules.
27
28experimental/
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.
34
35filters/
36  This directory houses modules that perform general inline data filtering.
37
38generators/
39  This directory houses modules that perform data generation functions.
40
41http/
42  This directory houses modules that basic HTTP protocol implementation.
43
44loggers/
45  This directory houses modules that handle logging functions.
46
47mappers/
48  This directory houses modules that handle URL mapping and
49  rewriting.
50
51metadata/
52  This directory houses modules that deal with Header metadata.
53
54proxy/
55  This houses the code for the proxy module for Apache.
56
57ssl/
58  This directory houses code for OpenSSL functionality.
59
60test/
61  This directory houses modules which test various components
62  of Apache.  You should not compile these into a production
63  server.
64
65