Re: [squid-users] Help getting squid configured

From: Joe Cooper <joe@dont-contact.us>
Date: Fri, 23 Aug 2002 13:00:07 -0500

First point: Squid can never be configured to not proxy something--once
the packet hits Squid, it can only proxy it. So if you need a direct
client->server connection, you need to make the client bypass Squid. To
be more verbose, Squid is an application level proxy and as such it
doesn't have the option to 'not bother the requests', it can either
accept the connection or refuse it, neither of which is what you're
asking for. If it accepts the request it has to proxy it--it can't
reinject it back into the routing path without making a new request
itself (which 'bothers' the request).

Solutions: If running an interception proxy, add a bypass rule to
either your router (if using WCCP) or your proxy OS rules (if using OS
port redirection). If running a traditional proxy, add the site to the
list of sites that aren't retrieved through the proxy (this is in the
browser configuration somewhere).

ChrisHoover@safety-kleen.com wrote:
> I need some help, I submitted a problem the other day and have not gotten
> any responses (e-mail Help with problem site). Anyway, this site is
> giving me fits and I need help getting squid configured to not bother
> requests to this site and to cleanly pass the packets back and forth
> between the end user and the site. Can someone please help me get this
> configured.
>
> I'm running 2.4-STABLE7 on Redhat Linux 7.1.
>
> Thanks,
>
> Chris

-- 
Joe Cooper <joe@swelltech.com>
Web caching appliances and support.
http://www.swelltech.com
Received on Fri Aug 23 2002 - 12:03:38 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:49 MST