1The httpd-2.1 Source Tree LAYOUT
2--------------------------------
3
4./ .................... Top-Level httpd-2.1 Root Directory
5
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
10
11build/ ................ Supporting tools for buildconf/configure
12
13  win32/ ................ Supporting tools for Win32 MSVC builds
14
15docs/ ................. Documentation and Examples
16
17  cgi-examples/ ......... 
18
19  conf/ ................. 
20
21  docroot/ .............. 
22
23  error/ ................ 
24
25    include/ .............. 
26
27  icons/ ................ 
28
29    small/ ................ 
30
31  man/ .................. 
32
33  manual/ ............... 
34
35    developer/ ............ 
36
37    faq/ .................. 
38
39    howto/ ................ 
40
41    images/ ............... 
42
43    misc/ ................. 
44
45    mod/ .................. 
46
47    platform/ ............. 
48
49    programs/ ............. 
50
51    search/ ............... 
52
53    ssl/ .................. 
54
55    style/ ................ 
56
57    vhosts/ ............... 
58
59include/ ................ 
60
61modules/ ................ Manditory and Add-In Apache stock modules
62
63  aaa/ .................... 
64
65  arch/ ................... 
66
67    netware/ ................ 
68
69    win32/ .................. 
70
71  cache/ .................. 
72
73  dav/ .................... 
74
75    fs/ ..................... 
76
77    main/ ................... 
78
79  echo/ ................... 
80
81  experimental/ ........... 
82
83  filters/ ................ 
84
85  generators/ ............. 
86
87  http/ ................... HTTP: protocol module
88
89  loggers/ ................ 
90
91  mappers/ ................ 
92
93  metadata/ ............... 
94
95  pop3/ ...................
96
97  private/ ................
98
99  proxy/ ..................
100
101  ssl/ .................... HTTPS: SSL v2/v3 and TLS v1 protocol module
102
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
123
124  test/ ................... not distributed with released source tarballs
125
126os/ ..................... 
127
128  bs2000/ ................. 
129
130  netware/ ................ 
131
132  os2/ .................... 
133
134  unix/ ................... 
135
136  win32/ .................. 
137
138server/ ................. 
139
140  mpm/ .................... 
141
142    event/ .................. 
143
144    mpmt_os2/ ............... 
145
146    netware/ ................ 
147
148    prefork/ ................ 
149
150    winnt/ .................. 
151
152    worker/ ................. 
153
154srclib/ ................... Additional Libraries
155
156  apr/ ...................... SEE srclib/apr/LAYOUT
157
158  apr-util/ ................. SEE srclib/apr/LAYOUT
159
160  pcre/ ..................... 
161
162    doc/ ...................... 
163
164    testdata/ ................. 
165
166support/ ................ Sources for Support Binaries
167
168  SHA1/ .................. Ancient SHA1 password conversion utilities
169
170  win32/ ................. Win32-only Support Applications
171
172test/ ................... not distributed with released source tarballs
173
174