Hello,




I have set up rotating proxies with HAProxy successfully.

Following is part of haproxy.cfg;
frontend RotatingProxies1000         bind 0.0.0.0:1000         default_backend 
Proxies1000         option http_proxy         option httpclose         option 
http-use-proxy-header backend Proxies1000         server fp0 1.1.1.1:8800       
  server fp1 2.2.2.2:8800         server fp2 3.3.3.3:8800         server fp3 
4.4.4.4:8800         ...         balance roundrobin 
But i notice the rotation speed is very slow.

I made test in the Firefox, I looked up the client ip address on 
http://whatismyipaddress.com/.

First it's 1.1.1.1. I refreshed the page, still 1.1.1.1, refreshed again, still 
1.1.1.1. One minute later i refreshed again it became 2.2.2.2.

How to make HAProxy rotate more faster?




Thanks,

Qi


------------------
     http://www.site-digger.com/   
 
??????????????????????????????
 - ????Web??????????????????   
 
 ????????????????????????????   
 
 ??????029-82542052 13571845363
 
 QQ??1649677458 ?? 312602670
 
 Email??q...@site-digger.com

Reply via email to