> 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


Reply via email to