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=21000>. 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=21000 HostnameLookups do not work with Apache 2.0 ------- Additional Comments From [EMAIL PROTECTED] 2003-06-23 12:23 ------- I tried the following suggestions from Jeff Trawick: 1) I changed "Listen 80" to "Listen 0.0.0.0:80" in httpd.conf. Then DNS lookups work fine. 2) I built the Apache server with "./configure --disable-ipv6" and commented out the "#define HAVE_GETNAMEINFO 1" line in srclib/apr/include/arch/unix/apr_private.h before the make. Here I left "Listen 80" in httpd.conf. Then also DNS lookups work properly. So it seems that something goes wrong with IPv6/v4 mapping in getnameinfo() in my SuSE 8.0/8.1 linux distribution, as suggested by Jeff Trawick. Thanks a lot for your help! What do you suggest how to proceed? How can I find out what exactly is going wrong so that I could give a hint to the SuSE developpers? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
