mod proxy disabling workers after a single error

2007-05-04 Thread Brian Hayward
-retries = 0; } I have 2 questions: 1) What are the negative implications of disabling this? 2) Is there a cleaner way to accomplish this? Thanks, Brian Hayward

Re: mod proxy disabling workers after a single error

2007-05-04 Thread Brian Hayward
Yea, as it currently stands, one timeout is causing us to lose up to 10 more transactions during the next second (with retry=1) Thanks, Brian Hayward On 5/4/07, Jim Jagielski [EMAIL PROTECTED] wrote: On May 4, 2007, at 11:37 AM, Brian Hayward wrote: I have 2 questions: 1) What

Re: mod proxy disabling workers after a single error

2007-05-04 Thread Brian Hayward
With the following patch from trunk you are able to set retry to 0, which should fix your actual problem: Thanks! But I think in general it is not advisable to do this at least if you are load balancing your backend / having a failover configuration. And even if you do not have such a