Apache HTTPD
Public Attributes | List of all members
core_server_config Struct Reference

#include <http_core.h>

Public Attributes

chargprof_dir
 
const charap_document_root
 
characcess_name
 
apr_array_header_tsec_dir
 
apr_array_header_tsec_url
 
int redirect_limit
 
int subreq_limit
 
const charprotocol
 
apr_table_taccf_map
 
apr_array_header_terror_log_format
 
apr_array_header_terror_log_conn
 
apr_array_header_terror_log_req
 
int trace_enable
 
int merge_trailers
 
apr_array_header_tprotocols
 
int protocols_honor_order
 
char http09_enable
 
char http_conformance
 
char http_methods
 
unsigned int merge_slashes
 
apr_size_t flush_max_threshold
 
apr_int32_t flush_max_pipelined
 
unsigned int strict_host_check
 

Detailed Description

Definition at line 694 of file http_core.h.

Member Data Documentation

◆ access_name

char* core_server_config::access_name

Definition at line 706 of file http_core.h.

◆ accf_map

apr_table_t* core_server_config::accf_map

Definition at line 715 of file http_core.h.

◆ ap_document_root

const char* core_server_config::ap_document_root

Definition at line 702 of file http_core.h.

◆ error_log_conn

apr_array_header_t* core_server_config::error_log_conn

Definition at line 723 of file http_core.h.

◆ error_log_format

apr_array_header_t* core_server_config::error_log_format

Definition at line 718 of file http_core.h.

◆ error_log_req

apr_array_header_t* core_server_config::error_log_req

Definition at line 724 of file http_core.h.

◆ flush_max_pipelined

apr_int32_t core_server_config::flush_max_pipelined

Definition at line 757 of file http_core.h.

◆ flush_max_threshold

apr_size_t core_server_config::flush_max_threshold

Definition at line 756 of file http_core.h.

◆ gprof_dir

char* core_server_config::gprof_dir

Definition at line 696 of file http_core.h.

◆ http09_enable

char core_server_config::http09_enable

Definition at line 743 of file http_core.h.

◆ http_conformance

char core_server_config::http_conformance

Definition at line 748 of file http_core.h.

◆ http_methods

char core_server_config::http_methods

Definition at line 753 of file http_core.h.

◆ merge_slashes

unsigned int core_server_config::merge_slashes

Definition at line 754 of file http_core.h.

◆ merge_trailers

int core_server_config::merge_trailers

Definition at line 735 of file http_core.h.

◆ protocol

const char* core_server_config::protocol

Definition at line 714 of file http_core.h.

◆ protocols

apr_array_header_t* core_server_config::protocols

Definition at line 737 of file http_core.h.

◆ protocols_honor_order

int core_server_config::protocols_honor_order

Definition at line 738 of file http_core.h.

◆ redirect_limit

int core_server_config::redirect_limit

Definition at line 711 of file http_core.h.

◆ sec_dir

apr_array_header_t* core_server_config::sec_dir

Definition at line 707 of file http_core.h.

◆ sec_url

apr_array_header_t* core_server_config::sec_url

Definition at line 708 of file http_core.h.

◆ strict_host_check

unsigned int core_server_config::strict_host_check

Definition at line 758 of file http_core.h.

◆ subreq_limit

int core_server_config::subreq_limit

Definition at line 712 of file http_core.h.

◆ trace_enable

int core_server_config::trace_enable

Definition at line 731 of file http_core.h.


The documentation for this struct was generated from the following file: