<modulesynopsis metafile="mod_macro.xml.meta">
<name>mod_macro</name>
-<description>This module provides usage of macros within apache runtime configuration files</description>
+<description>This module provides usage of macros within apache httpd runtime configuration files</description>
<status>Base</status>
<sourcefile>mod_macro.c</sourcefile>
<identifier>macro_module</identifier>
<summary>
- <p>This modules provides macros within apache runtime configuration files.
+ <p>This modules provides macros within apache httpd runtime configuration files.
These macros have parameters. They are expanded when used (parameters are
substituted by their values given as an argument), and the result is
processed normally.</p>
<ul>
<li> macro definition within a <Macro> section, following
- the apache style.</li>
+ the httpd configuration style.</li>
<li> user defined names for the macro and its parameters.</li>
- <li> macro names are case-insensitive, like apache directives.</li>
+ <li> macro names are case-insensitive, like httpd directives.</li>
<li> macro parameter names are case sensitive.</li>
<li> macro parameters must have distinct names.</li>
<li> error on empty parameter names.</li>