Re: [squid-users] Bypassing Squid for local address destination

From: <apmailist@dont-contact.us>
Date: Wed, 20 Oct 2004 10:10:10 +0200

> EM> You can't once a request is 'in' SQUID; squid has to
> EM> deal with it.
>
> really ?
> I have my access.log to become very big!! How at least to overcome
> this problem ?
>

You could rotate logs more frequently. and maybe use a script to compress older
logs in the same move.

> EM> You have to solve this at the client side. By proxy conf.
> EM> settings to direct the client to go directly for those
> EM> requests.
>
> It is not an envisegable solution for this moment
>

Think about the proxy auto config "PAC" file .

Don't cache local request by using these acl and directives :
acl intranet dstdomain .mydomain.com
or
acl intranet myserver1 myserver2 myserver_etc

and

always_direct allow intranet
no_cache deny intranet
Received on Wed Oct 20 2004 - 02:10:12 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:02 MST