> Sir, > > We are using Squid Cache version 2.5.STABLE13 for i686-pc-linux-gnu and it > will > not display the following web site: > > http://www.xeroxshop.com.au/ > > Attached is the IE error. > > > Access.log Output > > 1197500719.902 129759 192.9.200.58 TCP_MISS/200 3769 GET > http://www.xeroxshop.com.au/ - DIRECT/202.173.148.236 text/html > Well, that log entry shows a 3.7KB page being downloaded from some a server at 202.173.148.236 > Nothing written to cache.log or /var/log/messages. > > When testing I can browse to this web site directly through the Firewall > and > there are no rules restricting the Proxy either. > > > Could you give me some ideas? Fire up squidclient and see what the headers of that page are for you: squidclient -h 202.173.148.236 -p 80 http://www.xeroxshop.com.au/ Doing that myself from here pulls 14KB page marked as private and uncachable. The next step would be to fire up wireshark/tcpdump and see what exactly the xeroxshop IIS is forcing-feeding unto squid. Also, does IE have javascript turned off? the page is quite bloated. Amos