Hi,

I want FTP to use proxyA, and non-FTP to use proxyB,
so I have these lines in my config file :

acl ftp proto FTP
cache_peer proxyA parent 8080 0 no-query
cache_peer proxyB parent 8080 0 no-query
cache_peer_access proxyA allow ftp
cache_peer_access proxyB allow !ftp
never_direct allow all 

I'm not sure if the lines above would work, but Squid
doesn't complain when I execute reconfigure.

My questions are :
1) how many parents can I have in squid.conf ?
2) how do I verify if ftp traffic is using proxyA, and
non-ftp traffic using proxyB ? When I try to grep
proxyA from access.log, I found nothing.

Pls correct me if you spotted any mistakes.

Thanks.

__________________________________________________
Do You Yahoo!?
Promote your business from just $5 a month!
http://sg.biztools.yahoo.com

Reply via email to