]> granicus.if.org Git - apache/commit
Get IPv6 vhosts working (again ?).
authorJeff Trawick <trawick@apache.org>
Tue, 20 Nov 2001 18:27:07 +0000 (18:27 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 20 Nov 2001 18:27:07 +0000 (18:27 +0000)
commit840fcb47ac2d5dd2a1b1a51aee4ed4781b5c91ca
tree2d257b87d2811841db123cdf448b74e2fe4b26d0
parentabcab7e41e399fe1d33e923f70a1938e24d4f0cd
Get IPv6 vhosts working (again ?).

There were a couple of bogus IPv4-specific comparisons which prevented
the data structures from being built correctly in ap_fini_vhost_config().
One of these (INADDR_ANY) can be easily rewritten to work with IPv6.  The
other (DEFAULT_VHOST_ADDR) isn't necessary for IPv6.  Note that this is
because we don't support the various flavors of _default_ that
Apache-1.3+KAME-patch supports.

PR:      8118

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