Apache2
core_server_config Struct Reference

#include <http_core.h>

Collaboration diagram for core_server_config:

Data Fields

char * gprof_dir
 
const char * ap_document_root
 
char * access_name
 
apr_array_header_tsec_dir
 
apr_array_header_tsec_url
 
int redirect_limit
 
int subreq_limit
 
const char * protocol
 
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_tconn_log_level
 
char http09_enable
 
char http_conformance
 
char http_methods
 
int http_cl_head_zero
 
int http_expect_strict
 
apr_array_header_tprotocols
 
int protocols_honor_order
 
int async_filter
 
unsigned int async_filter_set:1
 
apr_size_t flush_max_threshold
 
apr_int32_t flush_max_pipelined
 
unsigned int strict_host_check
 
unsigned int merge_slashes
 

Field Documentation

◆ access_name

char* core_server_config::access_name

◆ accf_map

apr_table_t* core_server_config::accf_map

◆ ap_document_root

const char* core_server_config::ap_document_root

◆ async_filter

int core_server_config::async_filter

◆ async_filter_set

unsigned int core_server_config::async_filter_set

◆ conn_log_level

apr_array_header_t* core_server_config::conn_log_level

◆ error_log_conn

apr_array_header_t* core_server_config::error_log_conn

◆ error_log_format

apr_array_header_t* core_server_config::error_log_format

◆ error_log_req

apr_array_header_t* core_server_config::error_log_req

◆ flush_max_pipelined

apr_int32_t core_server_config::flush_max_pipelined

◆ flush_max_threshold

apr_size_t core_server_config::flush_max_threshold

◆ gprof_dir

char* core_server_config::gprof_dir

◆ http09_enable

char core_server_config::http09_enable

◆ http_cl_head_zero

int core_server_config::http_cl_head_zero

◆ http_conformance

char core_server_config::http_conformance

◆ http_expect_strict

int core_server_config::http_expect_strict

◆ http_methods

char core_server_config::http_methods

◆ merge_slashes

unsigned int core_server_config::merge_slashes

◆ merge_trailers

int core_server_config::merge_trailers

◆ protocol

const char* core_server_config::protocol

◆ protocols

apr_array_header_t* core_server_config::protocols

◆ protocols_honor_order

int core_server_config::protocols_honor_order

◆ redirect_limit

int core_server_config::redirect_limit

◆ sec_dir

apr_array_header_t* core_server_config::sec_dir

◆ sec_url

apr_array_header_t* core_server_config::sec_url

◆ strict_host_check

unsigned int core_server_config::strict_host_check

◆ subreq_limit

int core_server_config::subreq_limit

◆ trace_enable

int core_server_config::trace_enable

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