LAYOUT 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. The httpd-2.2 Source Tree LAYOUT
  2. --------------------------------
  3. ./ .................... Top-Level httpd-2.2 Root Directory
  4. ABOUT_APACHE .......... Overview of the Apache HTTP Server
  5. LAYOUT ................ This file describing the source tree
  6. README ................ Overview of this distribution
  7. STATUS ................ Current project activity and commentary
  8. build/ ................ Supporting tools for buildconf/configure
  9. win32/ ................ Supporting tools for Win32 MSVC builds
  10. docs/ ................. Documentation and Examples
  11. cgi-examples/ .........
  12. conf/ .................
  13. docroot/ ..............
  14. error/ ................
  15. include/ ..............
  16. icons/ ................
  17. small/ ................
  18. man/ ..................
  19. manual/ ...............
  20. developer/ ............
  21. faq/ ..................
  22. howto/ ................
  23. images/ ...............
  24. misc/ .................
  25. mod/ ..................
  26. platform/ .............
  27. programs/ .............
  28. search/ ...............
  29. ssl/ ..................
  30. style/ ................
  31. vhosts/ ...............
  32. include/ ................
  33. modules/ ................ Manditory and Add-In Apache stock modules
  34. aaa/ ....................
  35. arch/ ...................
  36. netware/ ................
  37. win32/ ..................
  38. cache/ ..................
  39. dav/ ....................
  40. fs/ .....................
  41. main/ ...................
  42. echo/ ...................
  43. experimental/ ...........
  44. filters/ ................
  45. generators/ .............
  46. http/ ................... HTTP: protocol module
  47. loggers/ ................
  48. mappers/ ................
  49. metadata/ ...............
  50. pop3/ ...................
  51. private/ ................
  52. proxy/ ..................
  53. ssl/ .................... HTTPS: SSL v2/v3 and TLS v1 protocol module
  54. README .................. Overview of mod_ssl
  55. README.dsov.fig ......... Overview diagram of mod_ssl design
  56. README.dsov.ps .......... Overview diagram of mod_ssl design
  57. Makefile.in ............. Makefile template for Unix platform
  58. config.m4 ............... Autoconf stub for the Apache config mechanism
  59. mod_ssl.c ............... main source file containing API structures
  60. mod_ssl.h ............... common header file of mod_ssl
  61. ssl_engine_config.c ..... module configuration handling
  62. ssl_engine_dh.c ......... DSA/DH support
  63. ssl_engine_init.c ....... module initialization
  64. ssl_engine_io.c ......... I/O support
  65. ssl_engine_kernel.c ..... SSL engine kernel
  66. ssl_engine_log.c ........ logfile support
  67. ssl_engine_mutex.c ...... mutual exclusion support
  68. ssl_engine_pphrase.c .... pass-phrase handling
  69. ssl_engine_rand.c ....... PRNG support
  70. ssl_engine_vars.c ....... Variable Expansion support
  71. ssl_expr.c .............. expression handling main source
  72. ssl_expr.h .............. expression handling common header
  73. ssl_expr_scan.c ......... expression scanner automaton (pre-generated)
  74. ssl_expr_scan.l ......... expression scanner source
  75. ssl_expr_parse.c ........ expression parser automaton (pre-generated)
  76. ssl_expr_parse.h ........ expression parser header (pre-generated)
  77. ssl_expr_parse.y ........ expression parser source
  78. ssl_expr_eval.c ......... expression machine evaluation
  79. ssl_scache.c ............ session cache abstraction layer
  80. ssl_scache_dbm.c ........ session cache via DBM file
  81. ssl_scache_shmcb.c ...... session cache via shared memory cyclic buffer
  82. ssl_scache_dc.c ......... session cache offloading via 'distcache'
  83. ssl_util.c .............. utility functions
  84. ssl_util_ssl.c .......... the OpenSSL companion source
  85. ssl_util_ssl.h .......... the OpenSSL companion header
  86. ssl_util_table.c ........ the hash table library source
  87. ssl_util_table.h ........ the hash table library header
  88. test/ ................... not distributed with released source tarballs
  89. os/ .....................
  90. beos/ ...................
  91. bs2000/ .................
  92. netware/ ................
  93. os2/ ....................
  94. tpf/ ....................
  95. samples/ ................
  96. unix/ ...................
  97. win32/ ..................
  98. server/ .................
  99. mpm/ ....................
  100. beos/ ...................
  101. experimental/ ...........
  102. event/ .................
  103. mpmt_os2/ ...............
  104. netware/ ................
  105. prefork/ ................
  106. winnt/ ..................
  107. worker/ .................
  108. srclib/ ................... Additional Libraries
  109. apr/ ...................... SEE srclib/apr/LAYOUT
  110. apr-util/ ................. SEE srclib/apr/LAYOUT
  111. pcre/ .....................
  112. doc/ ......................
  113. testdata/ .................
  114. support/ ................ Sources for Support Binaries
  115. SHA1/ .................. Ancient SHA1 password conversion utilities
  116. win32/ ................. Win32-only Support Applications
  117. test/ ................... not distributed with released source tarballs