~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to modules/README

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The directory structure for this level is as follows:
 
2
 
 
3
aaa/
 
4
  This directory contains modules dealing with authorization and
 
5
  authentication.
 
6
 
 
7
arch/
 
8
 
 
9
cache/
 
10
  This directory houses modules that implement file and data caching
 
11
  capability.
 
12
 
 
13
database/
 
14
  The apache DBD framework manages connections to SQL backends efficiently.
 
15
 
 
16
dav/
 
17
  This directory houses modules that implement WebDAV functionality.
 
18
 
 
19
echo/
 
20
 
 
21
experimental/
 
22
  In this directory we've placed some modules which we think
 
23
  provide some pretty interesting functionality, but which
 
24
  are still in the early stages of development and could
 
25
  evolve radically in the future.  This code isn't supported
 
26
  officially.
 
27
 
 
28
filters/
 
29
  This directory houses modules that perform general inline data filtering.
 
30
 
 
31
generators/
 
32
  This directory houses modules that perform data generation functions.
 
33
 
 
34
http/
 
35
  This directory houses modules that basic HTTP protocol implementation.
 
36
 
 
37
loggers/
 
38
  This directory houses modules that handle logging functions.
 
39
 
 
40
mappers/
 
41
  This directory houses modules that handle URL mapping and
 
42
  rewriting.
 
43
 
 
44
metadata/
 
45
  This directory houses modules that deal with Header metadata.
 
46
 
 
47
proxy/
 
48
  This houses the code for the proxy module for Apache.
 
49
 
 
50
ssl/
 
51
  This directory houses code for OpenSSL functionality.
 
52
 
 
53
test/
 
54
  This directory houses modules which test various components 
 
55
  of Apache.  You should not compile these into a production
 
56
  server.  
 
57