On Sat, Jan 9, 2010 at 8:53 AM, Muzammel Asghar
<muzammel.li...@gmail.com> wrote:
> Hi Eric and other Guys
>
> I just want to clarify one more.
>
> Fail over cases
>
> Case 1) If ldap1 server is unreachable (in case of ISP down or internet link
>
> down)
>
> Case 2) If ldap1 server is up and accessible and running but ldap service is
> not running only.

Apache tells the LDAP library the timeout you've specified, and passes
the two hostnames to the LDAP library unmodified.  The LDAP library is
the one  that has to understand the meaning of providing the two
hostnames, and when/how to fail over.

Perhaps your Apache is linked with a different library then the other
software on your system if the other software handles both cases.
pmap or lsof or fuser will tell you what LDAP library is loaded by the
different pieces of software at runtime.

The debug library I linked to in my first response might provide
additional messages from the LDAP library itself, but since you
haven't even included the LogLevel debug messages from Apache after 8
emails on the subject, that might be asking a lot.


-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to