Apache 1.3 API Documentation

Structure command_rec

Definition:

typedef struct command_struct {
    const char *name;
    const char *(*func) ();
    void *cmd_data;
    int req_override;
    enum cmd_how args_how;
    const char *errmsg;
} command_rec;
     

Usage example:

No examples available.
     

No documentation available.

See also:
ACCESS_CONF, ap_allow_overrides, BUFF, cmd_parms, conn_rec, OR_AUTHCFG, OR_FILEINFO, OR_INDEXES, OR_LIMIT, OR_OPTIONS, proxyreqtype, request_rec, RSRC_CONF, server_addr_rec, server_rec, uri_components

Previous: cmd_parms Next: configfile_t

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