DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16739>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16739 Problem w/ IPv4 when system can also use IPv6 ------- Additional Comments From [EMAIL PROTECTED] 2003-02-06 01:36 ------- Here is what is supposed to happen with recent Apache: For any version of netbsd with IPv6, apache 1) assumes v4-mapped addresses can't/shouldn't be used (i.e., assumes --disable-v4-mapped) 2) puts two listen statements in default config file: Listen 0.0.0.0:port Listen [::]:port (note that if you have old config file the one with the "right" listen statements will be httpd-std.conf) Also, when Apache doesn't plan to use v4-mapped addresses, it will enable the IPV6_V6ONLY socket option if it exists. The documentation needs to talk about --enable-v4-mapped vs. --disable-v4-mapped and what Listen statement(s) is(are) needed in either case. As far as the weird error scenario (--enable-v4-mapped, "Listen 8085", whatever is listening on port 8085 drops the connect): Is there truss or strace that you can use on Apache for this case to give an idea of what is happening? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
