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=44406>.
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=44406

           Summary: Load balancer and ProxyPassReverse directive.
           Product: Apache httpd-2
           Version: 2.2.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P1
         Component: mod_proxy_balancer
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Hello to all,

Firstly, it is a general query relative to Apache 2.2.4 load balancer. In the 
following cases (CASE 1, CASE 2 and CASE 3), i want to use the directive 
ProxyPassReverse, please, could you help me for each case which are specific 
(CASE 1, CASE 2 and CASE 3)(Thanks in advance for your answer).

CASE 1: STATEFULL LOAD BALANCER (solution 1)

SetEnvIf ^Cookie$ "MYCOOKIE=([^ ;]*)" MYCOOKIE=$1
Header add Set-Cookie "MYCOOKIE=%{UNIQUE_ID}e.%{BALANCER_WORKER_ROUTE}e; 
path=/" env=!MYCOOKIE

ProxyPass /RootURI balancer://Cluster  stickysession=MYCOOKIE nofailover=Off
<Proxy balancer://Cluster >
BalancerMember http://Server1:Port1/RootURI 
BalancerMember http://Server2:Port2/RootURI
</Proxy>


CASE 2: STATEFULL LOAD BALANCER (solution 2) 

ProxyPass /RootURI balancer://Cluster  stickysession=JSESSIONID nofailover=Off
<Proxy balancer://Cluster >
BalancerMember http://Server1:Port1/RootURI 
BalancerMember http://Server2:Port2/RootURI
</Proxy>


CASE 3: STATELESS LOAD BALANCER

ProxyPass /RootURI balancer://Cluster nofailover=Off
<Proxy balancer://Cluster >
BalancerMember http://Server1:Port1/RootURI
BalancerMember http://Server2:Port2/RootURI 
</Proxy>

Thanks in advance for your answer and have a good day.
Best regards Olivier.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to