Definition:
#include "httpd.h"
see cmd_how.
Usage example:
static const command_rec module_cmds[] =
{
.
{"ModuleDirective", cmd_moduledirective, NULL, OR_LIMIT, TAKE123,
"directive description"},
.
{NULL}
};
Command will take one, two, or three arguments.
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)