]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
move closer to IPv6 support by changing the server_addr_rec
authorJeff Trawick <trawick@apache.org>
Fri, 15 Dec 2000 19:20:12 +0000 (19:20 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 15 Dec 2000 19:20:12 +0000 (19:20 +0000)
commit290df5f182fe2ff9bee0c8fbef926ea5da06890e
tree050ba8ada4946fe5b73cb1880f6ab17809518929
parent73c6ea589faaa90549e0ae35932e5820f08ac3e4
move closer to IPv6 support by changing the server_addr_rec
representation of the bound address to something which handles
IPv6; this also allows us to switch to APR resolver routines
in places instead of calling gethostbyname() and gethostbyaddr()
directly

Issues remaining with this set of changes:

1) apr_snprintf()'s %pA formatting needs to change to take
   apr_sockaddr_t * instead of sockaddr_in * -OR- just get rid
   of that type of formatting
2) apr_get_inaddr() is no longer used and should be removed

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