Whole document tree ![]() Apache HTTP Server Version 1.3Terms Used to Describe Apache ModulesEach Apache module is described using a common format that looks like this:
Each of the attributes, complete with values where possible, are described in this document. Module TermsStatusThis indicates how tightly bound into the Apache Web server the module is; in other words, you may need to recompile the server in order to gain access to the module and its functionality. Possible values for this attribute are:
Source FileThis quite simply lists the name of the source file which
contains the code for the module. This is also the name used by
the Module IdentifierThis is a string which identifies the module for use in the LoadModule directive when dynamically loading modules. In particular, it is the name of the external variable of type module in the source file. CompatibilityIf the module was not part of the original Apache version 1 distribution, the version in which it was introduced should be listed here. Apache HTTP Server Version 1.3![]() ![]() |