[APACHE DOCUMENTATION]

Apache HTTP Server

Module mod_foobar

Add this file as a link in mod/index.html

This module is contained in the mod_foobar.c file, and is/is not compiled in by default. It provides for the foobar feature. Any document with the mime type foo/bar will be processed by this module.

Add the magic mime type to the list in magic_types.html

Summary

General module documentation here.

Directives

Add these directives to the list in directives.html

ADirective directive

Syntax: ADirective some args
Default: ADirective default value
Context: context-list

context-list is where this directive can appear; allowed: server config, virtual host, directory, .htaccess
Override: override
required if the directive is allowed in .htaccess files; the AllowOverride option that allows the directive.
Status: status
Core if in core apache, Base if in one of the standard modules, Extension if in an extension module (not compiled in by default) or Experimental
Module: mod_foobar
Compatibility: compatibility notes
Describe any compatibility issues, such as "Only available in Apache 1.2 or later," or "The Apache syntax for this directive is not compatible with the NCSA directive of the same name."

The ADirective directive does something.


Apache HTTP Server

Index