Re: [squid-users] search specific site in the squid cache_dir....how?

From: <Squid@dont-contact.us>
Date: Fri, 4 May 2001 13:49:55 +0530

use purge method to delete objects from your cache_dir.

Set this in Squid.conf

acl purgemethod method purge
acl local src 127.0.0.1
http_access allow purgemethod local
http_access deny all

Use Client program found squid/bin directory to delete the objects...

client -m PURGE http://yourdomain.com
If this is success then gives 200 OK response else gives 404 not found

Regards,
Squid@Visolve.com
www.visolve.com
http://squid.visolve.com

> hi...
> i'm running squid 2.4 stable 1. i've got a problem to
> access some specific sites and i wanna delete it if
> they were in my squid cache_dir. how to search some
> specific site in the cache_dir...? is it possible that
> cache_dir is full and squid exit by itself?
> one more...i've found this message on my squid logs
>
> urlParse: Illegal character in hostname
> '.e$......ag..^..a.
> ...3.....r......|.n.v....h..gu....i..cd.....<k'
>
> what problem is this and how is the solution?
> thanks in advance...
>
> ikko
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
Received on Fri May 04 2001 - 05:02:47 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:49 MST