Definition:
#include "httpd.h"
see cmd_how.
Usage example:
static const command_rec module_cmds[] =
{
.
{"ModuleDirective", cmd_moduledirective, NULL, OR_LIMIT, TAKE1,
"directive description"},
.
{NULL}
};
Command will take one argument only.
Previous: STOP_PREQUEST
Next: TAKE12
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)