[CentOS] extending 'ProxyTimeout'

Tue Jul 22 20:20:48 UTC 2008
Craig White <craigwhite at azapple.com>

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