1 The httpd-2.1 Source Tree LAYOUT
2 --------------------------------
4 ./ .................... Top-Level httpd-2.5 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_init.c ....... module initialization
112 ssl_engine_io.c ......... I/O support
113 ssl_engine_kernel.c ..... SSL engine kernel
114 ssl_engine_log.c ........ logfile support
115 ssl_engine_mutex.c ...... mutual exclusion support
116 ssl_engine_pphrase.c .... pass-phrase handling
117 ssl_engine_rand.c ....... PRNG support
118 ssl_engine_vars.c ....... Variable Expansion support
119 ssl_scache.c ............ session cache abstraction layer
120 ssl_util.c .............. utility functions
121 ssl_util_ssl.c .......... the OpenSSL companion source
122 ssl_util_ssl.h .......... the OpenSSL companion header
124 test/ ................... not distributed with released source tarballs
126 os/ .....................
128 bs2000/ .................
130 netware/ ................
132 os2/ ....................
134 unix/ ...................
136 win32/ ..................
138 server/ .................
140 mpm/ ....................
142 event/ ..................
144 mpmt_os2/ ...............
146 netware/ ................
148 prefork/ ................
150 winnt/ ..................
152 worker/ .................
154 srclib/ ................... Additional Libraries
156 apr/ ...................... SEE srclib/apr/LAYOUT
158 apr-util/ ................. SEE srclib/apr/LAYOUT
160 support/ ................ Sources for Support Binaries
162 SHA1/ .................. Ancient SHA1 password conversion utilities
164 win32/ ................. Win32-only Support Applications
166 test/ ................... not distributed with released source tarballs