On Wednesday 25 June 2003 17.59, Mohsin Khan wrote: > I would like to put my head in the source and i guess > i would not have to do much, since squid logs every > session and every request.
The easiest place is probably via the filedescriptor table in cachemgr. If you comm_close() the offending filedescriptor then the session is terminated immediately. The cachemgr changes in this old patch of mine might be useful for this purpose: http://devel.squid-cache.org/hno/patches/squid-2.2.PRE1.cachemgr_acl_refresh.patch This patch adds a menu where acls can be selectively reloaded via cachemgr, to avoid needing to do a full reconfigure after changing an included acl file. It was rejected as Duane did not want to have more active actions via the cachemgr interface. Regards Henrik
