That's an APR bug you're hitting; it hits some httpd
sites as well, and we have a work-around documented
about that. I need to check on the status of
the fix in APR and which version the bug
exists.
In any case, your changes simply perform
a safe-enough test, so, even though it obscures
what APR does, I see no reason to back it out.
On Feb 10, 2006, at 9:42 AM, Mladen Turk wrote:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]