Definition:
#include "httpd.h"
see cmd_how.
Usage example:
static const command_rec module_cmds[] =
{
.
{"ModuleDirective", cmd_moduledirective, NULL, OR_LIMIT, ITERATE2,
"directive description"},
.
{NULL}
};
Command takes one argument, the second of which which may occur more than once.
Previous: ITERATE
Next: kill_conditions
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)