|
Apache HTTPD
|
File/Directory Accessor directives. More...
Macros | |
| #define | OPT_NONE 0 |
| #define | OPT_INDEXES 1 |
| #define | OPT_INCLUDES 2 |
| #define | OPT_SYM_LINKS 4 |
| #define | OPT_EXECCGI 8 |
| #define | OPT_UNSET 16 |
| #define | OPT_INC_WITH_EXEC 32 |
| #define | OPT_SYM_OWNER 64 |
| #define | OPT_MULTI 128 |
| #define | OPT_ALL (OPT_INDEXES|OPT_INCLUDES|OPT_INC_WITH_EXEC|OPT_SYM_LINKS|OPT_EXECCGI) |
File/Directory Accessor directives.
All directives
Definition at line 88 of file http_core.h.
| #define OPT_EXECCGI 8 |
ExecCGI directive
Definition at line 78 of file http_core.h.
| #define OPT_INC_WITH_EXEC 32 |
SSI exec= permission is permitted, iff OPT_INCLUDES is also set
Definition at line 82 of file http_core.h.
| #define OPT_INCLUDES 2 |
SSI is enabled without exec= permission
Definition at line 74 of file http_core.h.
| #define OPT_INDEXES 1 |
Indexes directive
Definition at line 72 of file http_core.h.
| #define OPT_MULTI 128 |
MultiViews directive
Definition at line 86 of file http_core.h.
| #define OPT_NONE 0 |
No directives
Definition at line 70 of file http_core.h.
| #define OPT_SYM_LINKS 4 |
FollowSymLinks directive
Definition at line 76 of file http_core.h.
| #define OPT_SYM_OWNER 64 |
SymLinksIfOwnerMatch directive
Definition at line 84 of file http_core.h.
| #define OPT_UNSET 16 |
directive unset
Definition at line 80 of file http_core.h.