Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-11 Thread Eric Covener
can you elaborate on the solution you alluded to in the bugzilla? I am guessing LDAPConnectionTimeout should be configuring a different option keyword? What did you change, and where did you change it? - The official User-To-Use

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-09 Thread Muzammel Asghar
Hi Eric Below comes in apache debug logs when primary ldap1 is unreachable or down. [Sat Jan 09 20:05:58 2010] [debug] proxy_util.c(1806): proxy: grabbed scoreboard slot 0 in child 22152 for worker proxy:reverse [Sat Jan 09 20:05:58 2010] [debug] proxy_util.c(1825): proxy: worker proxy:reverse al

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-09 Thread Muzammel Asghar
HI Eric I can close browser and access url again but this time no error comes in error log file in debugging mode, but my request url is currently still in processing and apache is trying to seek ldap1. Muzi On Sun, Jan 10, 2010 at 1:13 AM, Muzammel Asghar wrote: > Hi Eric > > Below comes in ap

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-09 Thread Muzammel Asghar
Right thanks, i check late this email, i have started the apache in debug mode but no logs comes in error and access logs, let me verify again and then update you. so much thanks, i will update you. On Sat, Jan 9, 2010 at 8:50 PM, Eric Covener wrote: > On Sat, Jan 9, 2010 at 8:53 AM, Muzammel

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-09 Thread Eric Covener
On Sat, Jan 9, 2010 at 8:53 AM, Muzammel Asghar 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

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-09 Thread Muzammel Asghar
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. I can check thoroughly, Apache failover work

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-08 Thread Muzammel Asghar
Guys if any one successfully implement ldap fail over auth with apache then please give suggestions, as i think its the right mailling list from where i can put questions and need feedbacks. Thanks On Sat, Jan 9, 2010 at 12:44 AM, Muzammel Asghar wrote: > Hi Eric > > Kindly send ur sample apache

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-08 Thread Muzammel Asghar
Hi Eric Kindly send ur sample apache conf for ldap fail over auth so i can compare my values with it. or please suggest how to make it effective. Thanks On Fri, Jan 8, 2010 at 11:06 PM, Muzammel Asghar wrote: > Hi > > Thanks Eric, currently ldap is running fine, i can use ssh and ftp auth > wit

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-08 Thread Muzammel Asghar
Hi Thanks Eric, currently ldap is running fine, i can use ssh and ftp auth with ldap also, its working f9 and also with ldap fail over auth. Now in apache case, its also working f9 with ldap1 but when ldap1 goes down, its not forward request to ldap2, this problem is for apache only, other ldap c

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-08 Thread Eric Covener
On Fri, Jan 8, 2010 at 12:57 PM, Muzammel Asghar wrote: > Hi > > Thanks Erics, now i mention the conf section which i configure for ldap fail > over auth, you can please check and tell its ok or not, becuase its not > currently working with ldap fail over. That is all handled by the LDAP library,

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-08 Thread Muzammel Asghar
Hi Thanks Erics, now i mention the conf section which i configure for ldap fail over auth, you can please check and tell its ok or not, becuase its not currently working with ldap fail over. I can setup this file in my --> /etc/httpd/conf.d/ldaptest.config I define only here below the ldap relat

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-08 Thread Eric Covener
On Fri, Jan 8, 2010 at 12:36 PM, Muzammel Asghar wrote: > Hi All > > Any more discussion and suggestions regarding this thread > > can some one use two ldap hosts and successfully test the ldap fail over > auth with apache ? Works for me. I couldn't understand any of your attempts to answer the

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-08 Thread Muzammel Asghar
Hi All Any more discussion and suggestions regarding this thread can some one use two ldap hosts and successfully test the ldap fail over auth with apache ? My apache conf which i mentioned is ok or not ? Please suggest. On Fri, Jan 8, 2010 at 12:23 AM, Muzammel Asghar wrote: > Hi Eric > > LD

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-07 Thread Muzammel Asghar
Hi Eric LDAP Client = apache try to linked with ldap2 if ldap1 fails i submited the conf in which i use ldap auth for apache LDAPTrustedMode TLS LDAPConnectionTimeout 4 AuthName "Testing Ldap fail over" AuthType Basic # The LDAP server(s) AuthLDAPURL "ldap://ldap1.mydomain.com ldap2.mydomain

Re: [us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-07 Thread Eric Covener
On Thu, Jan 7, 2010 at 1:59 PM, Muzammel Asghar wrote: > So please kindly give suggestions , what i need extra to make ldap fail over > effective. What LDAP client is Apache linked with, and how does an ldapsearch client behave linked to the same one? What's the LogLevel debug output during the

[us...@httpd] Apache 2.2 not working with LDAP Fail Over Auth

2010-01-07 Thread Muzammel Asghar
hi Guys I am using apache version Apache/2.2.13 (Unix) on Fedora -11 , and using ldap as url authentications. I setup my conf in --> /etc/httpd/conf.d/mydomain.conf with below values I define only here below the ldap related entries only. LDAPTrustedMode TLS LDAPConnectionTimeout 7 AuthName