|
Apache HTTPD
|
Per-directory configuration. More...
#include <http_core.h>
Per-directory configuration.
Definition at line 527 of file http_core.h.
| int core_dir_config::accept_path_info |
Definition at line 606 of file http_core.h.
| unsigned core_dir_config::add_default_charset |
Definition at line 577 of file http_core.h.
Definition at line 578 of file http_core.h.
Definition at line 633 of file http_core.h.
CGIPassAuth: Whether HTTP authorization headers will be passed to scripts as CGI variables; affects all modules calling ap_add_common_vars(), as well as any others using this field as advice
Definition at line 678 of file http_core.h.
| apr_hash_t* core_dir_config::cgi_var_rules |
Table of rules for building CGI variables, NULL if none configured
Definition at line 683 of file http_core.h.
| ap_expr_info_t* core_dir_config::condition |
Definition at line 642 of file http_core.h.
Definition at line 640 of file http_core.h.
Definition at line 557 of file http_core.h.
| char* core_dir_config::d |
path of the directory/regex/etc. see also d_is_fnmatch/absolute below
Definition at line 529 of file http_core.h.
| unsigned core_dir_config::d_components |
the number of slashes in d
Definition at line 531 of file http_core.h.
| unsigned core_dir_config::d_is_fnmatch |
Definition at line 569 of file http_core.h.
Definition at line 635 of file http_core.h.
Definition at line 621 of file http_core.h.
Definition at line 626 of file http_core.h.
| etag_components_t core_dir_config::etag_add |
Definition at line 612 of file http_core.h.
| etag_components_t core_dir_config::etag_bits |
Definition at line 611 of file http_core.h.
| etag_components_t core_dir_config::etag_remove |
Definition at line 613 of file http_core.h.
| ap_expr_info_t* core_dir_config::expr_handler |
Definition at line 680 of file http_core.h.
Definition at line 603 of file http_core.h.
Definition at line 555 of file http_core.h.
Definition at line 605 of file http_core.h.
| apr_off_t core_dir_config::limit_req_body |
Definition at line 590 of file http_core.h.
| long core_dir_config::limit_xml_body |
Definition at line 591 of file http_core.h.
| struct ap_logconf* core_dir_config::log |
per-dir log config
Definition at line 645 of file http_core.h.
| int core_dir_config::max_overlaps |
Max number of Range overlaps (merges) allowed
Definition at line 657 of file http_core.h.
| int core_dir_config::max_ranges |
Number of Ranges before returning HTTP_OK.
Definition at line 655 of file http_core.h.
| int core_dir_config::max_reversals |
Max number of Range reversals (eg: 200-300, 100-125) allowed
Definition at line 659 of file http_core.h.
Definition at line 602 of file http_core.h.
| allow_options_t core_dir_config::opts |
If (opts & OPT_UNSET) then no absolute assignment to options has been made. invariant: (opts_add & opts_remove) == 0 Which said another way means that the last relative (options + or -) assignment made to each bit is recorded in exactly one of opts_add or opts_remove.
Definition at line 540 of file http_core.h.
| allow_options_t core_dir_config::opts_add |
Definition at line 541 of file http_core.h.
| allow_options_t core_dir_config::opts_remove |
Definition at line 542 of file http_core.h.
Definition at line 604 of file http_core.h.
| overrides_t core_dir_config::override |
Definition at line 543 of file http_core.h.
| apr_table_t* core_dir_config::override_list |
Table of directives allowed per AllowOverrideList
Definition at line 648 of file http_core.h.
| allow_options_t core_dir_config::override_opts |
Definition at line 544 of file http_core.h.
Definition at line 679 of file http_core.h.
| ap_regex_t* core_dir_config::r |
Definition at line 600 of file http_core.h.
| apr_size_t core_dir_config::read_buf_size |
Definition at line 685 of file http_core.h.
| apr_array_header_t* core_dir_config::refs |
Named back references
Definition at line 662 of file http_core.h.
| apr_hash_t* core_dir_config::response_code_exprs |
Custom response config with expression support. The hash table contains compiled expressions keyed against the custom response code.
Definition at line 668 of file http_core.h.
| char** core_dir_config::response_code_strings |
Definition at line 547 of file http_core.h.
| apr_array_header_t* core_dir_config::sec_file |
Definition at line 598 of file http_core.h.
| apr_array_header_t* core_dir_config::sec_if |
Definition at line 599 of file http_core.h.
| server_signature_e core_dir_config::server_signature |
Definition at line 595 of file http_core.h.
| unsigned core_dir_config::use_canonical_name |
Definition at line 563 of file http_core.h.
Definition at line 631 of file http_core.h.