Defines | |
| #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) |
|
|
*.conf inside <directory> or <location> Definition at line 223 of file http_config.h. Referenced by dirsection(), filesection(), proxysection(), show_overrides(), and urlsection(). |
|
|
force directive to execute a command which would modify the configuration (like including another file, or IFModule Definition at line 225 of file http_config.h. Referenced by ap_build_config_sub(), and ap_walk_config_sub(). |
|
|
this directive can be placed anywhere Definition at line 229 of file http_config.h. Referenced by APR_HOOK_STRUCT(), dirsection(), filesection(), process_command_config(), process_resource_config_nofnmatch(), proxysection(), set_override(), show_overrides(), and urlsection(). |
|
|
*.conf inside <directory> or <location> and .htaccess when AllowOverride AuthConfig Definition at line 218 of file http_config.h. Referenced by process_command_config(), process_resource_config_nofnmatch(), set_override(), and show_overrides(). |
|
|
*.conf anywhere and .htaccess when AllowOverride FileInfo Definition at line 216 of file http_config.h. Referenced by set_override(), and show_overrides(). |
|
|
*.conf anywhere and .htaccess when AllowOverride Indexes Definition at line 220 of file http_config.h. Referenced by set_override(), and show_overrides(). |
|
|
*.conf inside <directory> or <location> and .htaccess when AllowOverride Limit Definition at line 212 of file http_config.h. Referenced by process_command_config(), process_resource_config_nofnmatch(), set_override(), and show_overrides(). |
|
|
*.conf is not available anywhere in this override Definition at line 211 of file http_config.h. Referenced by set_override(). |
|
|
*.conf anywhere and .htaccess when AllowOverride Options Definition at line 214 of file http_config.h. Referenced by set_override(), and show_overrides(). |
|
|
unset a directive (in Allow) Definition at line 222 of file http_config.h. Referenced by APR_HOOK_STRUCT(), core_opts_merge(), merge_core_dir_configs(), and set_override(). |
|
|
*.conf outside <directory> or <location> Definition at line 224 of file http_config.h. Referenced by process_command_config(), process_resource_config_nofnmatch(), and show_overrides(). |