RE: [SQU] If one Proxy is DOWN. How to make the other squid Proxy UP.

From: Stefan Berg <stefan.berg@dont-contact.us>
Date: Wed, 21 Feb 2001 12:52:46 +0100

Hi,

I used to solve this by using a .pac file for both IE and Netscape. It
contained multiple proxy servers in a priority, so that if the first one was
down, the browser would use the next one. The ultimate fallback was the
DIRECT directive, which was last on the list. By using DIRECT I told the
browser to fetch directly from internet if all the named proxies were down.

Here is a very simplified sample of what my .pac file could contain:

function FindProxyForURL (url, host)
{
                return "PROXY 172.16.254.250:8080;172.16.254.251:8080;
DIRECT";
}

I'm not sure if the .pac files are standard still.. you may want to check
that out.

Hope this helps,

/Stefan

-----Original Message-----
From: Abdul Rahman [mailto:abdulrahman@gulfnetksa.com]
Sent: den 21 februari 2001 09:47
To: squid-users@ircache.net
Cc: wessels@squid-cache.org
Subject: [SQU] If one Proxy is DOWN. How to make the other squid Proxy UP.

Dear All,

I have many proxies ( SQUID ) working in my network can any body let me know
how to use other PROXY ( automatically ) if the parent proxy goes down....?
If u have any doubts please let me know.

Best Regards.,

Please Visit..........
www.zajil.com
www.zajil.net
www.alharmain.com
www.gcccommerce.com

 

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Wed Feb 21 2001 - 05:01:33 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:06 MST