On Tue, 14 Oct 2003, phillip lucs wrote: > # II. Peer cache servers and Squid hierarchy > # > # this is the parent cache I want to send all http queries to originating > from the localhost > # (this computer). > cache_peer 172.28.30.87 parent 80 0 default no-query > cache_peer 172.28.30.87 parent 3128 3130 default no-query
Why do you have two cache_peer lines? If you want to forward all queries then make sure to read the Squid FAQ on how to forward all queries to a parent. > http_access allow manager localhost > http_access allow localhost > http_access allow local_net > http_access deny !Safe_ports > http_access deny CONNECT !SSL_ports > http_access deny all The local_net allow line should be moved just before deny all. > 2003/10/15 07:57:34| With 1024 file descriptors available > 2003/10/15 07:57:34| Performing DNS Tests... Do you have access to Internet DNS? If not you need to disable the DNS test when starting Squid (see command line options). Regards Henrik
