Guest User

Untitled

a guest
Feb 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. [vu2006@proton ~]$ ps x
  2. PID TTY STAT TIME COMMAND
  3. 4157 ? S 0:00 sshd: vu2006@pts/0
  4. 4158 pts/0 Ss 0:00 -bash
  5. 4305 ? S 0:01 /usr/bin/ruby /usr/bin/mongrel_rails start -d -e prod
  6. 4308 ? S 0:01 /usr/bin/ruby /usr/bin/mongrel_rails start -d -e prod
  7. 4312 ? S 0:01 /usr/bin/ruby /usr/bin/mongrel_rails start -d -e prod
  8. 4315 ? S 0:01 /usr/bin/ruby /usr/bin/mongrel_rails start -d -e prod
  9. 4384 ? Ss 0:00 pound -f /var/www/virtual/tksoftware.com/etc/pound.co
  10. 4385 ? Sl 0:04 pound -f /var/www/virtual/tksoftware.com/etc/pound.co
  11. 5189 pts/0 R+ 0:00 ps x
  12. [vu2006@proton ~]$
  13.  
  14. Pound.conf:
  15.  
  16. ListenHTTP
  17. Address 127.0.0.1
  18. Port 8006
  19. ## This should be the port
  20. ## assigned to you originally
  21. ## based on your VU number
  22.  
  23. Service
  24. HeadRequire "Host: .*soccertracking.com.*"
  25. BackEnd
  26. Address 127.0.0.1
  27. Port 10060
  28. ## Port your mongrel instance is on.
  29. End
  30. End
  31.  
  32. Service
  33. HeadRequire "Host: .*soccertracking.com.*"
  34.  
  35. BackEnd
  36. Address 127.0.0.1
  37. Port 10061
  38. End
  39. End
  40.  
  41. Service
  42. HeadRequire "Host: .*tksoftware.com.*"
  43.  
  44. BackEnd
  45. Address 127.0.0.1
  46. Port 10062
  47. End
  48. End
  49.  
  50. Service
  51. HeadRequire "Host: .*tksoftware.com.*"
  52.  
  53. BackEnd
  54. Address 127.0.0.1
  55. Port 10063
  56. End
  57. End
  58.  
  59. End
Add Comment
Please, Sign In to add comment