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=11558>.
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=11558

Error in vhost.c when using mod_ssl





------- Additional Comments From [EMAIL PROTECTED]  2002-08-08 14:11 -------
I suspect that you have a broken system getaddrinfo().  Can you change that
code to log the actual error code?  Just before the ap_assert(), add

ap_log_error(APLOG_MARK, APLOG_ERR, rv, NULL,
             "cannot build sockaddr for 255.255.255.255/%d",
             (int)port);

Note that there are some known problems with the getaddrinfo() implementation
which shipped with Solaris 8 that cause problems for Apache.  See

http://www.apache.org/dist/httpd/patches/apply_to_2.0.39/

for a note about the known Solaris issue, which is fixed by updating to the
recommended Solaris 8 patch set.

(I didn't see which Solaris level you were running, so that other problem may
or may not affect you.)

Also of interest: Did you use any special configure arguments such as --disable-
ipv6?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to