> http_port 172.16.4.58:80 vport vhost
> http_port 127.0.0.1:80
> cache_peer my "Web server ip" parent 80 0 originserver default
>
> i can connect to the squid and it does shows me the site (my acl is ok) ,
> however in the Cache log i get the following message temporary disabling
> (Not Found) digest from "my Web server ip"
Maybe you should use:
cache_peer my "Web server ip" parent 80 0 originserver no-digest default
To squid gurus: should an "originserver" always imply "no-query no-digest
no-netdb-exchange"...?
JD