Advertisement
Guest User

Untitled

a guest
Dec 8th, 2010
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # global options:
  2.  
  3. User "www-data"
  4. Group "www-data"
  5. #RootJail "/chroot/pound"
  6.  
  7. ## Logging: (goes to syslog by default)
  8. ## 0 no logging
  9. ## 1 normal
  10. ## 2 extended
  11. ## 3 Apache-style (common log format)
  12. LogLevel 1
  13.  
  14. ## check backend every X secs:
  15. Alive 30
  16.  
  17. ## use hardware-accelleration card supported by openssl(1):
  18. #SSLEngine "<hw>"
  19.  
  20. # poundctl control socket
  21. Control "/var/run/pound/poundctl.socket"
  22. ###
  23.  
  24. ListenHTTP
  25. Address 127.0.0.1
  26. Port 80
  27.  
  28. ## allow PUT and DELETE also (by default only GET, POST and HEAD)?:
  29. xHTTP 0
  30.  
  31. Service
  32. BackEnd
  33. Address 127.0.0.1
  34. Port 8080
  35. End
  36. End
  37. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement