> No, not yet. We had to ditch the IPv6 apache too due to a virtual hosting > bug. i have patched this bug bastian -- Immortality consists largely of boredom. -- Zefrem Cochrane, "Metamorphosis", stardate 3219.8
--- apache-mod_ssl-ipv6-1.3.12+2.6.4+20000518.orig/src/main/http_vhost.c Sun May 21 14:58:26 2000
+++ apache-mod_ssl-ipv6-1.3.12+2.6.4+20000518/src/main/http_vhost.c Sun May 21 15:34:35 2000
@@ -263,10 +263,10 @@
*paddr = &sar->next;
memcpy(&sar->host_addr, res->ai_addr, res->ai_addrlen);
sar->host_port =
- ntohs(getnameinfo(res->ai_addr, res->ai_addrlen,
+ getnameinfo(res->ai_addr, res->ai_addrlen,
NULL, 0, servbuf, sizeof(servbuf),
NI_NUMERICSERV)
- ? 0 : atoi(servbuf));
+ ? 0 : atoi(servbuf);
sar->virthost = ap_pstrdup(p, w);
}
Attachment:
pgp5Phr10o9Bw.pgp
Description: PGP signature