https://issues.apache.org/bugzilla/show_bug.cgi?id=45008

           Summary: Problem with nofailover option
           Product: Apache httpd-2
           Version: 2.0-HEAD
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_balancer
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I have used the following configuration with Apache 2.2.0 :

---------------------------
ProxyRequests Off
ProxyPass /balancer !
ProxyPass / balancer://cluster/ stickysession=JSESSIONID nofailover=On
ProxyPassReverse / balancer://cluster/

<Proxy balancer://cluster>
  Order Deny,Allow
  Allow from all

  BalancerMember http://192.168.1.141:8081 route=tomcat1
  BalancerMember http://192.168.1.142:8081 route=tomcat2
</Proxy>

<Location /balancer>
  SetHandler balancer-manager

  Order Deny,Allow
  Allow from all
</Location>
----------------------------

The problem is that when I disable one of the servers, Apache does not break
the session and continues sending requests to the disabled server, when I
continue using the same browser session.

The only way to continue is to open a new browser, so that there is no session.
Then Apache redirects new requests to the live node only.

So, the problem is that, even if I have used the nofailover=On, Apache does not
break the session of disabled nodes.

Others have had the same problem some time ago and noone responded to their
question, so I am guessing this should be a bug.


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to