On Thu, 5 Feb 2004, Henrik Nordstrom wrote: > On Thu, 5 Feb 2004, [koi8-r] "Noname Nolastname[koi8-r] " wrote: > > > Is there any possibility to interrupt current active connections for group of > > users (for all users) in squid without using squid k shutdown ? > > "squid -k restart" will interrupt all active connections and then restart > Squid automatically.
Sorry. There is no "squid -k restart". What you can do is a "kill -ABRT `cat /usr/local/squid/var/squid.pid`". This will "crash" Squid in a somewhat controlled manner. Regards Henrik
