This is a discussion on squid didn't refresh ebay pages with IE reload ? within the Squid Users forums, part of the Web Server and Related Forums category; Hi, I have a strange problem with my squid proxy server (Version 2.4.STABLE7). It didn't refresh the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I have a strange problem with my squid proxy server (Version 2.4.STABLE7). It didn't refresh the search pages in ebay when I push the reload button in the IE browser. The time before end value from a auction didn't change. If I klick on an auction link and push the refresh button to see how mutch time is gone before the auction will end, the reload of this page works very well ? What's the difference for squid between the search pages and the auction pages ? I've set the following in squid.conf to bypass caching for ebay and my local domain. acl local-servers dstdomain .mydomain.local acl ebay dstdomain .ebay.de always_direct allow local-servers ebay My question is. How can I prevent that squid is caching any page from ebay. I don't want this and I don't wan't to push SHIFT-Reload on my browser to force a reload. squid should not cache this pages. pushing the reload button write down this in /var/log/squid/access.log. The page is not up to date. 1088604159.507 9 192.168.1.30 TCP_IMS_HIT/304 265 GET http://include.ebaystatic.com/aw/pic...ural_search.js - NONE/- application/x-javascript 1088604159.508 0 192.168.1.30 TCP_IMS_HIT/304 265 GET http://include.ebaystatic.com/aw/pic...ural_search.js - NONE/- application/x-javascript If I push the CTRL-F5 this entry is write down and the page is up to date. 1088604355.947 668 192.168.1.30 TCP_CLIENT_REFRESH_MISS/200 39275 GET http://include.ebaystatic.com/aw/pics/js/stats/ss.js - DIRECT/213.200.97.166 application/x-javascript 1088604356.065 538 192.168.1.30 TCP_CLIENT_REFRESH_MISS/200 3651 GET http://thumbs.ebaystatic.com/pict/5105366375.jpg - DIRECT/213.200.97.169 image/jpeg 1088604356.269 555 192.168.1.30 TCP_REFRESH_HIT/200 556 GET http://pics.ebaystatic.com/aw/pics/lst/_p__64x15.gif - DIRECT/213.200.97.177 image/gif Thanks you in advance Regards Frank |