diff options
author | hongbotian <hongbo.tianhongbo@huawei.com> | 2015-11-30 03:10:21 -0500 |
---|---|---|
committer | hongbotian <hongbo.tianhongbo@huawei.com> | 2015-11-30 03:10:21 -0500 |
commit | c0b7206652b2852bc574694e7ba07ba1c2acdc00 (patch) | |
tree | 5cb95cb0e19e03610525903df46279df2c3b7eb1 /rubbos/app/httpd-2.0.64/LAYOUT | |
parent | b6d3d6e668b793220f2d3af1bc3e828553dc3fe6 (diff) |
delete app
Change-Id: Id4c572809969ebe89e946e88063eaed262cff3f2
Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
Diffstat (limited to 'rubbos/app/httpd-2.0.64/LAYOUT')
-rw-r--r-- | rubbos/app/httpd-2.0.64/LAYOUT | 201 |
1 files changed, 0 insertions, 201 deletions
diff --git a/rubbos/app/httpd-2.0.64/LAYOUT b/rubbos/app/httpd-2.0.64/LAYOUT deleted file mode 100644 index dbeee7d6..00000000 --- a/rubbos/app/httpd-2.0.64/LAYOUT +++ /dev/null @@ -1,201 +0,0 @@ -The httpd-2.0 Source Tree LAYOUT --------------------------------- - -./ .................... Top-Level httpd-2.0 Root Directory - - ABOUT_APACHE .......... Overview of the Apache HTTP Server - LAYOUT ................ This file describing the source tree - README ................ Overview of this distribution - STATUS ................ Current project activity and commentary - -build/ ................ Supporting tools for buildconf/configure - - win32/ ................ Supporting tools for Win32 MSVC builds - -docs/ ................. Documentation and Examples - - cgi-examples/ ......... - - conf/ ................. - - docroot/ .............. - - error/ ................ - - include/ .............. - - icons/ ................ - - small/ ................ - - man/ .................. - - manual/ ............... - - developer/ ............ - - faq/ .................. - - howto/ ................ - - images/ ............... - - misc/ ................. - - mod/ .................. - - platform/ ............. - - programs/ ............. - - search/ ............... - - ssl/ .................. - - style/ ................ - - vhosts/ ............... - -include/ ................ - -modules/ ................ Manditory and Add-In Apache stock modules - - aaa/ .................... - - arch/ ................... - - netware/ ................ - - win32/ .................. - - cache/ .................. - - dav/ .................... - - fs/ ..................... - - main/ ................... - - echo/ ................... - - experimental/ ........... - - filters/ ................ - - generators/ ............. - - http/ ................... HTTP: protocol module - - loggers/ ................ - - mappers/ ................ - - metadata/ ............... - - pop3/ ................... - - private/ ................ - - proxy/ .................. - - ssl/ .................... HTTPS: SSL v2/v3 and TLS v1 protocol module - - README .................. Overview of mod_ssl - README.dsov.fig ......... Overview diagram of mod_ssl design - README.dsov.ps .......... Overview diagram of mod_ssl design - Makefile.in ............. Makefile template for Unix platform - config.m4 ............... Autoconf stub for the Apache config mechanism - mod_ssl.c ............... main source file containing API structures - mod_ssl.h ............... common header file of mod_ssl - ssl_engine_config.c ..... module configuration handling - ssl_engine_dh.c ......... DSA/DH support - ssl_engine_init.c ....... module initialization - ssl_engine_io.c ......... I/O support - ssl_engine_kernel.c ..... SSL engine kernel - ssl_engine_log.c ........ logfile support - ssl_engine_mutex.c ...... mutual exclusion support - ssl_engine_pphrase.c .... pass-phrase handling - ssl_engine_rand.c ....... PRNG support - ssl_engine_vars.c ....... Variable Expansion support - ssl_expr.c .............. expression handling main source - ssl_expr.h .............. expression handling common header - ssl_expr_scan.c ......... expression scanner automaton (pre-generated) - ssl_expr_scan.l ......... expression scanner source - ssl_expr_parse.c ........ expression parser automaton (pre-generated) - ssl_expr_parse.h ........ expression parser header (pre-generated) - ssl_expr_parse.y ........ expression parser source - ssl_expr_eval.c ......... expression machine evaluation - ssl_scache.c ............ session cache abstraction layer - ssl_scache_dbm.c ........ session cache via DBM file - ssl_scache_shmcb.c ...... session cache via shared memory cyclic buffer - ssl_scache_shmht.c ...... session cache via shared memory hash table - ssl_util.c .............. utility functions - ssl_util_ssl.c .......... the OpenSSL companion source - ssl_util_ssl.h .......... the OpenSSL companion header - ssl_util_table.c ........ the hash table library source - ssl_util_table.h ........ the hash table library header - - test/ ................... not distributed with released source tarballs - -os/ ..................... - - beos/ ................... - - bs2000/ ................. - - netware/ ................ - - os2/ .................... - - tpf/ .................... - - samples/ ................ - - unix/ ................... - - win32/ .................. - -server/ ................. - - mpm/ .................... - - beos/ ................... - - experimental/ ........... - - leader/ ................. - - perchild/ ............... - - threadpool/ ............. - - mpmt_os2/ ............... - - netware/ ................ - - prefork/ ................ - - winnt/ .................. - - worker/ ................. - -srclib/ ................... Additional Libraries - - apr/ ...................... SEE srclib/apr/LAYOUT - - apr-util/ ................. SEE srclib/apr/LAYOUT - - pcre/ ..................... - - doc/ ...................... - - testdata/ ................. - -support/ ................ Sources for Support Binaries - - SHA1/ .................. Ancient SHA1 password conversion utilities - - win32/ ................. Win32-only Support Applications - -test/ ................... not distributed with released source tarballs - |