Guest User

Untitled

a guest
Apr 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. # Define 1 real worker named ajp13
  2. worker.list=ajp13
  3.  
  4. # Set properties for worker named ajp13 to use ajp13 protocol,
  5. # and run on port 8009
  6. worker.ajp13.type=ajp13
  7. worker.ajp13.host=localhost
  8. worker.ajp13.port=8009
  9. worker.ajp13.lbfactor=50
  10. worker.ajp13.cachesize=10
  11. worker.ajp13.cache_timeout=600
  12. worker.ajp13.socket_keepalive=1
  13. worker.ajp13.socket_timeout=300
Add Comment
Please, Sign In to add comment