]> 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)
commitfe0db2926de27e4ca8f69a3ae5dce6755a7dc993
tree064f4b0524bc974c066e5737e1d2c019dfadf83f
parentc4b79668b71a327cbc0177c4eef82988e54395fd
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