Henrik, the strange thing is that happend only with some sites...
This is part of our configuration file_

cache_peer 127.0.0.1 parent 3128 3130 login=*:password proxy-only

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80          # http
acl Safe_ports port 81          # http
acl Safe_ports port 85
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT
acl localnet proxy_auth REQUIRED

no_cache deny all
http_access allow localhost
http_access allow manager localhost
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localnet
http_access deny all
never_direct allow all

-----Mensaje original-----
De: Henrik Nordstrom [mailto:[EMAIL PROTECTED]
Enviado el: Jueves, 18 de Marzo de 2004 21:28
Para: Montervino, Mariano
CC: [EMAIL PROTECTED]
Asunto: Re: [squid-users] Squid through another proxy


On Thu, 18 Mar 2004, Montervino, Mariano wrote:

> We are using Squid 2.5 stable5 through another proxy server call middleman
> because the last one could filter popups and adverts.
> We redirect squid request using the cache peer feature.
> "cache_peer 127.0.0.1 parent 3128 3130 login=*:password proxy-only"
> 
> The problem is that when we try browsing some site like yahoo.com or some
> others the page never download and the browser still waiting...

Maybe Squid FAQ 4.9 How do I configure Squid forward all requests to 
another proxy? <url:http://www.squid-cache.org/Doc/FAQ/FAQ-4.html#ss4.9>

Regards
Henrik

Reply via email to