Apache 1.3 API Documentation

Constant OPT_INCNOEXEC

Definition:

#include "http_core.h"
     

Usage example:

if (ap_allow_options(r) & OPT_INCNOEXEC) {
    /* Options [+]IncludesNoExec covers this location */
} 
     

No documentation available.

See also:
ap_allow_options, OPT_ALL, OPT_EXECCGI, OPT_INCLUDES, OPT_INDEXES, OPT_MULTI, OPT_NONE, OPT_SYM_LINKS, OPT_SYM_OWNER, OPT_UNSET

Previous: OPT_INCLUDES Next: OPT_INDEXES

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