Apache2
|
A structure to be used for Per-vhost config. More...
#include <httpd.h>
Data Fields | |
server_addr_rec * | next |
char * | virthost |
apr_sockaddr_t * | host_addr |
apr_port_t | host_port |
A structure to be used for Per-vhost config.
apr_sockaddr_t* server_addr_rec::host_addr |
The bound address, for this server
apr_port_t server_addr_rec::host_port |
The bound port, for this server
server_addr_rec* server_addr_rec::next |
The next server in the list
char* server_addr_rec::virthost |
The name given in "<VirtualHost>"