home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 April / PCO0499.ISO / filesbbs / os2 / apach134.arj / APACH134.ZIP / src / modules / README < prev   
Encoding:
Text File  |  1998-05-28  |  861 b   |  35 lines

  1. The directory structure for this level is as follows:
  2.  
  3. standard/
  4.  
  5.   In this directory are the standard supported modules for 
  6.   Apache.  Not all are compiled by default.
  7.  
  8. proxy/
  9.  
  10.   This houses the code for the proxy module for Apache.
  11.  
  12. experimental/
  13.  
  14.   In this directory we've placed some modules which we think
  15.   provide some pretty interesting functionality, but which
  16.   are still in the early stages of development and could
  17.   evolve radically in the future.  This code isn't supported
  18.   officially.
  19.  
  20. extra/
  21.  
  22.   This is the directory for third-party modules, such as mod_jserv.
  23.  
  24. test/
  25.  
  26.   This directory houses modules which test various components 
  27.   of Apache.  You should not compile these into a production
  28.   server.  
  29.  
  30. example/
  31.  
  32.   This directory houses example modules, to help module authors
  33.   figure their way around the Apache API and module concept.
  34.  
  35.