Re: [squid-users] Parent proxy ?

From: Damir <squid@dont-contact.us>
Date: Wed, 29 Sep 2004 13:46:22 +0200

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" <hno@squid-cache.org>
Newsgroups: squid-users
To: "Damir" <squid@vip.hr>
Cc: <squid-users@squid-cache.org>
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
Received on Wed Sep 29 2004 - 05:46:33 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Oct 01 2004 - 12:00:03 MDT