Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. ProxyPass / balancer://mycluster/ stickysession=BALANCEID nofailover=On
  2. <Proxy balancer://mycluster>
  3. BalancerMember http://10.1.21.102:7004 route=http2
  4. BalancerMember http://10.1.21.155:7004 route=http3
  5. BalancerMember http://10.1.21.156:7004 route=http4
  6. BalancerMember http://10.1.21.157:7004 route=http5
  7. BalancerMember http://10.1.21.158:7004 route=http6
  8. ProxySet lbmethod=byrequests
  9. </Proxy>
  10.  
  11. ----
  12.  
  13. ProxyPass /PMoblie_IPhone balancer://iphonecluster/ stickysession=BALANCEID nofailover=On
  14. ProxyPass /PMobile_IPhone balancer://iphonecluster/ stickysession=BALANCEID nofailover=On
  15. <Proxy balancer://iphonecluster>
  16. BalancerMember http://10.1.21.155:7003/PMobile_IPhone route=http6
  17. BalancerMember http://10.1.21.156:7003/PMobile_IPhone route=http7
  18. BalancerMember http://10.1.21.102:7003/PMobile_IPhone route=http8
  19. BalancerMember http://10.1.21.157:7003/PMobile_IPhone route=http9
  20. BalancerMember http://10.1.21.158:7003/PMobile_IPhone route=http10
  21.  
  22. ProxySet lbmethod=byrequests
  23. </Proxy>
  24.  
  25. ProxyPass /PMobile_IPad balancer://ipadcluster/ stickysession=BALANCEID nofailover=On
  26. <Proxy balancer://ipadcluster>
  27. BalancerMember http://10.1.21.155:7005/PMobile_IPad route=http16
  28. BalancerMember http://10.1.21.156:7005/PMobile_IPad route=http17
  29. BalancerMember http://10.1.21.102:7005/PMobile_IPad route=http18
  30. BalancerMember http://10.1.21.157:7005/PMobile_IPad route=http19
  31. BalancerMember http://10.1.21.158:7005/PMobile_IPad route=http20
  32.  
  33. ProxySet lbmethod=byrequests
  34. </Proxy>
  35.  
  36. ProxyPass /PMobile_Wechat balancer://wechatcluster/ stickysession=BALANCEID nofailover=On
  37. <Proxy balancer://wechatcluster>
  38. BalancerMember http://10.1.21.155:7005/PMobile_Wechat route=http6
  39. BalancerMember http://10.1.21.156:7005/PMobile_Wechat route=http7
  40. BalancerMember http://10.1.21.102:7005/PMobile_Wechat route=http8
  41. BalancerMember http://10.1.21.157:7005/PMobile_Wechat route=http9
  42. BalancerMember http://10.1.21.158:7005/PMobile_Wechat route=http10
  43.  
  44. ProxySet lbmethod=byrequests
  45. </Proxy>
  46. ----
  47.  
  48. ProxyPass /CFD_IPhone balancer://iphonecluster/ stickysession=BALANCEID nofailover=On
  49. <Proxy balancer://iphonecluster>
  50. BalancerMember http://10.1.21.102:7013/CFD_IPhone route=http1
  51. BalancerMember http://10.1.21.157:7013/CFD_IPhone route=http2
  52. BalancerMember http://10.1.21.158:7013/CFD_IPhone route=http3
  53. ProxySet lbmethod=byrequests
  54. </Proxy>
  55.  
  56. ProxyPass /CFD_Android balancer://androidcluster/ stickysession=BALANCEID nofailover=On
  57. <Proxy balancer://androidcluster>
  58. BalancerMember http://10.1.21.102:7014/CFD_Android route=http4
  59. BalancerMember http://10.1.21.157:7014/CFD_Android route=http5
  60. BalancerMember http://10.1.21.158:7014/CFD_Android route=http6
  61.  
  62. ProxySet lbmethod=byrequests
  63. </Proxy>
  64.  
  65. ProxyPass /CFD_IPad balancer://ipadcluster/ stickysession=BALANCEID nofailover=On
  66. <Proxy balancer://ipadcluster>
  67. BalancerMember http://10.1.21.102:7015/CFD_IPad route=http7
  68. BalancerMember http://10.1.21.157:7015/CFD_IPad route=http8
  69. BalancerMember http://10.1.21.158:7015/CFD_IPad route=http9
  70. ProxySet lbmethod=byrequests
  71. </Proxy>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement