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

           Summary: Documentation for proxy balancer timeout is wrong
           Product: Apache httpd-2
           Version: 2.2.8
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_balancer
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


http://httpd.apache.org/docs/2.2/mod/mod_proxy.html states:
"timeout 0 Balancer timeout in seconds. If set this will be the maximum time to
wait for a free worker. Default is not to wait."

However the behaviour is different. We have found that the timeout value here
is the time allowed for a reply to be received. Anything that takes longer than
this value gets a 502 invalid response from upstream server error.

On all other servers in the chain the request is logged as a 200 status
successful error.

Extract from config file:
 <Proxy balancer://name>
 BalancerMember http://cache1.local:80 min=100 retry=60 timeout=30


-- 
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