Re: [squid-users] Re: bypassing upstream proxy

2010-01-27 Thread Amos Jeffries

Danil Nafikov wrote:

My squid proxy is configured to use upstream proxy.
But one site should to be accessed to all users bypassing upstream
proxy. (through my proxy, but bypassing upstream)
How to do that?
All users have static ip adresses with local authentication.
Thanks.



 always_direct allow xx - to force a request to always go from your 
Squid to the web server (bypassing all cache_peer).


or,
 If you have a mixture of peers where this _can_ be sent
  cache_peer_access xx deny xx - to deny certain requests to this peer.


Amos
--
Please be using
  Current Stable Squid 2.7.STABLE7 or 3.0.STABLE21
  Current Beta Squid 3.1.0.15


[squid-users] Re: bypassing upstream proxy

2010-01-26 Thread Danil Nafikov
My squid proxy is configured to use upstream proxy.
But one site should to be accessed to all users bypassing upstream
proxy. (through my proxy, but bypassing upstream)
How to do that?
All users have static ip adresses with local authentication.
Thanks.

--
DaniL


Re: [squid-users] Re: bypassing upstream proxy

2010-01-26 Thread Chris Robertson

Danil Nafikov wrote:

My squid proxy is configured to use upstream proxy.
But one site should to be accessed to all users bypassing upstream
proxy. (through my proxy, but bypassing upstream)
How to do that?
  


http://www.squid-cache.org/Doc/config/always_direct/


All users have static ip adresses with local authentication.
Thanks.

--
DaniL
  



Chris