]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
get_addresses()
authorJeff Trawick <trawick@apache.org>
Sat, 16 Dec 2000 21:36:33 +0000 (21:36 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 16 Dec 2000 21:36:33 +0000 (21:36 +0000)
commitdece16955a11eed961bbdbe55ec498aff701a2ab
tree064f4b0524bc974c066e5737e1d2c019dfadf83f
parentb43e31de42482e7288c2fd8385b46835d3a7eb24
get_addresses()
 . use apr_parse_addr_port() so we handle IPv6 addresses on
   NameVirtualHost and <VirtualHost > directives
 . don't hardcode AF_INET when a hostname or IP address was
   coded

dump_a_vhost()
 . check the address family before looking for certain IPv4
   addresses

ap_fini_vhost_config()
 . pass apr_status_t to ap_log_error() after apr_getnameinfo()
   fails

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87377 13f79535-47bb-0310-9956-ffa450edef68
server/vhost.c