Apache Modelling Portal Home Apache Modelling Portal
2001-12-07

Structure of the Apache 1.3.17 HTTP Server source distribution

List of Apache data types

List of Apache functions and macros

Directory view

File view

cgi-bin

contains 2 example cgi scripts included in the apache distribution

conf/

contains default or example configuration files

htdocs/

contains a sample web page. Just follow the link tohtdocs/.

logs/

empty directory

src/

Contains build control files and subdirectories with all source files of the apache web server and most modules.

ap/

Abstract operating system calls

helpers/

scripts needed to build apache

include/

header files with definitions and prototypes, needed to build apache

lib/

additional libraries

lib/expat-lite/

XML parser

lib/sdbm/

simple file based database

main/

apache core

modules/

all modules included in this distribution. Module documentation: See Apache module documentation

modules/example/

modules/experimental/

modules/extra/

modules/proxy/

modules/standard/

os/

subdirectories with platform dependent files

os/unix/

files needed to map abstract os calls to real os calls for unix

os/win32/

files needed to map abstract os calls to real os calls for windows plus project files plus windows installer sources

regex/

library sources for regular expression parser

support/

additional tools for apache and their documentation

support/SHA1/

This directory includes some utilities to allow Apache 1.3 to recognize passwords in SHA1 format, as used by Netscape web servers. It is not installed by default.