Apache2

A structure to store information for each virtual server. More...

#include <httpd.h>

Collaboration diagram for server_rec:

Data Fields

process_recprocess
 
server_recnext
 
char * error_fname
 
apr_file_terror_log
 
struct ap_logconf log
 
struct ap_errorlog_providererrorlog_provider
 
void * errorlog_provider_handle
 
struct ap_conf_vector_tmodule_config
 
struct ap_conf_vector_tlookup_defaults
 
const char * defn_name
 
unsigned defn_line_number
 
char is_virtual
 
apr_port_t port
 
const char * server_scheme
 
char * server_admin
 
char * server_hostname
 
server_addr_recaddrs
 
apr_interval_time_t timeout
 
apr_interval_time_t keep_alive_timeout
 
int keep_alive_max
 
int keep_alive
 
apr_array_header_tnames
 
apr_array_header_twild_names
 
const char * path
 
int pathlen
 
int limit_req_line
 
int limit_req_fieldsize
 
int limit_req_fields
 
void * context
 
unsigned int keep_alive_timeout_set:1
 

Detailed Description

A structure to store information for each virtual server.


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