LAYOUT revision 4e191199a0aeab09d78df8f5579e745572e8b7bc
132N/AThe httpd-2.1 Source Tree LAYOUT
132N/A--------------------------------
132N/A
132N/A./ .................... Top-Level httpd-2.1 Root Directory
132N/A
132N/A ABOUT_APACHE .......... Overview of the Apache HTTP Server
132N/A LAYOUT ................ This file describing the source tree
132N/A README ................ Overview of this distribution
132N/A STATUS ................ Current project activity and commentary
132N/A
132N/Abuild/ ................ Supporting tools for buildconf/configure
132N/A
132N/A win32/ ................ Supporting tools for Win32 MSVC builds
132N/A
132N/Adocs/ ................. Documentation and Examples
132N/A
132N/A cgi-examples/ .........
132N/A
132N/A conf/ .................
132N/A
1149N/A docroot/ ..............
1356N/A
132N/A error/ ................
215N/A
132N/A include/ ..............
1215N/A
1215N/A icons/ ................
1318N/A
1176N/A small/ ................
1363N/A
1363N/A man/ ..................
1363N/A
1363N/A manual/ ...............
1363N/A
1363N/A developer/ ............
1356N/A
1383N/A faq/ ..................
1356N/A
1356N/A howto/ ................
1356N/A
1356N/A images/ ...............
1356N/A
1356N/A misc/ .................
1356N/A
1364N/A mod/ ..................
1370N/A
1356N/A platform/ .............
1356N/A
1356N/A programs/ .............
1356N/A
1356N/A search/ ...............
1370N/A
1370N/A ssl/ ..................
1356N/A
1370N/A style/ ................
1370N/A
1370N/A vhosts/ ...............
1370N/A
1370N/Ainclude/ ................
1356N/A
1356N/Amodules/ ................ Manditory and Add-In Apache stock modules
1356N/A
1356N/A aaa/ ....................
1356N/A
1356N/A arch/ ...................
1356N/A
1356N/A netware/ ................
1356N/A
1356N/A win32/ ..................
1356N/A
1356N/A cache/ ..................
1356N/A
1356N/A dav/ ....................
1356N/A
1356N/A fs/ .....................
1356N/A
1370N/A main/ ...................
1370N/A
1364N/A echo/ ...................
1364N/A
1383N/A experimental/ ...........
1383N/A
1383N/A filters/ ................
1383N/A
1383N/A generators/ .............
1364N/A
1364N/A http/ ................... HTTP: protocol module
1364N/A
1364N/A loggers/ ................
1364N/A
1356N/A mappers/ ................
1356N/A
1356N/A metadata/ ...............
1356N/A
1356N/A pop3/ ...................
1356N/A
1356N/A private/ ................
1356N/A
1356N/A proxy/ ..................
1356N/A
1356N/A ssl/ .................... HTTPS: SSL v2/v3 and TLS v1 protocol module
1356N/A
1356N/A README .................. Overview of mod_ssl
1356N/A README.dsov.fig ......... Overview diagram of mod_ssl design
1356N/A README.dsov.ps .......... Overview diagram of mod_ssl design
132N/A Makefile.in ............. Makefile template for Unix platform
132N/A config.m4 ............... Autoconf stub for the Apache config mechanism
132N/A mod_ssl.c ............... main source file containing API structures
132N/A mod_ssl.h ............... common header file of mod_ssl
132N/A ssl_engine_config.c ..... module configuration handling
132N/A ssl_engine_dh.c ......... DSA/DH support
132N/A ssl_engine_init.c ....... module initialization
132N/A ssl_engine_io.c ......... I/O support
132N/A ssl_engine_kernel.c ..... SSL engine kernel
132N/A ssl_engine_log.c ........ logfile support
132N/A ssl_engine_mutex.c ...... mutual exclusion support
132N/A ssl_engine_pphrase.c .... pass-phrase handling
132N/A ssl_engine_rand.c ....... PRNG support
132N/A ssl_engine_vars.c ....... Variable Expansion support
132N/A ssl_expr.c .............. expression handling main source
132N/A ssl_expr.h .............. expression handling common header
132N/A ssl_expr_scan.c ......... expression scanner automaton (pre-generated)
132N/A ssl_expr_scan.l ......... expression scanner source
132N/A ssl_expr_parse.c ........ expression parser automaton (pre-generated)
132N/A ssl_expr_parse.h ........ expression parser header (pre-generated)
132N/A ssl_expr_parse.y ........ expression parser source
132N/A ssl_expr_eval.c ......... expression machine evaluation
132N/A ssl_scache.c ............ session cache abstraction layer
132N/A ssl_scache_dbm.c ........ session cache via DBM file
132N/A ssl_scache_shmcb.c ...... session cache via shared memory cyclic buffer
132N/A ssl_scache_shmht.c ...... session cache via shared memory hash table
132N/A ssl_util.c .............. utility functions
132N/A ssl_util_ssl.c .......... the OpenSSL companion source
132N/A ssl_util_ssl.h .......... the OpenSSL companion header
132N/A ssl_util_table.c ........ the hash table library source
132N/A ssl_util_table.h ........ the hash table library header
132N/A
132N/A test/ ................... not distributed with released source tarballs
132N/A
132N/Aos/ .....................
132N/A
132N/A beos/ ...................
132N/A
132N/A bs2000/ .................
132N/A
132N/A netware/ ................
132N/A
132N/A os2/ ....................
132N/A
132N/A tpf/ ....................
132N/A
132N/A samples/ ................
132N/A
132N/A unix/ ...................
132N/A
132N/A win32/ ..................
132N/A
132N/Aserver/ .................
132N/A
132N/A mpm/ ....................
132N/A
132N/A beos/ ...................
132N/A
132N/A experimental/ ...........
132N/A
132N/A leader/ .................
132N/A
132N/A perchild/ ...............
219N/A
1318N/A threadpool/ .............
220N/A
1176N/A mpmt_os2/ ...............
1176N/A
341N/A netware/ ................
341N/A
379N/A prefork/ ................
411N/A
487N/A winnt/ ..................
706N/A
706N/A worker/ .................
706N/A
741N/Asrclib/ ................... Additional Libraries
741N/A
706N/A apr/ ...................... SEE srclib/apr/LAYOUT
706N/A
736N/A apr-util/ ................. SEE srclib/apr/LAYOUT
487N/A
704N/A pcre/ .....................
487N/A
704N/A doc/ ......................
1215N/A
1215N/A testdata/ .................
487N/A
487N/Asupport/ ................ Sources for Support Binaries
320N/A
336N/A SHA1/ .................. Ancient SHA1 password conversion utilities
336N/A
336N/A win32/ ................. Win32-only Support Applications
1215N/A
1215N/Atest/ ................... not distributed with released source tarballs
336N/A
336N/A