summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2008-06-08 20:13:35 +0200
committerJeff Trawick <trawick@apache.org>2008-06-08 20:13:35 +0200
commit4893a6193d5f125d2ea6771026ed5813bd3fd6ab (patch)
tree3ec3eaf050846f150e474ca163b9569090f035f6 /acinclude.m4
parentNo header files currently found in that dir, so the build fails. (diff)
downloadapache2-4893a6193d5f125d2ea6771026ed5813bd3fd6ab.tar.xz
apache2-4893a6193d5f125d2ea6771026ed5813bd3fd6ab.zip
core: Fix address-in-use startup failure on some platforms caused
by attempting to set up an IPv4 listener which overlaps with an existing IPv6 listener. The failure occurred on the second pass of the open-logs hook in a configuration such as the following: Listen 8080 Listen 0.0.0.0:8081 Listen [::]:8081 During the first pass, the two port 8081 listen recs were adjacent and existing logic prevented binding to 0.0.0.0:8081. On the second pass, they were not adjacent and we then tried to bind to 0.0.0.0:8081, leading to failure on some platforms (seen on SLES 9 and Ubuntu 7.10, not seen on many other Unix-ish platforms). Leave a note about other unhandled configurations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664535 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
0 files changed, 0 insertions, 0 deletions