Re: [users@httpd] Apache LoadBalancer goes into 302 infinite loop

2016-06-13 Thread Baruch Volkov
Thanks Eric, this application can use internal or external Authentication based on predefined setting. if it is "internal" it redirects to /acegi/acegilogin.jsp for user to input uid/pwd if it is "external" it will redirect to SetHandler balancer-manager AuthType Basic AuthName "Balancer Manager"

Re: [users@httpd] Apache LoadBalancer goes into 302 infinite loop

2016-06-13 Thread Eric Covener
I doubt anything in Apache decided to redirect to "acegilogin.jsp". Figure out why your application redirects the login page to itself then you'll know if some action is requried in httpd. - To unsubscribe, e-mail: users-unsubscr.

Re: [users@httpd] Apache LoadBalancer goes into 302 infinite loop

2016-06-13 Thread Baruch Volkov
Hi installed 2.4.20, same thing changed: #Order Allow,Deny #Allow from all to Require all granted *no luck * On Mon, Jun 13, 2016 at 11:12 AM, Baruch Volkov wrote: > Thanks Andrea & Jim > > will try both suggestions and update > > Baruch > > On Mon, Jun 13, 2016 at 9:57 AM, Andrea Croci wr

Re: [users@httpd] Apache LoadBalancer goes into 302 infinite loop

2016-06-13 Thread Baruch Volkov
Thanks Andrea & Jim will try both suggestions and update Baruch On Mon, Jun 13, 2016 at 9:57 AM, Andrea Croci wrote: > Just my two cents: Directives > > Order Allow,Deny > Allow from all > > are typical of 2.2.x. Although they can be used in 2.4.x, I'm not sure > it's a good idea. Any reason f

Re: [users@httpd] Apache LoadBalancer goes into 302 infinite loop

2016-06-13 Thread Andrea Croci
Just my two cents: Directives Order Allow,Deny Allow from all are typical of 2.2.x. Although they can be used in 2.4.x, I'm not sure it's a good idea. Any reason for not replacing them with the "Require" directive? On 13.06.2016 15:44, Jim Jagielski wrote: 2.4.2 is quite old, and there have

Re: [users@httpd] Apache LoadBalancer goes into 302 infinite loop

2016-06-13 Thread Jim Jagielski
2.4.2 is quite old, and there have been numerous fixes and improvements to the reverse proxy and load-balancer code since then... Is upgrading to 2.4.20 an option? > On Jun 13, 2016, at 9:39 AM, Baruch Volkov wrote: > > I do see thousandths posts on Apache LoadBancer and quite a few on infinite

[users@httpd] Apache LoadBalancer goes into 302 infinite loop

2016-06-13 Thread Baruch Volkov
I do see thousandths posts on Apache LoadBancer and quite a few on infinite loop with 302, but so far could not be able to fix my issue and would appreciate a comment/suggestion. I have installed Apache/2.4.2 (Win64) with the following configuration: ProxyPass /rcm59018ora balancer://mycluster/rc