Marc Haber wrote:
> I see. So I should define an acl
>
> acl http port 80
> acl ftp port 21
Better to use protocol type than port numbers. Some people use other
ports than the standard ones.
acl http proto http
acl ftp proto ftp
> cache_peer_access junkbuster allow http
> cache_peer_access ftp-parent allow ftp?
It should work if your goal is:
* send http traffic to junkbuster
* send ftp traffic to ftp-parent
* use neither of them for other protocols
--- Henrik Nordstrom Spare time Squid hackerReceived on Tue Feb 02 1999 - 16:48:29 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:44:20 MST