Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. <Proxy *>
  2. Require all granted
  3. </Proxy>
  4.  
  5. ProxyPass /balancer-manager !
  6.  
  7. <Proxy balancer://pmobile2_global>
  8. BalancerMember http://10.1.21.155:7006/pmobile2/global route=http01
  9. BalancerMember http://10.1.21.156:7006/pmobile2/global route=http02
  10. BalancerMember http://10.1.21.102:7006/pmobile2/global route=http03
  11. BalancerMember http://10.1.21.157:7006/pmobile2/global route=http04
  12. BalancerMember http://10.1.21.158:7006/pmobile2/global route=http05
  13. ProxySet lbmethod=byrequests
  14. </Proxy>
  15. ProxyPass /pmobile2/global/ balancer://pmobile2_global/ stickysession=BALANCEID nofailover=On
  16.  
  17. <Proxy balancer://pmobile2_st>
  18. BalancerMember http://10.1.21.155:7007/pmobile2/st route=http11
  19. BalancerMember http://10.1.21.156:7007/pmobile2/st route=http12
  20. BalancerMember http://10.1.21.102:7007/pmobile2/st route=http13
  21. BalancerMember http://10.1.21.157:7007/pmobile2/st route=http14
  22. BalancerMember http://10.1.21.158:7007/pmobile2/st route=http15
  23. ProxySet lbmethod=byrequests
  24. </Proxy>
  25. ProxyPass /pmobile2/st/ balancer://pmobile2_st/ stickysession=BALANCEID nofailover=On
  26.  
  27. <Proxy balancer://pmobile2_cfd>
  28. #BalancerMember http://10.1.21.155:7008/pmobile2/cfd route=http21
  29. #BalancerMember http://10.1.21.156:7008/pmobile2/cfd route=http22
  30. BalancerMember http://10.1.21.102:7008/pmobile2/cfd route=http23
  31. BalancerMember http://10.1.21.157:7008/pmobile2/cfd route=http24
  32. BalancerMember http://10.1.21.158:7008/pmobile2/cfd route=http25
  33. ProxySet lbmethod=byrequests
  34. </Proxy>
  35. ProxyPass /pmobile2/cfd/ balancer://pmobile2_cfd/ stickysession=BALANCEID nofailover=On
  36.  
  37. <Proxy balancer://pmobile2_ut>
  38. BalancerMember http://10.1.21.155:7009/pmobile2/ut route=http31
  39. BalancerMember http://10.1.21.156:7009/pmobile2/ut route=http32
  40. #BalancerMember http://10.1.21.102:7009/pmobile2/ut route=http33
  41. #BalancerMember http://10.1.21.157:7009/pmobile2/ut route=http34
  42. #BalancerMember http://10.1.21.158:7009/pmobile2/ut route=http35
  43. ProxySet lbmethod=byrequests
  44. </Proxy>
  45. ProxyPass /pmobile2/ut/ balancer://pmobile2_ut/ stickysession=BALANCEID nofailover=On
  46.  
  47. <Proxy balancer://pmobile2_ft>
  48. BalancerMember http://10.1.21.176:7017/PMobile2API/FT route=http41
  49. BalancerMember http://10.1.21.177:7017/PMobile2API/FT route=http42
  50. BalancerMember http://10.1.21.178:7017/PMobile2API/FT route=http43
  51. BalancerMember http://10.1.21.179:7017/PMobile2API/FT route=http44
  52. ProxySet lbmethod=byrequests
  53. </Proxy>
  54. ProxyPass /pmobile2/FT/ balancer://pmobile2_ft/ stickysession=BALANCEID nofailover=On
  55.  
  56. <Proxy balancer://pmobile2_fx>
  57. BalancerMember http://10.1.21.176:7017/PMobile2API/FX route=http51
  58. BalancerMember http://10.1.21.177:7017/PMobile2API/FX route=http52
  59. BalancerMember http://10.1.21.178:7017/PMobile2API/FX route=http53
  60. BalancerMember http://10.1.21.179:7017/PMobile2API/FX route=http54
  61. ProxySet lbmethod=byrequests
  62. </Proxy>
  63. ProxyPass /pmobile2/FX/ balancer://pmobile2_fx/ stickysession=BALANCEID nofailover=On
  64.  
  65. <Proxy balancer://pmobile2_fxmn>
  66. BalancerMember http://10.1.21.176:7017/PMobile2API/FXMN route=http61
  67. BalancerMember http://10.1.21.177:7017/PMobile2API/FXMN route=http62
  68. BalancerMember http://10.1.21.178:7017/PMobile2API/FXMN route=http63
  69. BalancerMember http://10.1.21.179:7017/PMobile2API/FXMN route=http64
  70. ProxySet lbmethod=byrequests
  71. </Proxy>
  72. ProxyPass /pmobile2/FXMN/ balancer://pmobile2_fxmn/ stickysession=BALANCEID nofailover=On
  73.  
  74. <Proxy balancer://pmobile2_nfx>
  75. BalancerMember http://10.1.21.176:7017/PMobile2API/NFX route=http71
  76. BalancerMember http://10.1.21.177:7017/PMobile2API/NFX route=http72
  77. BalancerMember http://10.1.21.178:7017/PMobile2API/NFX route=http73
  78. BalancerMember http://10.1.21.179:7017/PMobile2API/NFX route=http74
  79. ProxySet lbmethod=byrequests
  80. </Proxy>
  81. ProxyPass /pmobile2/NFX/ balancer://pmobile2_nfx/ stickysession=BALANCEID nofailover=On
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement