https://issues.apache.org/bugzilla/show_bug.cgi?id=48515
--- Comment #10 from Muzi <[email protected]> 2010-01-09 13:33:48 UTC --- (In reply to comment #9) > Muzi, do you only have this problem when you let apache establish connections > to server1 before simulating it going down? No, let me explain I have two ldap servers, like ldap1 (master) and ldap2 (slave), i want if ldap1 is down/unreachable, then apache use ldap2 for authentication, currently failover works only if ldap1 is up and pinging but ldap service is not running on it, then it immediately forward request to ldap2, but it not works if ldap1 is down/unreachable/network timeout from isp, then apache still trying to connect with ldap1 and not forward requests to ldap2. So as per docs i use the ldapconnectiontimeout directive which also not helpful, so please suggest. Thanks -- 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]
