logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: BalancerMember timeout problem
Author
Rotor



Joined: 28 Oct 2014
Posts: 9
Location: France,lyon

PostPosted: Wed 25 Feb '15 11:39    Post subject: BalancerMember timeout problem Reply with quote

I have a problem with long running transactions when I use BalancerMember.
ProxyPassMatch http://xxxxx.esi-sa.com timeout=240 works without problem
but
ProxyPassMatch balancer://esiweb/
BalancerMember http://xxxx.esi-sa.com timeout=240
cuts after 30 seconds. I've tried lot of different parameters (proxytimeout, timeout, etc) to no avail, the 30 s look set in stone.
our config :
Apache/2.4.10 (Win32) OpenSSL/1.0.1i

Thanks for any idea, I'm stuck
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Thu 26 Feb '15 19:32    Post subject: Reply with quote

AFAIK you can use ProxySet for that.
Back to top
Rotor



Joined: 28 Oct 2014
Posts: 9
Location: France,lyon

PostPosted: Wed 04 Mar '15 12:52    Post subject: Reply with quote

RequestHeader unset Expect early (found by accident in another thread here) + SetEnv proxy-nokeepalive 1 seem to do the trick. Don't ask me why Smile (for requestheader, no keepalive is logical)
Back to top


Reply to topic   Topic: BalancerMember timeout problem View previous topic :: View next topic
Post new topic   Forum Index -> Apache