samir82show

apache worker file

Jul 31st, 2014
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. worker.list=lb
  2.  
  3. worker.inst1.type=ajp13
  4. worker.inst1.port=8009
  5. worker.inst1.host=master
  6.  
  7. worker.inst2.type=ajp13
  8. worker.inst2.port=8010
  9. worker.inst2.host=master
  10.  
  11. worker.lb.type=lb
  12. worker.lb.balance_workers=inst1, inst2
  13.  
  14. worker.list=jk-status, jk-manager
  15. worker.jk-status.type=status
  16. worker.jk-manager.type=status
Advertisement
Add Comment
Please, Sign In to add comment