マクロ定義 | |
| #define | OR_NONE 0 |
| #define | OR_LIMIT 1 |
| #define | OR_OPTIONS 2 |
| #define | OR_FILEINFO 4 |
| #define | OR_AUTHCFG 8 |
| #define | OR_INDEXES 16 |
| #define | OR_UNSET 32 |
| #define | ACCESS_CONF 64 |
| #define | RSRC_CONF 128 |
| #define | EXEC_ON_READ 256 |
| #define | OR_ALL (OR_LIMIT|OR_OPTIONS|OR_FILEINFO|OR_AUTHCFG|OR_INDEXES) |
| #define ACCESS_CONF 64 |
*.conf inside <Directory> or <Location>
| #define EXEC_ON_READ 256 |
force directive to execute a command which would modify the configuration (like including another file, or IFModule
| #define OR_ALL (OR_LIMIT|OR_OPTIONS|OR_FILEINFO|OR_AUTHCFG|OR_INDEXES) |
this directive can be placed anywhere
| #define OR_AUTHCFG 8 |
*.conf inside <Directory> or <Location> and .htaccess when AllowOverride AuthConfig
| #define OR_FILEINFO 4 |
*.conf anywhere and .htaccess when AllowOverride FileInfo
| #define OR_INDEXES 16 |
*.conf anywhere and .htaccess when AllowOverride Indexes
| #define OR_LIMIT 1 |
*.conf inside <Directory> or <Location> and .htaccess when AllowOverride Limit
| #define OR_NONE 0 |
*.conf is not available anywhere in this override
| #define OR_OPTIONS 2 |
*.conf anywhere and .htaccess when AllowOverride Options
| #define OR_UNSET 32 |
unset a directive (in Allow)
| #define RSRC_CONF 128 |
*.conf outside <Directory> or <Location>
1.4.7