Definition:
#include "http_config.h"
Usage example:
static const command_rec module_cmds[] =
{
.
{"ModuleDirective", cmd_moduledirective, NULL, OR_INDEXES, 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 OR_FILEINFO bit set may appear
anywhere in the server-wide configuration files (e.g.,
httpd.conf), and in
.htaccess files when the scope is covered by an
AllowOverride Indexes keyword.
Previous: OR_FILEINFO
Next: OR_LIMIT
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)