1 The httpd-2.1 Source Tree LAYOUT
2 --------------------------------
4 ./ .................... Top-Level httpd-2.1 Root Directory
6 ABOUT_APACHE .......... Overview of the Apache HTTP Server
7 LAYOUT ................ This file describing the source tree
8 README ................ Overview of this distribution
9 STATUS ................ Current project activity and commentary
11 build/ ................ Supporting tools for buildconf/configure
13 win32/ ................ Supporting tools for Win32 MSVC builds
15 docs/ ................. Documentation and Examples
17 cgi-examples/ .........
19 conf/ .................
21 docroot/ ..............
23 error/ ................
25 include/ ..............
27 icons/ ................
29 small/ ................
31 man/ ..................
33 manual/ ...............
35 developer/ ............
37 faq/ ..................
39 howto/ ................
41 images/ ...............
43 misc/ .................
45 mod/ ..................
47 platform/ .............
49 programs/ .............
51 search/ ...............
53 ssl/ ..................
55 style/ ................
57 vhosts/ ...............
59 include/ ................
61 modules/ ................ Manditory and Add-In Apache stock modules
63 aaa/ ....................
65 arch/ ...................
67 netware/ ................
69 win32/ ..................
71 cache/ ..................
73 dav/ ....................
75 fs/ .....................
77 main/ ...................
79 echo/ ...................
81 experimental/ ...........
83 filters/ ................
85 generators/ .............
87 http/ ................... HTTP: protocol module
89 loggers/ ................
91 mappers/ ................
93 metadata/ ...............
95 pop3/ ...................
97 private/ ................
99 proxy/ ..................
101 ssl/ .................... HTTPS: SSL v2/v3 and TLS v1 protocol module
103 README .................. Overview of mod_ssl
104 README.dsov.fig ......... Overview diagram of mod_ssl design
105 README.dsov.ps .......... Overview diagram of mod_ssl design
106 Makefile.in ............. Makefile template for Unix platform
107 config.m4 ............... Autoconf stub for the Apache config mechanism
108 mod_ssl.c ............... main source file containing API structures
109 mod_ssl.h ............... common header file of mod_ssl
110 ssl_engine_config.c ..... module configuration handling
111 ssl_engine_dh.c ......... DSA/DH support
112 ssl_engine_init.c ....... module initialization
113 ssl_engine_io.c ......... I/O support
114 ssl_engine_kernel.c ..... SSL engine kernel
115 ssl_engine_log.c ........ logfile support
116 ssl_engine_mutex.c ...... mutual exclusion support
117 ssl_engine_pphrase.c .... pass-phrase handling
118 ssl_engine_rand.c ....... PRNG support
119 ssl_engine_vars.c ....... Variable Expansion support
120 ssl_expr.c .............. expression handling main source
121 ssl_expr.h .............. expression handling common header
122 ssl_expr_scan.c ......... expression scanner automaton (pre-generated)
123 ssl_expr_scan.l ......... expression scanner source
124 ssl_expr_parse.c ........ expression parser automaton (pre-generated)
125 ssl_expr_parse.h ........ expression parser header (pre-generated)
126 ssl_expr_parse.y ........ expression parser source
127 ssl_expr_eval.c ......... expression machine evaluation
128 ssl_scache.c ............ session cache abstraction layer
129 ssl_scache_dbm.c ........ session cache via DBM file
130 ssl_scache_shmcb.c ...... session cache via shared memory cyclic buffer
131 ssl_scache_dc.c ......... session cache offloading via 'distcache'
132 ssl_util.c .............. utility functions
133 ssl_util_ssl.c .......... the OpenSSL companion source
134 ssl_util_ssl.h .......... the OpenSSL companion header
135 ssl_util_table.c ........ the hash table library source
136 ssl_util_table.h ........ the hash table library header
138 test/ ................... not distributed with released source tarballs
140 os/ .....................
142 beos/ ...................
144 bs2000/ .................
146 netware/ ................
148 os2/ ....................
150 tpf/ ....................
152 samples/ ................
154 unix/ ...................
156 win32/ ..................
158 server/ .................
160 mpm/ ....................
162 beos/ ...................
164 experimental/ ...........
166 event/ .................
168 mpmt_os2/ ...............
170 netware/ ................
172 prefork/ ................
174 winnt/ ..................
176 worker/ .................
178 srclib/ ................... Additional Libraries
180 apr/ ...................... SEE srclib/apr/LAYOUT
182 apr-util/ ................. SEE srclib/apr/LAYOUT
184 pcre/ .....................
186 doc/ ......................
188 testdata/ .................
190 support/ ................ Sources for Support Binaries
192 SHA1/ .................. Ancient SHA1 password conversion utilities
194 win32/ ................. Win32-only Support Applications
196 test/ ................... not distributed with released source tarballs