Re: [squid-users] Is it possible to disable parent proxy for specified traffic (ftp)

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Wed, 01 Jun 2011 13:37:25 +1200

 On Tue, 31 May 2011 22:45:01 +0200, Rafal Zawierta wrote:
> Hello,
>
> I have (almost) running environment with squid3 and havp as parent to
> it. It works fine as long as user will use only http and https
> protocol. But sometimes there is url on website
> ftp://ftp.debian.org/file.iso (whatever) - with ftp protocol. Such
> ftp
> traffic will not be passed by havp in my configuration, so I'm
> wondering if it'll be possible to send ftp traffic directly to web
> without sending it to parent proxy.
>
> Regards
> Rafal

 Yes add a "proto" ACL type checking for "FTP" to your cache_peer_access
 directives.

  acl FTP proto FTP
  cache_peer_access deny FTP
  ...

 Amos
Received on Wed Jun 01 2011 - 01:37:29 MDT

This archive was generated by hypermail 2.2.0 : Wed Jun 01 2011 - 12:00:04 MDT