Personal tools
You are here: Home Documentation Production Configuration Pound configuration file

Pound configuration file

by T. Kim Nguyen last modified Nov 03, 2011 12:28 AM
— filed under:

a sample pound.cfg - the referred-to pound_error_500 file contains just this "The site is under heavy load or is temporarily unavailable. If the issue persists, please contact the help desk at (ddd) xxx-yyyy or help@acme.edu."

Control "/tmp/pound.ctl"
User "nobody"
Group "nobody"
LogFacility local0
LogLevel 5
ListenHTTP
  xHTTP 2
  Address 0.0.0.0
  Port    8000
  Err500 "/usr/local/etc/pound_error_500"
  Service
    BackEnd
      Address 123.456.789.012
      Port    8080
      TimeOut 60
    End
    BackEnd
      Address 123.456.789.012
      Port    8081
      TimeOut 60
    End
    BackEnd
      Address 123.456.789.012
      Port    8083
      TimeOut 60
    End
    BackEnd
      Address 123.456.789.012
      Port    8084
      TimeOut 60
    End
    Session
      Type COOKIE
      ID "__ac"
      TTL 300
    End
  End
End
ListenHTTP
  xHTTP 2
  Address 0.0.0.0
  Port    12000
  Err500 "/usr/local/etc/pound_error_500"
  Service
    BackEnd
      Address 123.456.789.012
      Port    12080
      TimeOut 60
    End
    BackEnd
      Address 123.456.789.012
      Port    12081
      TimeOut 60
    End
    Session
      Type COOKIE
      ID "__ac"
      TTL 300
    End
  End
End
ListenHTTP
  xHTTP 2
  Address 0.0.0.0
  Port    16000
  Err500 "/usr/local/etc/pound_error_500"
  Service
    BackEnd
      Address 123.456.789.012
      Port    16080
      TimeOut 60
    End
    BackEnd
      Address 123.456.789.012
      Port    16081
      TimeOut 60
    End
    Session
      Type COOKIE
      ID "__ac"
      TTL 300
    End
  End
End
 
Document Actions
  • Print this
  • Bookmarks