Second draft, with an included module-dict.html The main changes, other than the inclusion of the module-dict, is two new header fields near the top: source file name (obvious) and module identifier (for use with LoadModule -- I couldn't come up with a better name for it). I also added an <HR> between the header and the summary.
This obvious only works if people think it is worth following, so some feedback would be good. -- Joshua Slive [EMAIL PROTECTED] http://finance.commerce.ubc.ca/~slive/ Phone: (604) 822-1871Title: Definitions of terms used to describe Apache modules
Terms Used to Describe Apache ModulesEach Apache module directive is described using a common format that looks like this:
Each of the directive's attributes, complete with possible values where possible, are described in this document. Directive 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. Module IdentifierThis is a string which identifies the module for use in the LoadModule directive when dynamically loading modules. In paritular, 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. |
Module mod_templateA one sentence description of the module.
Status: Template
SummaryA one to three paragraph summary of what the module does and how to use it. DirectivesSee also Directive3 and Directive4. More DetailsMore details here. More DetailsEven more details here. Directive1 directiveSyntax: Directive1 file-pipe format-or-nicknameContext: server config, virtual host Status: Base Compatibility: Available in Apache 1.3 or later Module: mod_template Details on the syntax and usage of the directive, as well as examples of its use. See also Directive3. Directive2 directiveSyntax: Directive2 file-pipe format-or-nickname env=[!]environment-variableContext: server config, virtual host Status: Base Compatibility: Only available in Apache 1.3.5 or later Module: mod_template
Details on the syntax and usage of the directive, as well as examples of its use. See also Directive4. |