]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Correct failure with Listen directives on machines with IPv6 enabled by
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 13 Aug 2003 19:17:45 +0000 (19:17 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 13 Aug 2003 19:17:45 +0000 (19:17 +0000)
commit7f56540ccfc2adfdd364f1526678fe4395119c95
tree3783ae0347d9894634a51b5b028216bc2083db8e
parent61081bed042745e3c82ce0046be17861c3dc22f7
Correct failure with Listen directives on machines with IPv6 enabled by
removing find_default_family() and letting APR determine what should be done
without a hostname.

This patch requires the corollary APR patch to properly call getaddrinfo().

(Justin modified Colm's patch to always walk the old listeners even when
we have an address.  That part of the patch wasn't really relevant.)

Submitted by: Colm MacC�rthaigh <colm@stdlib.net>
Reviewed by: Justin Erenkrantz

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