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

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.