in reply to Re^2: Http connection manipulations
in thread Http connection manipulations
1. custom proxy = perl HTTP::Proxy . . . clients<->HTTP::Proxy<->SQUID<-ROUND_ROBIN->External Proxy servers (Pa +rent-proxies 1...10) Problem resides here clients<->HTTP::Proxy
If I understand your problem (maybe), how do you know which server "SQUID" selects? Second, you now become the single point of failure in your network. Third, Squid is a caching proxy, so if configured correctly, shouldn't it being redirecting to a running server?
I have never used/configured Squid, but maybe the correct solution is in reconfiguring Squid?
Good Luck.
"Well done is better than well said." - Benjamin Franklin
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Http connection manipulations
by kazak (Beadle) on Jan 11, 2012 at 21:53 UTC | |
by flexvault (Monsignor) on Jan 11, 2012 at 22:16 UTC | |
by kazak (Beadle) on Jan 12, 2012 at 09:00 UTC | |
by flexvault (Monsignor) on Jan 14, 2012 at 10:51 UTC | |
by kazak (Beadle) on Jan 14, 2012 at 22:47 UTC |