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 hacker
- squid and different parents for different procotols? Marc Haber
- Re: squid and different parents for different procot... Henrik Nordstrom
- Re: squid and different parents for different pr... Henrik Nordstrom
- Re: squid and different parents for differen... Henrik Nordstrom
- Re: squid and different parents for different pr... Marc Haber
