Name Date Size

.. 2015-04-19 17:51:03 43

aaa 2015-03-31 21:07:11 66

apreq 2014-09-18 23:01:40 9

arch 2015-03-05 19:56:05 5

cache 2015-04-05 15:54:22 38

cluster 2015-03-10 18:25:17 13

config7.m4 2012-10-01 02:46:15 2.1 KiB

core 2015-02-03 11:42:21 13

database 2014-07-20 00:02:53 8

dav 2015-04-17 09:28:50 5

debugging 2014-10-10 21:53:02 14

echo 2014-10-10 21:53:02 8

examples 2014-10-03 17:49:28 18

experimental 2014-10-10 22:37:16 8

filters 2015-03-10 18:25:17 63

generators 2015-04-09 20:59:43 32

http 2015-04-01 12:03:56 15

ldap 2014-10-20 06:37:06 11

loggers 2015-04-17 12:14:15 22

lua 2015-03-24 10:13:12 23

Makefile.in 2001-09-13 08:49:09 103

mappers 2015-03-06 10:14:07 40

metadata 2014-05-23 23:12:16 47

NWGNUmakefile 2013-05-10 16:58:20 2.3 KiB

proxy 2015-04-19 17:51:03 60

README 2008-12-01 03:55:14 1.6 KiB

session 2014-01-24 14:02:42 18

slotmem 2015-02-06 22:14:29 11

ssl 2015-04-18 19:03:47 36

test 2015-03-10 18:25:17 20

README

The directory structure for this level is as follows:
aaa/
This directory contains modules dealing with authorization and
authentication.
arch/
cache/
This directory houses modules that implement file and data caching
capability.
database/
The apache DBD framework manages connections to SQL backends efficiently.
cluster/
Modules for working with multiple servers.
dav/
This directory houses modules that implement WebDAV functionality.
echo/
examples/
This directory contains some sample code that should help you on your
way to develop your own Apache modules.
experimental/
In this directory we've placed some modules which we think
provide some pretty interesting functionality, but which
are still in the early stages of development and could
evolve radically in the future. This code isn't supported
officially.
filters/
This directory houses modules that perform general inline data filtering.
generators/
This directory houses modules that perform data generation functions.
http/
This directory houses modules that basic HTTP protocol implementation.
loggers/
This directory houses modules that handle logging functions.
mappers/
This directory houses modules that handle URL mapping and
rewriting.
metadata/
This directory houses modules that deal with Header metadata.
proxy/
This houses the code for the proxy module for Apache.
ssl/
This directory houses code for OpenSSL functionality.
test/
This directory houses modules which test various components
of Apache. You should not compile these into a production
server.