Lubomir Rintel f43b342a0c mod_deflate: Buffer the compressed stream trailer 10 rokov pred
..
aaa 5f86729419 mod_authn_ldap: Allow specifying SASL interaction 10 rokov pred
arch 2ca67ed8c2 SECURITY: CVE-2010-0425 (cve.mitre.org) 14 rokov pred
cache 7e9fc1523d Import httpd-2.2.15-30.el6 10 rokov pred
database b84182e687 mod_dbd: Backport of r708820 from trunk to avoid compiler warnings 15 rokov pred
dav 00d5945067 mod_dav: Improve error handling in dav_method_put(), add new dav_join_error() function. PR 54145. 10 rokov pred
debug f3843a4698 mod_dumpio: Fix for correct dumping of traffic on EBCDIC hosts 17 rokov pred
echo 76a688332a removed obsolete -prefix; minor cosmetic changes. 17 rokov pred
experimental 97756a8b1a Clean up 2nd typo of the same line, backports 580535 17 rokov pred
filters f43b342a0c mod_deflate: Buffer the compressed stream trailer 10 rokov pred
generators 7e9fc1523d Import httpd-2.2.15-30.el6 10 rokov pred
http 7e9fc1523d Import httpd-2.2.15-30.el6 10 rokov pred
ldap 5f86729419 mod_authn_ldap: Allow specifying SASL interaction 10 rokov pred
loggers 7e9fc1523d Import httpd-2.2.15-30.el6 10 rokov pred
mappers 7e9fc1523d Import httpd-2.2.15-30.el6 10 rokov pred
metadata 4414e992d8 Merge r680082 from trunk: 15 rokov pred
proxy 23c9421986 mod_proxy: Share NoProxy parameter parsing and evaluation with ProxyBlock 10 rokov pred
ssl 7e9fc1523d Import httpd-2.2.15-30.el6 10 rokov pred
test 08f17d1017 update license header text 18 rokov pred
Makefile.in 3cae8a1cc4 rules.mk is stored in $(top_blddir). Without this change, VPATH builds 23 rokov pred
NWGNUmakefile aaa9aadf33 fixed comment, added comment, added logic to build mod_ssl by default if USE_STDSOCKETS is defined; 16 rokov pred
README 4626144bec Sync module moves (dbd, filter, charset_lite) and dbd updates with trunk 19 rokov pred
config5.m4 18431d8e79 Merge r880794 from trunk: 14 rokov pred

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.

dav/
This directory houses modules that implement WebDAV functionality.

echo/

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.