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