Apache 1.3 API Documentation

Constant OR_OPTIONS

Definition:

#include "http_config.h"
     

Usage example:

static const command_rec module_cmds[] =
{
        .
    {"ModuleDirective", cmd_moduledirective, NULL, OR_OPTIONS, 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_LIMIT 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 Options keyword.

See also:
ACCESS_CONF, ap_allow_overrides, cmd_parms, command_rec, OR_AUTHCFG, OR_FILEINFO, OR_INDEXES, OR_LIMIT, RSRC_CONF

Previous: OR_LIMIT Next: proxyreqtype

Table of Contents (Routines, Structures, Data Cells, Constants)