You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2001/04/25 15:05:48 UTC

cvs commit: httpd-2.0/modules README

jim         01/04/25 06:05:47

  Modified:    modules  README
  Log:
  Docco update for modules directory layout
  
  Revision  Changes    Path
  1.3       +37 -12    httpd-2.0/modules/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/README,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README	1999/09/01 22:48:13	1.2
  +++ README	2001/04/25 13:05:45	1.3
  @@ -1,30 +1,55 @@
   The directory structure for this level is as follows:
   
  -standard/
  +aaa/
  +  This directory contains modules dealing with authorization and
  +  authentication.
   
  -  In this directory are the standard supported modules for 
  -  Apache.  Not all are compiled by default.
  +arch/
   
  -proxy/
  +cache/
  +  This directory houses modules that implement file and data caching
  +  capability.
   
  -  This houses the code for the proxy module for Apache.
  +dav/
  +  This directory houses modules that implement WebDAV functionality.
   
  -experimental/
  +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.
   
  -test/
  +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/
  +
  +test/
     This directory houses modules which test various components 
     of Apache.  You should not compile these into a production
     server.  
  -
  -example/
  -
  -  This directory houses example modules, to help module authors
  -  figure their way around the Apache API and module concept.
   
  +tls/
  +  This directory houses code for OpenSSL functionality.