Thanks for help and tips , but I still have no luck ..
Well I read documentation , and I try this setings :
cache_peer 192.168.0.23 parent 8080 0 no-query max-conn=100
connect-timeout=3
cache_peer_access 192.168.0.23 allow http
cache_peer_access 192.168.0.23 deny all
cache_peer 192.168.0.23 parent 2121 0 no-query max-conn=100
connect-timeout=3
cache_peer_access 192.168.0.23 allow ftp
cache_peer_access 192.168.0.23 deny all
cache_peer 192.168.0.20 parent 3128 0 no-query no-query max-conn=100
connect-timeout=3
prefer_direct off
Also I try with these acl setings :
1. acl http src 0.0.0.0/24:80
acl ftp src 0.0.0.0/24:21
2. acl ftp port 21
acl http port 80
When i pont browser to my url ...
cachemgr.cgi?host=localhost&port=3128&user_name=&operation=server_list&auth=
I see that all trafic go only trough proxy on port 8080.
So i probably have wrong acl ... can you help me with right acl setings?
----- Original Message -----
From: "Henrik Nordstrom" <[EMAIL PROTECTED]>
Newsgroups: squid-users
To: "Damir" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, September 28, 2004 11:52 PM
Subject: Re: [squid-users] Parent proxy ?
> On Tue, 28 Sep 2004, Damir wrote:
>
> > So my qustion is how to force my squid to use 192.168.0.23 parent 2121
for
> > ftp conections ?
>
> See cache_peer_access
>
>
> Note: There is no use in specifying prefer_direct more than once. It is a
> simple on/off directive.
>
> Regards
> Henrik