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

A structure to be used for Per-vhost config. More...

#include <httpd.h>

Public Attributes

server_addr_recnext
 
charvirthost
 
apr_sockaddr_thost_addr
 
apr_port_t host_port
 

Detailed Description

A structure to be used for Per-vhost config.

Definition at line 1301 of file httpd.h.

Member Data Documentation

◆ host_addr

apr_sockaddr_t* server_addr_rec::host_addr

The bound address, for this server

Definition at line 1307 of file httpd.h.

◆ host_port

apr_port_t server_addr_rec::host_port

The bound port, for this server

Definition at line 1309 of file httpd.h.

◆ next

server_addr_rec* server_addr_rec::next

The next server in the list

Definition at line 1303 of file httpd.h.

◆ virthost

char* server_addr_rec::virthost

The name given in "<VirtualHost>"

Definition at line 1305 of file httpd.h.


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