The problem might be with the squirm config. file. There is diff in
specifying URL redirection pattern for V1.0 and V1.23 of squirm. The
1.0beta version ignores patterns starting with ^.
my 1.0beta squirm pattern is as follows:
abortregexi (http://172.16.1.1.*)
regexi (.*\.zip$) http://172.16.1.8/cgi-bin/viralator.cgi?url=|\1
regexi (.*\.doc$) http://172.16.1.8/cgi-bin/viralator.cgi?url=|\1
regexi (.*\.exe$) http://172.16.1.8/cgi-bin/viralator.cgi?url=|\1
Same thing in 1.23 reads
abortregexi (^http://172.16.1.1.*)
regexi (^.*\.zip$) http://172.16.1.19/cgi-bin/viralator.cgi?url=|\1
regexi (^.*\.doc$) http://172.16.1.19/cgi-bin/viralator.cgi?url=|\1
regexi (^.*\.exe$) http://172.16.1.19/cgi-bin/viralator.cgi?url=|\1
BTW, replying to the list would be more fruitful, as others can help you
and will correct me if I'm giving a wrong advice.
-- Satya Prasad At 11:50 AM 11/1/2004, you wrote: >Hello, > >I have successfully configured squirm , clamav and >viralator as per the given instruction in document. >While downloading eicar virus signature file it is >allowing to download file. I will send u error msg. >But it is not passing URL to viraltor. > >Thank you. >jigar >--- "Satya Prasad D.V" <spdkonda@intoto.com> wrote: > > > At 09:48 AM 10/29/2004, you wrote: > > >Hello, > > > > > >I want to configure squid with antivirus support. I > > >tried to configure viralator but it is not working. > > >squirm is working fine but viralator with clamav is > > >not working. How to do this ? > > > > > >Kindly help me. Thanks in advance. > > > > > >jigar > > > > You need to give more info. Please explain the exact > > problem and give the > > error msg and/or log message. > > > > -- > > Satya Prasad > > > > > > > > > >__________________________________ > > >Do you Yahoo!? > > >Yahoo! Mail Address AutoComplete - You start. We > > finish. > > >http://promotions.yahoo.com/new_mail > > > > > > > > >__________________________________ >Do you Yahoo!? >Yahoo! Mail Address AutoComplete - You start. We finish. >http://promotions.yahoo.com/new_mailReceived on Mon Nov 01 2004 - 00:03:51 MST
This archive was generated by hypermail pre-2.1.9 : Wed Dec 01 2004 - 12:00:01 MST