~nchohan/appscale/zk3.3.4

« back to all changes in this revision

Viewing changes to AppController/lib/haproxy.rb

  • Committer: Chris Bunch
  • Date: 2012-02-17 08:19:21 UTC
  • mfrom: (787.2.3 appscale-raj-merge)
  • Revision ID: cgb@cs.ucsb.edu-20120217081921-pakidyksaenlpzur
merged with main branch, gaining rabbitmq and upgrades for hbase, cassandra, and hypertable, as well as upgrading to gae 1.6.1 for python and go

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
  # any Mongrel, not just the one that started the session
210
210
  option redispatch
211
211
 
212
 
  # Timeout a request if the client did not read any data for 120 seconds
213
 
  timeout client 30000
 
212
  # Timeout a request if the client did not read any data for 60 seconds
 
213
  timeout client 60000
214
214
 
215
 
  # Timeout a request if Mongrel does not accept a connection for 30 seconds
216
 
  timeout connect 30000
 
215
  # Timeout a request if Mongrel does not accept a connection for 60 seconds
 
216
  timeout connect 60000
217
217
 
218
218
  # Timeout a request if Mongrel does not accept the data on the connection,
219
 
  # or does not send a response back in 120 seconds
220
 
  timeout server 30000
 
219
  # or does not send a response back in 60 seconds
 
220
  timeout server 60000
221
221
  
222
222
  # Enable the statistics page 
223
223
  stats enable