]> granicus.if.org Git - apache/blobdiff - LAYOUT
reverting last change
[apache] / LAYOUT
diff --git a/LAYOUT b/LAYOUT
index 49aa1e88ab83f742d3c244c242b326f7e303a69c..004523d2f04351fad73210292adcb029c48c493c 100644 (file)
--- a/LAYOUT
+++ b/LAYOUT
@@ -1,7 +1,7 @@
 The httpd-2.1 Source Tree LAYOUT
 --------------------------------
 
-./ .................... Top-Level httpd-2.1 Root Directory
+./ .................... Top-Level httpd-2.5 Root Directory
 
   ABOUT_APACHE .......... Overview of the Apache HTTP Server
   LAYOUT ................ This file describing the source tree
@@ -108,7 +108,6 @@ modules/ ................ Manditory and Add-In Apache stock modules
     mod_ssl.c ............... main source file containing API structures
     mod_ssl.h ............... common header file of mod_ssl
     ssl_engine_config.c ..... module configuration handling
-    ssl_engine_dh.c ......... DSA/DH support
     ssl_engine_init.c ....... module initialization
     ssl_engine_io.c ......... I/O support
     ssl_engine_kernel.c ..... SSL engine kernel
@@ -117,23 +116,10 @@ modules/ ................ Manditory and Add-In Apache stock modules
     ssl_engine_pphrase.c .... pass-phrase handling
     ssl_engine_rand.c ....... PRNG support
     ssl_engine_vars.c ....... Variable Expansion support
-    ssl_expr.c .............. expression handling main source
-    ssl_expr.h .............. expression handling common header
-    ssl_expr_scan.c ......... expression scanner automaton (pre-generated)
-    ssl_expr_scan.l ......... expression scanner source
-    ssl_expr_parse.c ........ expression parser automaton  (pre-generated)
-    ssl_expr_parse.h ........ expression parser header     (pre-generated)
-    ssl_expr_parse.y ........ expression parser source
-    ssl_expr_eval.c ......... expression machine evaluation
     ssl_scache.c ............ session cache abstraction layer
-    ssl_scache_dbm.c ........ session cache via DBM file
-    ssl_scache_shmcb.c ...... session cache via shared memory cyclic buffer
-    ssl_scache_dc.c ......... session cache offloading via 'distcache'
     ssl_util.c .............. utility functions
     ssl_util_ssl.c .......... the OpenSSL companion source
     ssl_util_ssl.h .......... the OpenSSL companion header
-    ssl_util_table.c ........ the hash table library source
-    ssl_util_table.h ........ the hash table library header
 
   test/ ................... not distributed with released source tarballs
 
@@ -143,6 +129,8 @@ os/ .....................
 
   netware/ ................ 
 
+  os2/ .................... 
+
   unix/ ................... 
 
   win32/ .................. 
@@ -151,9 +139,9 @@ server/ .................
 
   mpm/ .................... 
 
-    experimental/ ........... 
+    event/ .................. 
 
-      event/ ................. 
+    mpmt_os2/ ............... 
 
     netware/ ................ 
 
@@ -169,12 +157,6 @@ srclib/ ................... Additional Libraries
 
   apr-util/ ................. SEE srclib/apr/LAYOUT
 
-  pcre/ ..................... 
-
-    doc/ ...................... 
-
-    testdata/ ................. 
-
 support/ ................ Sources for Support Binaries
 
   SHA1/ .................. Ancient SHA1 password conversion utilities