https://issues.apache.org/bugzilla/show_bug.cgi?id=48505
Eric Covener <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO --- Comment #10 from Eric Covener <[email protected]> 2010-01-09 11:36:45 UTC --- attach your ErrorLog, with LogLevel debug set, and a binary, unformatted, unlimited capture length packet capture (tcpdump, wireshark) of your LDAP port. To re-iterate, this timeout and failover is implemented by the LDAP library, not by Apache. Apache literally passess of the URL with two hostnames to the LDAP library in a single call. If your network takes 15 minutes to figure out it can't connect, and your LDAP library doesn't use the network timeout for connect(), there's nothing Apache can do about it. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
