On Sunday 24 February 2002 12:59, Mohammad Ali Agheli wrote:
> My ISP has a proxy server like this:
> IP address: 192.168.50.100 Port: 80
>
> I 've added below line in squid.conf. but it dosn't work. what
> should i do? cache_peer 192.168.50.100 parent 80 7 default
Make that
cache_peer 192.168.50.100 80 0 no-query default
never_direct allow all
or if you can go directly but prefer to use the ISP proxy when it
works...
cache_peer 192.168.50.100 80 0 no-query default connect-timeout=15
prefer_direct off
-- MARA Systems AB, Giving you basic free Squid support Customized solutions, packaged solutions and priority support available on requestReceived on Sun Feb 24 2002 - 13:43:53 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:06:31 MST