Re: Requests processed slowly

From: visolve cache <visolve_cache@dont-contact.us>
Date: Mon, 17 Jan 2000 21:49:23 -0800 (PST)

Hi,

Make use of autoproxy configuration file. In that
file, we have to write our java script. An example of
auto proxy configuration file which we are using is,
============================================
function FindProxyForURL(url,host)
{
    if(url.substring(m,n) == "yourdomain")
    return "DIRECT";
    else
    return "PROXY 182.16.1.2:8080";
}
========================================
where m and n are start and end index of your url
string.
You can have this auto configuration file in local web
server and make your browser point to this file.

 Hopefully this gives an answer to your question.

Regards,
Visolve_Cache.

--- Matthew Geddes <mgeddes@xavier.sa.edu.au> wrote:
> Hi guys,
>
> I am running squid 2.2 Stable5 on RedHat 5.2. I am
> told by Netscape and
> wget that I am getting between 3 and 7 KB/s. This is
> fine over ISDN, but
> when accessing the local network, it's the same.
> Without going through
> the proxy, it's a couple of hundred KB/s. I would
> rather not have to go
> and change the settings on each workstation if
> possible. The reason we
> have the entire local LAN get stuff from our local
> cache, is because the
> proxy server has the biggest balls by far and can
> cope with the load the
> best.
>
> Thanks in advance,
>
> Matt
>
>
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
Received on Mon Jan 17 2000 - 22:59:56 MST

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