|
Apache HTTPD
|
CORE HTTP Daemon. More...
#include "apr.h"#include "apr_hash.h"#include "apr_optional.h"#include "util_filter.h"#include "ap_expr.h"#include "apr_poll.h"#include "apr_tables.h"#include "http_config.h"Go to the source code of this file.
Classes | |
| struct | require_line |
| A structure to keep track of authorization requirements. More... | |
| struct | core_request_config |
| Per-request configuration. More... | |
| struct | core_dir_config |
| Per-directory configuration. More... | |
| struct | core_server_config |
| struct | core_filter_ctx |
| struct | core_net_rec |
| struct | ap_LINK_insert_network_bucket_t |
| union | ap_mgmt_value |
| struct | ap_mgmt_item_t |
| struct | ap_LINK_get_mgmt_items_t |
| struct | ap_errorlog_info |
| struct | ap_errorlog_handler |
| struct | ap_errorlog_format_item |
| struct | ap_LINK_error_log_t |
| struct | ap_LINK_get_pollfd_from_conn_t |
Enumerations | |
| enum | server_signature_e { srv_sig_unset , srv_sig_off , srv_sig_on , srv_sig_withmail } |
| Server Signature Enumeration. More... | |
| enum | ap_mgmt_type_e { ap_mgmt_type_string , ap_mgmt_type_long , ap_mgmt_type_hash } |
Variables | |
| ap_filter_rec_t * | ap_subreq_core_filter_handle |
| ap_filter_rec_t * | ap_core_output_filter_handle |
| ap_filter_rec_t * | ap_content_length_filter_handle |
| ap_filter_rec_t * | ap_core_input_filter_handle |
CORE HTTP Daemon.
Definition in file http_core.h.
| #define ADD_DEFAULT_CHARSET_OFF (0) |
Definition at line 574 of file http_core.h.
| #define ADD_DEFAULT_CHARSET_ON (1) |
Definition at line 575 of file http_core.h.
| #define ADD_DEFAULT_CHARSET_UNSET (2) |
Definition at line 576 of file http_core.h.
| #define AP_CGI_PASS_AUTH_OFF (0) |
Definition at line 670 of file http_core.h.
| #define AP_CGI_PASS_AUTH_ON (1) |
Definition at line 671 of file http_core.h.
| #define AP_CGI_PASS_AUTH_UNSET (2) |
Definition at line 672 of file http_core.h.
| #define AP_CONDITION_ELSE 2 |
Definition at line 638 of file http_core.h.
| #define AP_CONDITION_ELSEIF (AP_CONDITION_ELSE|AP_CONDITION_IF) |
Definition at line 639 of file http_core.h.
| #define AP_CONDITION_IF 1 |
Definition at line 637 of file http_core.h.
| #define AP_HTTP09_DISABLE 2 |
Definition at line 742 of file http_core.h.
| #define AP_HTTP09_ENABLE 1 |
Definition at line 741 of file http_core.h.
| #define AP_HTTP09_UNSET 0 |
Definition at line 740 of file http_core.h.
| #define AP_HTTP_CONFORMANCE_STRICT 2 |
Definition at line 747 of file http_core.h.
| #define AP_HTTP_CONFORMANCE_UNSAFE 1 |
Definition at line 746 of file http_core.h.
| #define AP_HTTP_CONFORMANCE_UNSET 0 |
Definition at line 745 of file http_core.h.
| #define AP_HTTP_METHODS_LENIENT 1 |
Definition at line 751 of file http_core.h.
| #define AP_HTTP_METHODS_REGISTERED 2 |
Definition at line 752 of file http_core.h.
| #define AP_HTTP_METHODS_UNSET 0 |
Definition at line 750 of file http_core.h.
| #define AP_MAXRANGES_DEFAULT -2 |
Definition at line 651 of file http_core.h.
| #define AP_MAXRANGES_NORANGES 0 |
Definition at line 653 of file http_core.h.
| #define AP_MAXRANGES_UNLIMITED -3 |
Definition at line 652 of file http_core.h.
| #define AP_MAXRANGES_UNSET -1 |
Definition at line 650 of file http_core.h.
| #define AP_MERGE_TRAILERS_DISABLE 2 |
Definition at line 734 of file http_core.h.
| #define AP_MERGE_TRAILERS_ENABLE 1 |
Definition at line 733 of file http_core.h.
| #define AP_MERGE_TRAILERS_UNSET 0 |
Definition at line 732 of file http_core.h.
| #define AP_TRACE_DISABLE 0 |
Definition at line 728 of file http_core.h.
| #define AP_TRACE_ENABLE 1 |
Definition at line 729 of file http_core.h.
| #define AP_TRACE_EXTENDED 2 |
Definition at line 730 of file http_core.h.
| #define AP_TRACE_UNSET -1 |
Definition at line 727 of file http_core.h.
| #define ENABLE_MMAP_OFF (0) |
Definition at line 618 of file http_core.h.
| #define ENABLE_MMAP_ON (1) |
Definition at line 619 of file http_core.h.
| #define ENABLE_MMAP_UNSET (2) |
Definition at line 620 of file http_core.h.
| #define ENABLE_SENDFILE_OFF (0) |
Definition at line 623 of file http_core.h.
| #define ENABLE_SENDFILE_ON (1) |
Definition at line 624 of file http_core.h.
| #define ENABLE_SENDFILE_UNSET (2) |
Definition at line 625 of file http_core.h.
| #define HOSTNAME_LOOKUP_DOUBLE 2 |
Definition at line 553 of file http_core.h.
| #define HOSTNAME_LOOKUP_OFF 0 |
Definition at line 551 of file http_core.h.
| #define HOSTNAME_LOOKUP_ON 1 |
Definition at line 552 of file http_core.h.
| #define HOSTNAME_LOOKUP_UNSET 3 |
Definition at line 554 of file http_core.h.
| #define USE_CANONICAL_NAME_DNS (2) |
Definition at line 561 of file http_core.h.
| #define USE_CANONICAL_NAME_OFF (0) |
Definition at line 559 of file http_core.h.
| #define USE_CANONICAL_NAME_ON (1) |
Definition at line 560 of file http_core.h.
| #define USE_CANONICAL_NAME_UNSET (3) |
Definition at line 562 of file http_core.h.
| #define USE_CANONICAL_PHYS_PORT_OFF (0) |
Definition at line 628 of file http_core.h.
| #define USE_CANONICAL_PHYS_PORT_ON (1) |
Definition at line 629 of file http_core.h.
| #define USE_CANONICAL_PHYS_PORT_UNSET (2) |
Definition at line 630 of file http_core.h.