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

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.