Jim Jagielski wrote:

httpd uses APR_UNSPEC pretty much exclusively.


Well, if the APR was compiled on a host that does not have
defined APR_HAVE_IPV6, then when passing APR_UNSPEC to
apr_socket_bind fails for "0.0.0.0" address.
Seems that "0.0.0.0" is not acceptable with APR_UNSPEC.

Further then that I see no reason why it would fail, but
it simply doesn't work.

You can easily duplicate that on Tomcat from HEAD,
since it works with 5.5.15 where APR_INET is used,
on any linux box that doesn't have IPV6.

Regards,
Mladen.

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

Reply via email to