Definition:
#include "http_config.h"
Usage example:
static const command_rec module_cmds[] =
{
.
{"ModuleDirective", cmd_moduledirective, NULL, RSRC_CONF, RAW_ARGS,
"description of directive"},
.
{NULL}
};
Allowed locations for a configuration directive are the union of
those indicated by each set bit in the req_override mask in the
command_rec structure.
A directive with the RSRC_CONF bit set may appear
in the server-wide configuration files (e.g., httpd.conf)
outside <Directory> or <Location> containers.
Previous: REQUEST_NO_BODY
Next: SECURITY_HOLE_PASS_AUTHORIZATION
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)