You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/07/29 00:38:18 UTC

DO NOT REPLY [Bug 40136] - bug releted to loadbalancing using mod_proxy, mod_proxy_balancer and mod_proxy_ajp

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40136>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40136


rpluem@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From rpluem@apache.org  2006-07-28 22:38 -------
 (In reply to comment #0)
You are using the wrong Cookie. You need to use JESSSIONID. The routing
information is only added to JESSSIONID, but not to JESSSIONIDSSO.

Some comments on the config:
 
> ProxyRequests off 
> <Proxy balancer://tomcats/>  
> BalancerMember ajp://testapp.tres.bnc.ca:8882 route=tc2 loadfactor=1  
> BalancerMember ajp://testapp.tres.bnc.ca:8883 route=tc3 loadfactor=1 

Shouldn't that be route=tc1?

> </Proxy> 
> 
> <Location /portail/> 
> ProxyPass balancer://tomcats/portail/ stickysession=JSESSIONIDSSO nofailover=On 
> ProxyPassReverse balancer://tomcats/portail/

This does not work you need to use somesthing like the following:

ProxyPassReverse http<s>://<tomcat host 1>/portail/
ProxyPassReverse http<s>://<tomcat host 2>/portail/

but in most cases this is not needed with AJP at all.

> Order Deny,Allow 
> Allow from all 		
> </Location> 
> 	
> <Location /ga/> 
> ProxyPass balancer://tomcats/ga/ stickysession=JSESSIONIDSSO nofailover=On 
> ProxyPassReverse balancer://tomcats/ga/

s.o.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org