Am 24.06.2013 13:08, schrieb Marcus Kool:
On 06/24/2013 06:01 AM, T Ls wrote:
Am 19.6.2013 16:13, schrieb Marcus Kool:
On Wed, Jun 19, 2013 at 09:27:54AM -0300, Marcus Kool wrote:
On 06/19/2013 09:02 AM, T Ls wrote:
>...
What means "not available" ??
If proxy p1 is "not available", usually the browser cannot connect to it
or a request times out.
With a no-connect error, a browser does failover to the second proxy...
Just checking: p1 and p2 are parent proxies and s1,s2,s3 the proxies
that the serve the browser requests?
If yes, shouldn't the PAC code return "PROXY s1:8080; PROXY s2:8080;
PROXY s3:8080" ?
Yes of course, I'm sorry, I mixed up the names. My PAC returns
"PROXY s1:8080; PROXY s2:8080; PROXY s3:8080"
for N_1, and S_1 hands the request over to P_1, if P_1 is dead (that is
currently the case) S_1 returns an error page (HTML) to the client in
N_1, saying that the parent proxy is not responding.
Sorry for the confusion.
Thomas