I downloaded the two scripts specified in item 1 of "To chain redirectors:". The whole purpose of the wrapzap script is to set the environmental variables for zapper, and then execute zapper. If you are chaining redirectors it will execute zapchain, which will then runs your redirectors. Since you are not using zapper, you will not need to set environmental variables for zapper, and should not need the wrapzap script.
Loosely described, the syntax for zapchain is: zapchain redirector1 redirector2 redirector3 ... So you would change the redirect_program line in your squid.conf file to: redirect_program '/path/2/zapchain /path/2/redirect1 /path/2/redirect2' I'm not sure about the need for the single quotes. I never can remember and always need to experiment. That should work. Rick > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Thursday, October 10, 2002 5:38 AM > To: [EMAIL PROTECTED] > Subject: RE: Chaining redirectors, > > > I had a quick read of that but could not quite fathom what needed to be > changed in order for only viralator and SquidGuard to run but not ADZAP, > the documentation is a little fuzzy in respect of other configurations. > > Rob. > > At 05:38 10/10/02 -0500, you wrote: > >[EMAIL PROTECTED] wrote: > > > > > > Is there an easy way to chain redirectors, > > > > > > I wan't to use Viralator ( which uses squirm ) and squidGuard > > > together, Viralator mentions using some scripts from ADZAP but > > > the documentation is a little bit confusing. > > > >See "Chaining Redirector Programs" here: > >http://www.zip.com.au/~cs/adzap/ > > >
