On Wed, 2006-08-09 at 10:39 -0400, Gustavo Lazarte wrote: > I got the following on the access log > > 1155133193.125 16 10.10.10.100 TCP_MISS/403 1468 GET http://10.10.10.10/test.jpg - DIRECT/10.10.10.10 text/html > > on the webserver I get a - 200 IIS message for the test.jpg file. that means the > request was successful. I am starting to think might be ACL or Auth on the cache. Hmmm.. this log record says it got a 403 from 10.10.10.10... Thinking.. check your http_reply_access directives. Best left at the default "allow all" unless you have specific reasons to use anything else there. Maybe it could cause log entries like the above.. (not verified). What happends if you try contacting the site from the proxy server? squidclient -h 10.10.10.10 -p 80 /test.jpg Regards Henrik