Apache HTTP Server Version 1.3
Module mod_macro 1.1.1
This module is contained in the mod_macro.c file, and
is not compiled in by default. It provides for using macros within apache
runtime configuration files. These macros can be given arguments.
They are expanded when used (arguments are substituted by their values),
and the result is processed normally.
This documentation describes version 1.1.1 of mod_macro.
For the latest version see:
http://www.cri.ensmp.fr/~coelho/mod_macro/
Features
Definition of a macro:
- macro definition within a <Macro> section, in the apache style.
- user defined names for the macro and its arguments.
- macro names are case-insensitive.
- macro argument names are case sensitive.
- arguments of a macro must have distinct names.
- error on empty argument names.
- redefining a macro generates a warning.
- macro definitions can be nested... (but wha