/ Zope / Apsis / Pound Mailing List / Archive / 2006 / 2006-07 / Does TimeOut for Backend work?

[ << ] [ >> ]

[ Recommended Platform / Mike Withers ... ] [ certificate problem / Brian Warshawsky ... ]

Does TimeOut for Backend work?
"Chris Dawson" <xrdawson(at)gmail.com>
2006-07-19 19:12:04 [ FULL ]
I have been reading the documentation and it seems that TimeOut is a
supported directive for Pound.  However, when I run:

 pound -v -f config/pound.cfg
unknown directive "      Timeout 0" - aborted

My configuration file looks like this:

ListenHTTPS
  Address 0.0.0.0
  Port    443
  Cert    "/opt/wiab/custom/rails/ssl/cert/server.pem"
  # pass along https hint
  AddHeader "X-Forwarded-Proto: https"
  HeadRemove "X-Forwarded-Proto"
  Service
    BackEnd
      Address 127.0.0.1
      Port    3000
      TimeOut   0
    End
    BackEnd
      Address 127.0.0.1
      Port    3001
      TimeOut   0
    End
  End
End

Is this acceptable?  Is this feature NYI?

Chris

Re: [Pound Mailing List] Does TimeOut for Backend work?
Robert Segall <roseg(at)apsis.ch>
2006-07-19 19:43:30 [ FULL ]
On Wed, 2006-07-19 at 10:12 -0700, Chris Dawson wrote:[...]

Timeout is OK, "Timeout 0" is NOT. You need to specify a greater than 0
integer argument...[...]

MailBoxer