Gregory Machin wrote:
Hi
There is a file I'm trying to download via my proxy, but cant ...
squid loggs show
1191409989.051 0 192.168.2.203 TCP_NEGATIVE_HIT/404 615 GET
http://www.coltech.co.za/pnp/files/vPbPsCrVJ/SFUP-V447B4-D.zip greg
NONE/- text/html
If i bypass the proxy I can download the file fine ... what would be
causing this ?
Greg
Two possibilities I can think up:
1) Squid is going to a different server than your
browser-bypassing-squid request.
2) The file was missing on the original request through Squid, and
subsequent requests are getting the cached response (note the
TCP_NEGATIVE_HIT). Check your negative_ttl setting (it defaults to 5
minutes).
Chris