Yeah, i did this by myself in php. It does a lookup in the mysql database for unallowed urls and if nothing is found it querys squidguard. After all it returns. So i did both things i wanted in one script. Thanks anyway :) Jörg H. -----Ursprüngliche Nachricht----- Von: Alex Rousskov [mailto:rousskov@xxxxxxxxxxxxxxxxxxxxxxx] Gesendet: Mittwoch, 13. Februar 2008 17:49 An: Jörg Hoffmann Cc: squid-users@xxxxxxxxxxxxxxx Betreff: Re: Using multiple "redirect_program" commands On Tue, 2008-02-12 at 06:49 +0100, Jörg Hoffmann wrote: > is there a way to use mutliple ?redirect_program? commands to use squidguard > and another blacklist-tool at the same time? You should be able to chain redirectors by writing a wrapper redirector program that Squid knows about and uses. The wrapper will pass URLs to other redirectors and post-process the results as needed before returning them to Squid. Alex.