Definition:
#include "http_core.h"
Usage example:
if ((ap_allow_options(r) & OPT_ALL) == OPT_ALL) {
/* Options All covers this location
* Equivalent to Options [+]Indexes [+]Includes [+]ExecCGI [+]FollowSymLinks
*/
}
No documentation available.
Previous: OK
Next: OPT_EXECCGI
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)