Henrik Nordstrom wrote:
On tor, 2008-05-29 at 04:55 +0300, Mr. Issa(*) wrote:
THanks Chris it worked BUT check this:
Clearing URL http://www.google.com/ ..
HTTP/1.0 404 Not Found
Server: squid/2.6.STABLE19
Date: Thu, 29 May 2008 01:31:43 GMT
Content-Length: 0
.. done.
it Says that the URL is not found? then how to remove a URL from cache
thanks in advance
Thats the successful response when thr URL was not found in the cache.
Regards
Henrik
Which isn't surprising, as Google doesn't want to be cached:
-bash-3.00$ /usr/local/squid/bin/squidclient -h proxy3.[censored] -p
8080 http://www.google.com/
HTTP/1.0 200 OK
***Cache-Control: private***
Content-Type: text/html; charset=ISO-8859-1
...
Chris