On Thursday 07 August 2003 09.07, aqil wrote: > Pada 01-Aug-2003, Henrik Nordstrom menulis: > > acl ftp_users ... > > acl ftp_servers dstdomain ... > > acl ftp protocol ftp > > http_access allow ftp_users ftp ftp_servers > > http_access deny ftp > > So squid can pass ftp request ? > *Just tried it, and it works* > > How about other protocols ?
>From Squid FAQ 1.1 What is Squid Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Regards Henrik
