Apache 1.3 API Documentation

Routine ap_allow_overrides

Definition:

int ap_allow_overrides(request_rec *r);
     

Usage example:

request_rec *r;
int result;
result = ap_allow_overrides(r);
     

No documentation available.

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

Previous: ap_allow_options Next: ap_append_arrays

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