CentOS 5
Using Proxy BalanceMember...
<Proxy balancer://mongrel_cluster> BalancerMember http://localhost:3000 BalancerMember http://localhost:3001 BalancerMember http://localhost:3002 </Proxy>
and I am having problems with a particular process taking longer than 2 minutes at which point the proxy seems to time out and I get an error.
I added: 'ProxyTimeout 600' to the end of httpd.conf but that doesn't seem to have any impact (yes, I restarted httpd) and I'm still timing out in about 2 minutes.
Any suggestions?
Craig
Craig White wrote:
I added: 'ProxyTimeout 600' to the end of httpd.conf but that doesn't seem to have any impact (yes, I restarted httpd) and I'm still timing out in about 2 minutes.
Any suggestions?
Maybe this will help
http://marc.info/?t=117952565300001&r=1&w=2
nate
On Tue, 2008-07-22 at 13:26 -0700, nate wrote:
Craig White wrote:
I added: 'ProxyTimeout 600' to the end of httpd.conf but that doesn't seem to have any impact (yes, I restarted httpd) and I'm still timing out in about 2 minutes.
Any suggestions?
Maybe this will help
---- sort of - that suggests that the problem is the 'Timeout' value needs to be extended
I'll try that later (after people aren't using production server)
Thanks
Craig