> -----Original Message-----
> From: Schott, Chris [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 08, 2005 5:34 AM
> To: [email protected]
> Subject: [squid-users] Problems getting squid to send direct to a
> website
> 
> 
> Hi,
> 
> I need to have all my http requests internally bound to an internal
> website bypass the squid proxy so the clients keep their own ip
> addresses.  I have configured my squid.conf per the doc on 
> the website:
> 
> acl hotmail dstdomain .hotmail.com
> always_direct allow hotmail
> 

That doesn't do what you are trying to do (obviously).  It only has bearing 
when using cache peers.  There is no directive in Squid to tell client's not to 
use it.  Once Squid has been passed the request, it has to run with it.  What 
you need to do is use a proxy.pac (or something equivalent) to specify to the 
clients which requests should be sent to the proxy, and which should go direct.

> 
> It doesn't seem to be working.  I have a couple questions.  Does this
> need to go in a particular part of the config?  Currently I 
> just put it
> at the very end of the file.  Is there anything else that I 
> am missing?
> Also is there a quick linux command that will reload the config?

squid -k reconfigure

> 
> Thanks,
> 
> Chris Schott 
> Network Engineer
> Emerson Hospital
> 

Chris

Reply via email to