Search the web
Sign In
New User? Sign Up
viralator · Viralator mailing list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 403 - 432 of 461   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#432 From: "Alceu R. de Freitas Jr." <glasswalk3r@...>
Date: Wed Apr 5, 2006 1:44 pm
Subject: Re: Re: Problem with url and "?"
glasswalk3r
Offline Offline
Send Email Send Email
 
--- alefattorini <alefattorini@...> escreveu:

> how can i include an "abort redirection" section?
> Can you make an
> exemple for me?

There are some examples here:
http://viralator.sourceforge.net/install.html

You should check the documentation of the redirector
you're using to avoid redirecting requests with
dinamic URL's.

Regards,


Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...
http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1



_______________________________________________________
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e
anti-spam realmente eficaz.
http://br.info.mail.yahoo.com/

#431 From: "alefattorini" <alefattorini@...>
Date: Wed Apr 5, 2006 10:37 am
Subject: Re: Problem with url and "?"
alefattorini
Offline Offline
Send Email Send Email
 
--- In viralator@yahoogroups.com, "Alceu R. de Freitas Jr."
<glasswalk3r@...> wrote:
>
> Hello there,
>
> Before asking in the mailing list, you should have
> check this link:
> http://viralator.sourceforge.net/guidelines.html
>
> In the FAQ there is a explanation (and a solution
> proposal) for your problem:
> http://viralator.sourceforge.net/faq.html#23

Thanks Dude,
but in FAQ section there is:
---
To avoid problem with "dinamic" URL's, just include as "abort
redirection" section in the redirection program url that contains "?",
"=" or "&". In the RFC (from W3C) this symbols indicates queries and
shouldn't be sent to Viralator (at least at this very stage of
development).
---
how can i include an "abort redirection" section? Can you make an
exemple for me?
Thanks in advance
Alessio

#430 From: "Alceu R. de Freitas Jr." <glasswalk3r@...>
Date: Tue Apr 4, 2006 2:40 pm
Subject: Re: Re: Problem with url and "?"
glasswalk3r
Offline Offline
Send Email Send Email
 
Hello there,

Before asking in the mailing list, you should have
check this link:
http://viralator.sourceforge.net/guidelines.html

In the FAQ there is a explanation (and a solution
proposal) for your problem:
http://viralator.sourceforge.net/faq.html#23

Regards,
Alceu

--- alefattorini <alefattorini@...> escreveu:

> --- In viralator@yahoogroups.com, "alefattorini"
> <alefattorini@...>
> >I'm using viralator 0.9.5
> viralator 0.9.6 too, same problem.
> Alessio




_______________________________________________________
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular.
Registre seu aparelho agora!
http://br.mobile.yahoo.com/mailalertas/

#429 From: "alefattorini" <alefattorini@...>
Date: Tue Apr 4, 2006 2:30 pm
Subject: Re: Problem with url and "?"
alefattorini
Offline Offline
Send Email Send Email
 
--- In viralator@yahoogroups.com, "alefattorini" <alefattorini@...>
>I'm using viralator 0.9.5
viralator 0.9.6 too, same problem.
Alessio

#428 From: "alefattorini" <alefattorini@...>
Date: Tue Apr 4, 2006 2:26 pm
Subject: Problem with url and "?"
alefattorini
Offline Offline
Send Email Send Email
 
When I download this file:
http://download.skype.com/SkypeSetup.exe?20081.exe
I receive this error from viralator:
----
You cannot download from this site!

The given url is not valid.

Please contact your system administrator for details.
----
Where is the problem? I'm using viralator 0.9.5
Help me!!
Alessio

#427 From: "Alceu R. de Freitas Jr." <glasswalk3r@...>
Date: Thu Mar 30, 2006 1:24 pm
Subject: Re: having a problem in installation of viralator + bitdefender antivirus
glasswalk3r
Offline Offline
Send Email Send Email
 
My suggestion is that you take a look at the reply
from bitdefender and see if the regular expression in
Viralator is correct.

Another suggestion is that you try to use the BETA
version of Viralator. Despite being beta, it is being
actively developed, while the stable is not.

Regards,
Alceu

--- Prashant <passionprashant@...> escreveu:

> hello members,
>                I have downloaded
> viralator-09pre2.zip. I tried to
> install viralator with the help of given instruction
> in
> http://viralator.sourceforge.net/install.html, but
> unable to achieve
> the functionality that viralator provides.
>
> I want to achieve the redirection like below
>    squid -> squidGuard -> viralator -> bitdefender
> antivirous
>
> My OS version is redhat linux 7.3 which works as a
> server.
>
> 1) I have succesfully installed squid and squidGuard
> on my system and
> also bitdefender antivirous.
>
> 2) I have successfully achieved redirection from
> squid to squidGuard.
> But i am not sure about redirection from squidGuard
> to viralator. I
> have added below line in default case in
> squidGuard.conf,
>      http://mywebserver/cgi-bin/viralator.cgi
>
> 3) I have created "viralator" as username in system
> with password set
> and "viralator" as a system group.
>
> I have added ,
> <VirtualHost ...>
> ...
> ...
> User viralator
> Group viralator
> </VirtualHost>
>
> in httpd.conf
>
> 4) then i created directory "downloads" at web
> viewable area,
> .../primary/html/downloads and changed ownership and
> group of cgi-bin
> to viralator. also done chmod 755 to viralator.cgi
>
> 5) viralator script editing is something like
> below,i have added,
> $antivirus="BITDEFENDER";
> $virusscanner{"BITDEFENDER"} = "bdc";
> $virusscannerpath{"BITDEFENDER"} = "/usr/bin/";
> $viruscmd{"BITDEFENDER"} = "--all --arc
> --log=/etc/viralator/logs/bdc.log";
> $downloads =
> "/home/netserve/files/primary/html/downloads";
> $downloadsdir = "/downloads/";
> $logfile = "$downloads/viralator.log";
> $wget = "/usr/bin/";
> $deleteaction = "mantain";
> $virusfound{"BITDEFENDER"}{"en"} = "Infected files
>  :";
>
> 5) then, "service squid restart"
>          " service httpd restart"
>
> Then at client machine(windows) i download test zip
> file mentioned in
> http://viralator.sourceforge.net/install.html, but
> instaed of getting
> message that "virus found" , the test zip file gets
> downloaded
> successfully on my windows machine.
>
> I am unable to achieve the functionality of
> viralator.
> Any help will be appriciated.
>
> Thanking you in advance,
> prashant
>
>
>
>
>
>
> Visit Viralator homepage at
> http://viralator.sourceforge.net
> Yahoo! Groups Links
>
>
>     viralator-unsubscribe@yahoogroups.com
>
>
>
>
>




_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com

#426 From: "Prashant" <passionprashant@...>
Date: Thu Mar 30, 2006 5:02 am
Subject: having a problem in installation of viralator + bitdefender antivirus
pras_19802001
Offline Offline
Send Email Send Email
 
hello members,
                I have downloaded viralator-09pre2.zip. I tried to
install viralator with the help of given instruction in
http://viralator.sourceforge.net/install.html, but unable to achieve
the functionality that viralator provides.

I want to achieve the redirection like below
    squid -> squidGuard -> viralator -> bitdefender antivirous

My OS version is redhat linux 7.3 which works as a server.

1) I have succesfully installed squid and squidGuard on my system and
also bitdefender antivirous.

2) I have successfully achieved redirection from squid to squidGuard.
But i am not sure about redirection from squidGuard to viralator. I
have added below line in default case in squidGuard.conf,
      http://mywebserver/cgi-bin/viralator.cgi

3) I have created "viralator" as username in system with password set
and "viralator" as a system group.

I have added ,
<VirtualHost ...>
...
...
User viralator
Group viralator
</VirtualHost>

in httpd.conf

4) then i created directory "downloads" at web viewable area,
.../primary/html/downloads and changed ownership and group of cgi-bin
to viralator. also done chmod 755 to viralator.cgi

5) viralator script editing is something like below,i have added,
$antivirus="BITDEFENDER";
$virusscanner{"BITDEFENDER"} = "bdc";
$virusscannerpath{"BITDEFENDER"} = "/usr/bin/";
$viruscmd{"BITDEFENDER"} = "--all --arc
--log=/etc/viralator/logs/bdc.log";
$downloads = "/home/netserve/files/primary/html/downloads";
$downloadsdir = "/downloads/";
$logfile = "$downloads/viralator.log";
$wget = "/usr/bin/";
$deleteaction = "mantain";
$virusfound{"BITDEFENDER"}{"en"} = "Infected files    :";

5) then, "service squid restart"
          " service httpd restart"

Then at client machine(windows) i download test zip file mentioned in
http://viralator.sourceforge.net/install.html, but instaed of getting
message that "virus found" , the test zip file gets downloaded
successfully on my windows machine.

I am unable to achieve the functionality of viralator.
Any help will be appriciated.

Thanking you in advance,
prashant

#425 From: "Prashant" <passionprashant@...>
Date: Thu Mar 30, 2006 4:52 am
Subject: having a problem in installation of viralator + bitdefender antivirus
pras_19802001
Offline Offline
Send Email Send Email
 
hello members,
                I have downloaded viralator-09pre2.zip. I tried to
install viralator with the help of given instruction in
http://viralator.sourceforge.net/install.html, but unable to achieve
the functionality that viralator provides.

I want to achieve the redirection like below
    squid -> squidGuard -> viralator -> bitdefender antivirous

My OS version is redhat linux 7.3.

1) I have succesfully installed squid and squidGuard on my system and
also bitdefender antivirous.

2) I have successfully achieved redirection from squid to squidGuard.
But i am not sure about redirection from squidGuard to viralator. I
have added below line in default case in squidGuard.conf,
      http://mywebserver/cgi-bin/viralator.cgi

3) I have created "viralator" as username in system with password set
and "viralator" as a system group.

I have added ,
<VirtualHost ...>
...
...
User viralator
Group viralator
</VirtualHost>

in httpd.conf

4) then i created directory "downloads" at web viewable area,
.../primary/html/downloads and changed ownership and group of cgi-bin
to viralator

5) viralator script editing is something like below,i have added,
$virusscanner{"BITDEFENDER"} = "bdc";
$virusscannerpath{"BITDEFENDER"} = "/usr/bin/";


5)

#424 From: "Alceu R. de Freitas Jr." <glasswalk3r@...>
Date: Wed Mar 29, 2006 2:45 pm
Subject: Re: BUG with Big Files?
glasswalk3r
Offline Offline
Send Email Send Email
 
--- stefan.mueller@... escreveu:

> > 1 - Try to fetch the file you're trying with wget
> and
> > lwp-download Perl script to see what happens;
>
> I am not familiar with Perl, so i can't check the
> LWP Download. wget is
> working as expected

Execute in a shell:
perl -MCPAN -e shell

Then, in the new shell, type:
install LWP

That's install the newest version of LWP. If you're
using a Linux package with this module, uninstall it
first. The LWP setup will ask to install the lwp-get
and lwp-download scripts. Reply with a yes to get them
installed.

> > 2 - Check if this is a FTP issue or it happens
> with
> > HTTP too;
>
> Couldn't check this per HTTP, cause the file is only
> available per FTP and
> i haven't found a "big" http file to test.

Anders has been downloading Linux ISO images without
problem (but it takes a long time to finish, so he
asked for a limit in viralator.conf).

> > 3 - Check the logs and if the file is 100%, check
> if
> > the file is located at the download directory in
> the
> > Apache server and see if the files is complete or
> not.
>
> The file is 100% complete in the downloads directory

viralator.cgi should complain about not being able to
run the viruscanner.

> > 4 - Does the server timeout or something like
> that?
>
> No ..... the download server has no timeouts,
> viralator never starts the
> virus scanner ... :(

I meant the viralator.cgi page timeout. Anyway, the
Apache log file doesn't show anything regarding an
error?

You may want to test your viruscanner or try to use a
different one, like Clamav to see if this is not a
issue related to Sophos only.

Regards,


Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...
http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1








_______________________________________________________
Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html

#423 From: stefan.mueller@...
Date: Wed Mar 29, 2006 6:41 am
Subject: Antwort: Re: BUG with Big Files?
milchimueller
Offline Offline
Send Email Send Email
 
> 1 - Try to fetch the file you're trying with wget and
> lwp-download Perl script to see what happens;

I am not familiar with Perl, so i can't check the LWP Download. wget is
working as expected

> 2 - Check if this is a FTP issue or it happens with
> HTTP too;

Couldn't check this per HTTP, cause the file is only available per FTP and
i haven't found a "big" http file to test.

> 3 - Check the logs and if the file is 100%, check if
> the file is located at the download directory in the
> Apache server and see if the files is complete or not.

The file is 100% complete in the downloads directory

> 4 - Does the server timeout or something like that?

No ..... the download server has no timeouts, viralator never starts the
virus scanner ... :(


viralator@yahoogroups.com schrieb am 28.03.2006 11:37:05:

>  Hello,
>
> Some tips for you to test this issue:
>
> 1 - Try to fetch the file you're trying with wget and
> lwp-download Perl script to see what happens;
> 2 - Check if this is a FTP issue or it happens with
> HTTP too;
> 3 - Check the logs and if the file is 100%, check if
> the file is located at the download directory in the
> Apache server and see if the files is complete or not.
> 4 - Does the server timeout or something like that?
>
> Regards,
> Alceu
>
> --- stefan.mueller@... escreveu:
>
> > Hi All,
> >
> > please confirm:
> >
> >
> ftp://81.169.137.69/download/PDFConvPro3_German_Trial.zip
> > (around 94 MB)
> >
> > If you download this file, the download will never
> > "finish". If the bar is
> > 100%, virus scanner is never started.  (Happend with
> > Sophos).
> >
> > Has someone informations on this?
> >
> > Sincerly
>
>
>
>
>
> _______________________________________________________
>
> Yahoo! doce lar. Faça do Yahoo! sua homepage.
> http://br.yahoo.com/homepageset.html
>
>
> _______________________________________________________
> Novo Yahoo! Messenger com voz: Instale agora e faça ligações de graça.
> http://br.messenger.yahoo.com/
>
>
>  Visit Viralator homepage at http://viralator.sourceforge.net
>
> YAHOO! GROUPS LINKS
>
>  Visit your group "viralator" on the web.
>
>  To unsubscribe from this group, send an email to:
>  viralator-unsubscribe@yahoogroups.com
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
________________________________________________________________________________\
_
autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang

Stefan Mueller

Diehl BGT Defence  GmbH & Co. KG
Fischbachstrasse 16
D-90552 Roethenbach a. d. Pegnitz

Phone: +49 911 957 2600
Fax: +49 911 957 2190
mailto:Stefan.Mueller@...

#422 From: "Alceu R. de Freitas Jr." <glasswalk3r@...>
Date: Tue Mar 28, 2006 2:37 pm
Subject: Re: BUG with Big Files?
glasswalk3r
Offline Offline
Send Email Send Email
 
Hello,

Some tips for you to test this issue:

1 - Try to fetch the file you're trying with wget and
lwp-download Perl script to see what happens;
2 - Check if this is a FTP issue or it happens with
HTTP too;
3 - Check the logs and if the file is 100%, check if
the file is located at the download directory in the
Apache server and see if the files is complete or not.
4 - Does the server timeout or something like that?

Regards,
Alceu

--- stefan.mueller@... escreveu:

> Hi All,
>
> please confirm:
>
>
ftp://81.169.137.69/download/PDFConvPro3_German_Trial.zip
> (around 94 MB)
>
> If you download this file, the download will never
> "finish". If the bar is
> 100%, virus scanner is never started.  (Happend with
> Sophos).
>
> Has someone informations on this?
>
> Sincerly









_______________________________________________________

Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html




_______________________________________________________
Novo Yahoo! Messenger com voz: Instale agora e faça ligações de graça.
http://br.messenger.yahoo.com/

#421 From: stefan.mueller@...
Date: Tue Mar 28, 2006 8:46 am
Subject: BUG with Big Files?
milchimueller
Offline Offline
Send Email Send Email
 
Hi All,

please confirm:

ftp://81.169.137.69/download/PDFConvPro3_German_Trial.zip (around 94 MB)

If you download this file, the download will never "finish". If the bar is
100%, virus scanner is never started.  (Happend with Sophos).

Has someone informations on this?

Sincerly

________________________________________________________________________________\
_
autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang

Stefan Mueller

Diehl BGT Defence  GmbH & Co. KG
Fischbachstrasse 16
D-90552 Roethenbach a. d. Pegnitz

Phone: +49 911 957 2600
Fax: +49 911 957 2190
mailto:Stefan.Mueller@...

#420 From: "Alceu R. de Freitas Jr." <glasswalk3r@...>
Date: Mon Mar 20, 2006 5:13 pm
Subject: Re: Viralator - Next Generation - feature requirement
glasswalk3r
Offline Offline
Send Email Send Email
 
--- "Mauricio Teixeira (netmask)" <netmask@...>
escreveu:

> Em Seg, 2006-03-13 às 11:14 -0300, Alceu R. de
> Freitas Jr. escreveu:
>
> > To "fix" the performance penalty for that (and
> reading
> > checking the possibility to use mod_perl or
> fastCGI to
>
> Why not just making it as a daemon?

That's a good sugestion and I think we should think
about it. The only issue I see here is if we won't
have more trouble dealing with HTTP transactions (that
is readly available with Apache) then only
implementing persistence for Viralator using mod_perl
or FastCGI.

Regards,


Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...
http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1



_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com

#419 From: "Mauricio Teixeira (netmask)" <netmask@...>
Date: Tue Mar 14, 2006 10:12 pm
Subject: Re: Antwort: Viralator - Next Generation - feature requirement
badnetmask
Offline Offline
Send Email Send Email
 
Em Seg, 2006-03-13 às 11:14 -0300, Alceu R. de Freitas Jr. escreveu:

> To "fix" the performance penalty for that (and reading
> checking the possibility to use mod_perl or fastCGI to

Why not just making it as a daemon?

--
% Mauricio Teixeira (netmask)
% mteixeira{a}webset{d}net <> Maceio/AL/BR
% http://mteixeira.webset.net <> http://pmping.sf.net

#418 From: "Alceu R. de Freitas Jr." <glasswalk3r@...>
Date: Tue Mar 14, 2006 2:35 pm
Subject: Re: Antwort: Viralator - Next Generation - feature requirement
glasswalk3r
Offline Offline
Send Email Send Email
 
--- "R.SANTHANA GOPALAN" <santhana_g@...>
escreveu:

> --- In viralator@yahoogroups.com, "Alceu R. de
> Freitas Jr."
> <glasswalk3r@...> wrote:
> > Do you think that is better to parse the log files
> and
> > insert the information into the database or make
> the
> > redirector do this by itself, instead of creating
> text
> > files? I'm not aware of any redirector that is
> capable
> > of doing that.
>
>    Parsing the log file and insert into the Database
> is not a good
> design. Viralator can insert into the Database in
> addition to the
> writing to the log file.

I must disagree in that one. Unless you tell me that
you need "online" information (which I really don't
think is necessary) you can process this with batch
jobs and insert the data into the database.

I know that is easier to make the raw go into the
database, but adding DBI and DBD::whatever into
Viralator code will make it heavier and slower than
just opening a file and writing the info there.

By the way, Viralator logs only warnings and errors in
the Apache log file. There is no DEBUG information.
This may change in the future (I'm thinking in adding
Log4Perl into the viralator.cgi since some admins are
still having problems to get Viralator up and running:
debug information should help with this).

> > I really didn't get the idea behing this. Looks
> like
> > we're just trying to avoid downloading a file
> again,
> > but this would be accomplished easily just making
> > Viralator using the Squid cache.
> >
>
>    Yes. I mean something like a "management" page
> where all users can
> see all downloaded files with comments. I found
> Squiq cache is not
> enough. Anybody in the enterprize can add their own
> comments.

I see that you want "meta" information about the
downloaded files. Again, I can tell that this is not
the project's main idea, but we could have an API that
helps people to add plugins like this one that you
want.

>    I agree that the statistics is not a part of the
> current existing
> viralator.cgi file. If we support the Database then
> we can write it in
> PHP and do the good statistical reports.

We could add Log4Perl and make it possible to write
down this information into files or database (but I'm
not telling this won't cause performance issues). Once
this is done, you can define a level at Log4Perl to
have the data that you need.

Regards,


Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...
http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1



_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com

#417 From: "Alceu R. de Freitas Jr." <glasswalk3r@...>
Date: Tue Mar 14, 2006 2:25 pm
Subject: Re: Antwort: Viralator - Next Generation - feature requirement
glasswalk3r
Offline Offline
Send Email Send Email
 
Hello there,

--- "R.SANTHANA GOPALAN" <santhana_g@...>
escreveu:

>   I saw the viralator log text files and it contains
> usefull
> informations. But I am  looking the viralator to be
> use as the
> knowledge sharing across the enterprise.

I got your point. But this is not the objective of
Viralator project. The project's target is to protect
users when downloading files instead of denying it and
creating another level of security than only using a
virus scanner at the workstation.

> While
> downloading itself I
> can say my comments about why I am going to
> download. Also I want to
> know any other persons is downloading the similar
> files. These kind of
> checking and adding user comments are possible only
> if the viralator
> log into the Database in additional to the log
> files.

The best we could do is deliver an API that you could
use to easily add plugins to Viralator. Nowadays I can
say to you that this is very difficult to implement.
Viralator design is not modular by now. This may
change in the feature when we starting using OOP and
MVC pattern.

>   Ofcourse. I want everyone in the enterprise can
> see the list of all
> the files that are downloaded. (If required the use
> can select the
> option during download by marking personnel or
> sharred. If it is
> marked as personnel then other persons will not able
> to see that
> particular file).

I'm curious. What benefity this would bring to the
users?

>    It is more easy if we store the data in the
> Database. I found
> parsing the large amount of the text based log file
> took longer time
> and it is not much flexible as the Database.

If you planning to do some search and reports, yes it
is.

Regards,


Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...
http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1



_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com

#416 From: "R.SANTHANA GOPALAN" <santhana_g@...>
Date: Tue Mar 14, 2006 5:24 am
Subject: Re: Antwort: Viralator - Next Generation - feature requirement
santhana_g
Offline Offline
Send Email Send Email
 
Hi,

   See my comments

--- In viralator@yahoogroups.com, "Alceu R. de Freitas Jr."
<glasswalk3r@...> wrote:
>
> Hello there,
>
> --- stefan.mueller@... escreveu:
>
> > >   - Able to log the user, download file, size,
> > etc. in the DB. (eg.
> > MySQL)
> >
> > We are doing this already, our redirector logs the
> > usage for us in a
> > textfile. Filesize isn't included, but downloaded
> > file, user, etc...
>
> Do you think that is better to parse the log files and
> insert the information into the database or make the
> redirector do this by itself, instead of creating text
> files? I'm not aware of any redirector that is capable
> of doing that.


    Parsing the log file and insert into the Database is not a good
design. Viralator can insert into the Database in addition to the
writing to the log file.


>
> > >   - User can able to provide their comments while
> > downloading the
> > > files. It can be personnel, shared, etc.
> > >   - In case of the shared the another user can
> > able to access the
> > > files without download the files once again from
> > the external site.
> > > This will help to share the knowledge.
> >
> > This is a planned feature. You just have to use
> > Squids Proxy Features to
> > "not download" again a file. But i think you mean
> > something like a "management" page where all users
> > can see all downloaded
> > files with comments and can request it
> > out of the squid, right?
>
> I really didn't get the idea behing this. Looks like
> we're just trying to avoid downloading a file again,
> but this would be accomplished easily just making
> Viralator using the Squid cache.
>

    Yes. I mean something like a "management" page where all users can
see all downloaded files with comments. I found Squiq cache is not
enough. Anybody in the enterprize can add their own comments.



> There was a guy at the Viralator forum that put that
> to work. While is not that difficult to implement, we
> should be aware that is necessary to remove the file
> from Squid cache if the file is infected.
>
> Please, give a better explanation for such feature
> (that I'll call from now "user comments").
>
> > >   - Statistics of how much downloaded, how much
> > shared, user
> > > downloaded files, user downloaded size, ... etc.
> >
> > Most statistics can be gotten from the Redirector,
> > but it should be very
> > simple to write a patch for viralator for some basic
> > statistics in Textfiles ;)
>
> This is interesting feature. But we should be aware
> that Viralator is doing quite a lot of stuff already:
> reading configuration files, translations files and
> doing a lot of things for a simple CGI that can be
> called a lot of times depending on user behaviour.
>

    I agree that the statistics is not a part of the current existing
viralator.cgi file. If we support the Database then we can write it in
PHP and do the good statistical reports.

> IMHO, we should limit the amount of features till
> version 1.0, when we should have (finally!) a stable
> version to release.
>
> After that, my planning is to modify Viralator
> architeture to implement a new model using full OOP
> and MVC pattern. This will allow us to change code
> easier.
>

    I appreciate.

With regards,
R. SANTHANA GOPALAN.


> To "fix" the performance penalty for that (and reading
> the configuration files for each request), I'm
> checking the possibility to use mod_perl or fastCGI to
> do that. First of all, I'm testing mod_perl features:
> the big issue here may be forking processes (the virus
> scanner programs) inside the mod_perl enviroment,
> which I don't know if will be difficult to implement
> or even impossible.
>
> Another feature that I'm looking for is to use
> templates for the views in Viralator pages. This would
> make possible to the user to create full customized
> pages for Viralator views.
>
> And last, but not least, is to include full Unicode
> support on Viralator.
>
> As you can see, that is a lot of work to do. :-)
>
> Regards,
>
>
> Alceu Rodrigues de Freitas Junior
> --------------------------------------
> glasswalk3r@...
> http://www.imortais.cjb.net
> -----------------------------------------------------------------------
> A well-used door needs no oil on its hinges.
> A swift-flowing stream does not grow stagnant.
> Neither sound nor thoughts can travel through a vacuum.
> Software rots if not used.
> These are great mysteries -- The Tao Of Programming, 5.1
>
>
>
>
>
>
>
>
> _______________________________________________________
> Yahoo! doce lar. Faça do Yahoo! sua homepage.
> http://br.yahoo.com/homepageset.html
>

#415 From: "R.SANTHANA GOPALAN" <santhana_g@...>
Date: Tue Mar 14, 2006 5:10 am
Subject: Re: Antwort: Viralator - Next Generation - feature requirement
santhana_g
Offline Offline
Send Email Send Email
 
Hi,

   See my comments below.

--- In viralator@yahoogroups.com, stefan.mueller@... wrote:
>
> Hi,
>
> just some short comments.
>
> >   - Able to log the user, download file, size, etc. in the DB. (eg.
> MySQL)
>
> We are doing this already, our redirector logs the usage for us in a
> textfile. Filesize isn't included, but downloaded file, user, etc...

   I saw the viralator log text files and it contains usefull
informations. But I am  looking the viralator to be use as the
knowledge sharing across the enterprise. While downloading itself I
can say my comments about why I am going to download. Also I want to
know any other persons is downloading the similar files. These kind of
checking and adding user comments are possible only if the viralator
log into the Database in additional to the log files.


>
> >   - User can able to provide their comments while downloading the
> > files. It can be personnel, shared, etc.
> >   - In case of the shared the another user can able to access the
> > files without download the files once again from the external site.
> > This will help to share the knowledge.
>
> This is a planned feature. You just have to use Squids Proxy Features to
> "not download" again a file. But i think you mean
> something like a "management" page where all users can see all
downloaded
> files with comments and can request it
> out of the squid, right?
>

   Ofcourse. I want everyone in the enterprise can see the list of all
the files that are downloaded. (If required the use can select the
option during download by marking personnel or sharred. If it is
marked as personnel then other persons will not able to see that
particular file).



> >   - Statistics of how much downloaded, how much shared, user
> > downloaded files, user downloaded size, ... etc.
>
> Most statistics can be gotten from the Redirector, but it should be very
> simple to write a patch for viralator for some basic
> statistics in Textfiles ;)
>

    It is more easy if we store the data in the Database. I found
parsing the large amount of the text based log file took longer time
and it is not much flexible as the Database.

> Just my 2 cents :)
>
>
>
> viralator@yahoogroups.com schrieb am 11.03.2006 05:44:53:
>
> >  Hi,
> >
> > Following are the requirements for the next generation Viralator
> >
> >   - Able to log the user, download file, size, etc. in the DB. (eg.
> MySQL)
> >   - User can able to provide their comments while downloading the
> > files. It can be personnel, shared, etc.
> >   - In case of the shared the another user can able to access the
> > files without download the files once again from the external site.
> > This will help to share the knowledge.
> >   - Statistics of how much downloaded, how much shared, user
> > downloaded files, user downloaded size, ... etc.
> >
> >   I am ready to contribute on my free time.  Let me know your comments
> > about this requirement.
> >
> > With regards,
> > R. SANTHANA GOPALAN.
> >
> >
> >
> >  Visit Viralator homepage at http://viralator.sourceforge.net
> >
> > SPONSORED LINKS
> >
> > System utility software
> >
> > System utility
> >
> > YAHOO! GROUPS LINKS
> >
> >  Visit your group "viralator" on the web.
> >
> >  To unsubscribe from this group, send an email to:
> >  viralator-unsubscribe@yahoogroups.com
> >
> >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
________________________________________________________________________________\
_
> autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang
>
> Stefan Mueller
>
> Diehl BGT Defence  GmbH & Co. KG
> Fischbachstrasse 16
> D-90552 Roethenbach a. d. Pegnitz
>
> Phone: +49 911 957 2600
> Fax: +49 911 957 2190
> mailto:Stefan.Mueller@...
>
-----------------------------------------------------

With regards,
R. SANTHANA GOPALAN.

#414 From: "Alceu R. de Freitas Jr." <glasswalk3r@...>
Date: Mon Mar 13, 2006 2:14 pm
Subject: Re: Antwort: Viralator - Next Generation - feature requirement
glasswalk3r
Offline Offline
Send Email Send Email
 
Hello there,

--- stefan.mueller@... escreveu:

> >   - Able to log the user, download file, size,
> etc. in the DB. (eg.
> MySQL)
>
> We are doing this already, our redirector logs the
> usage for us in a
> textfile. Filesize isn't included, but downloaded
> file, user, etc...

Do you think that is better to parse the log files and
insert the information into the database or make the
redirector do this by itself, instead of creating text
files? I'm not aware of any redirector that is capable
of doing that.

> >   - User can able to provide their comments while
> downloading the
> > files. It can be personnel, shared, etc.
> >   - In case of the shared the another user can
> able to access the
> > files without download the files once again from
> the external site.
> > This will help to share the knowledge.
>
> This is a planned feature. You just have to use
> Squids Proxy Features to
> "not download" again a file. But i think you mean
> something like a "management" page where all users
> can see all downloaded
> files with comments and can request it
> out of the squid, right?

I really didn't get the idea behing this. Looks like
we're just trying to avoid downloading a file again,
but this would be accomplished easily just making
Viralator using the Squid cache.

There was a guy at the Viralator forum that put that
to work. While is not that difficult to implement, we
should be aware that is necessary to remove the file
from Squid cache if the file is infected.

Please, give a better explanation for such feature
(that I'll call from now "user comments").

> >   - Statistics of how much downloaded, how much
> shared, user
> > downloaded files, user downloaded size, ... etc.
>
> Most statistics can be gotten from the Redirector,
> but it should be very
> simple to write a patch for viralator for some basic
> statistics in Textfiles ;)

This is interesting feature. But we should be aware
that Viralator is doing quite a lot of stuff already:
reading configuration files, translations files and
doing a lot of things for a simple CGI that can be
called a lot of times depending on user behaviour.

IMHO, we should limit the amount of features till
version 1.0, when we should have (finally!) a stable
version to release.

After that, my planning is to modify Viralator
architeture to implement a new model using full OOP
and MVC pattern. This will allow us to change code
easier.

To "fix" the performance penalty for that (and reading
the configuration files for each request), I'm
checking the possibility to use mod_perl or fastCGI to
do that. First of all, I'm testing mod_perl features:
the big issue here may be forking processes (the virus
scanner programs) inside the mod_perl enviroment,
which I don't know if will be difficult to implement
or even impossible.

Another feature that I'm looking for is to use
templates for the views in Viralator pages. This would
make possible to the user to create full customized
pages for Viralator views.

And last, but not least, is to include full Unicode
support on Viralator.

As you can see, that is a lot of work to do. :-)

Regards,


Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...
http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1








_______________________________________________________
Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html

#413 From: stefan.mueller@...
Date: Mon Mar 13, 2006 7:35 am
Subject: Antwort: Viralator - Next Generation - feature requirement
milchimueller
Offline Offline
Send Email Send Email
 
Hi,

just some short comments.

>   - Able to log the user, download file, size, etc. in the DB. (eg.
MySQL)

We are doing this already, our redirector logs the usage for us in a
textfile. Filesize isn't included, but downloaded file, user, etc...

>   - User can able to provide their comments while downloading the
> files. It can be personnel, shared, etc.
>   - In case of the shared the another user can able to access the
> files without download the files once again from the external site.
> This will help to share the knowledge.

This is a planned feature. You just have to use Squids Proxy Features to
"not download" again a file. But i think you mean
something like a "management" page where all users can see all downloaded
files with comments and can request it
out of the squid, right?

>   - Statistics of how much downloaded, how much shared, user
> downloaded files, user downloaded size, ... etc.

Most statistics can be gotten from the Redirector, but it should be very
simple to write a patch for viralator for some basic
statistics in Textfiles ;)

Just my 2 cents :)



viralator@yahoogroups.com schrieb am 11.03.2006 05:44:53:

>  Hi,
>
> Following are the requirements for the next generation Viralator
>
>   - Able to log the user, download file, size, etc. in the DB. (eg.
MySQL)
>   - User can able to provide their comments while downloading the
> files. It can be personnel, shared, etc.
>   - In case of the shared the another user can able to access the
> files without download the files once again from the external site.
> This will help to share the knowledge.
>   - Statistics of how much downloaded, how much shared, user
> downloaded files, user downloaded size, ... etc.
>
>   I am ready to contribute on my free time.  Let me know your comments
> about this requirement.
>
> With regards,
> R. SANTHANA GOPALAN.
>
>
>
>  Visit Viralator homepage at http://viralator.sourceforge.net
>
> SPONSORED LINKS
>
> System utility software
>
> System utility
>
> YAHOO! GROUPS LINKS
>
>  Visit your group "viralator" on the web.
>
>  To unsubscribe from this group, send an email to:
>  viralator-unsubscribe@yahoogroups.com
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
________________________________________________________________________________\
_
autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang

Stefan Mueller

Diehl BGT Defence  GmbH & Co. KG
Fischbachstrasse 16
D-90552 Roethenbach a. d. Pegnitz

Phone: +49 911 957 2600
Fax: +49 911 957 2190
mailto:Stefan.Mueller@...

#412 From: "R.SANTHANA GOPALAN" <santhana_g@...>
Date: Sat Mar 11, 2006 4:44 am
Subject: Viralator - Next Generation - feature requirement
santhana_g
Offline Offline
Send Email Send Email
 
Hi,

Following are the requirements for the next generation Viralator

   - Able to log the user, download file, size, etc. in the DB. (eg. MySQL)
   - User can able to provide their comments while downloading the
files. It can be personnel, shared, etc.
   - In case of the shared the another user can able to access the
files without download the files once again from the external site.
This will help to share the knowledge.
   - Statistics of how much downloaded, how much shared, user
downloaded files, user downloaded size, ... etc.

   I am ready to contribute on my free time.  Let me know your comments
about this requirement.

With regards,
R. SANTHANA GOPALAN.

#411 From: "Alceu R. de Freitas Jr." <glasswalk3r@...>
Date: Thu Mar 9, 2006 1:23 pm
Subject: Re: perl CGI version of Viralator 0.9.6
glasswalk3r
Offline Offline
Send Email Send Email
 
Hello there,

--- "G.Girard" <cyberoux@...> escreveu:

> I noticed that the viralator script now uses CGI
> version 3.15,
> unfortunately my own version is 3.10. I changed the
> variable in the
> script, so it launches. Is it necessary for some
> functions to be in 3.15 ?

In fact, this was used due a strange behaviour from IE
6 when using Viralator with FTP files checking. In
those cases, Viralator was generating a HTML document
with a XML declaration at the top of it. For some
strange reason, IE was identifying this as a XML file
and not processing it as HTML: the result is a bunch
of code appearing in the browser instead of the
regular page of Viralator.

CGI.pm versions before 3.15 where failing miserably to
adjust the HTTP header as desired. That's why you
should get the newer version at CPAN.

> By the way, i'll try to produce a french translation
> ASAP.

Thanks for that.

Regards,


Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...
http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1








_______________________________________________________
Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html

#410 From: "G.Girard" <cyberoux@...>
Date: Wed Mar 8, 2006 10:01 am
Subject: perl CGI version of Viralator 0.9.6
tmiconcept
Offline Offline
Send Email Send Email
 
Hi there,

It's been a long time since I didn't wrote to the list, but however,
i've been following the evolutions on both lists.

I noticed that the viralator script now uses CGI version 3.15,
unfortunately my own version is 3.10. I changed the variable in the
script, so it launches. Is it necessary for some functions to be in 3.15 ?

By the way, i'll try to produce a french translation ASAP.

G.Girard

#409 From: "Alceu R. de Freitas Jr." <glasswalk3r@...>
Date: Mon Mar 6, 2006 2:12 pm
Subject: bug (and a patch) for Viralator 0.9.6
glasswalk3r
Offline Offline
Send Email Send Email
 
Greetings,

Shame on me, there is a bug at Viralator 0.9.6 that
makes the charset option to not work at the HTTP
header, making pages that uses different charsets than
ISO-8859-1.

I supplied a patch to fix that, you should be able to
apply the fix only typing

patch < patch-0.9.6

in the directory where is located the viralator.cgi
file.

You can reach the patches webpage at
https://sourceforge.net/tracker/?group_id=95856&atid=612854

Regards,
Alceu

Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...
http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1








_______________________________________________________
Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html

#408 From: "Alceu R. de Freitas Jr." <glasswalk3r@...>
Date: Sat Feb 25, 2006 3:49 pm
Subject: new version available
glasswalk3r
Offline Offline
Send Email Send Email
 
Hello there,

I writing to tell you that there is a new version of
Viralator available for download. You should check the
CHANGELOG file to see the new changes.

My advice is that you update your boxes. I corrected
some serious bugs. And now you can change a bit the
look of Viralator, since I put the CSS outside the
code.

Regards,


Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...
http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1



_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com

#407 From: "Cherrytel Comunicaciones S.L." <cherrytelcomunicaciones@...>
Date: Wed Feb 15, 2006 1:56 pm
Subject: Re: Re: Problem install viralator-0.9.5
cherrytelcom...
Offline Offline
Send Email Send Email
 
Hello,

Thank you for everything.

I add the new information to the squid.conf, error... :s

While trying to retrieve the URL: http://www.terra.es/
The following error was encountered:

   a.. Unable to forward this request at this time.
This request could not be forwarded to the origin server or to any parent
caches. The most likely cause for this error is that:

   a.. The cache administrator does not allow this cache to make direct
connections to origin servers, and
   b.. All configured parent caches are currently unreachable.
Feb 15 14:38:18 baeza-proxy squid[14507]: Squid Cache (Version 2.5.STABLE9):
Exiting normally.
Feb 15 14:38:18 baeza-proxy squid[14505]: Squid Parent: child process 14507
exited with status 0
Feb 15 14:38:34 baeza-proxy squid[14556]: Squid Parent: child process 14558
started
Feb 15 14:38:34 baeza-proxy squid[14558]: Starting Squid Cache version
2.5.STABLE9 for i386-debian-linux-gnu...
Feb 15 14:38:34 baeza-proxy squid[14558]: Process ID 14558
Feb 15 14:38:34 baeza-proxy squid[14558]: With 1024 file descriptors available
Feb 15 14:38:34 baeza-proxy squid[14558]: DNS Socket created at 0.0.0.0, port
32801, FD 6
Feb 15 14:38:34 baeza-proxy squid[14558]: Adding nameserver 213.9.234.2 from
/etc/resolv.conf
Feb 15 14:38:34 baeza-proxy squid[14558]: Adding nameserver 213.9.234.5 from
/etc/resolv.conf
Feb 15 14:38:34 baeza-proxy squid[14558]: User-Agent logging is disabled.
Feb 15 14:38:34 baeza-proxy squid[14558]: Referer logging is disabled.
Feb 15 14:38:34 baeza-proxy squid[14558]: Unlinkd pipe opened on FD 11
Feb 15 14:38:34 baeza-proxy squid[14558]: Swap maxSize 2048000 KB, estimated
157538 objects
Feb 15 14:38:34 baeza-proxy squid[14558]: Target number of buckets: 7876
Feb 15 14:38:34 baeza-proxy squid[14558]: Using 8192 Store buckets
Feb 15 14:38:34 baeza-proxy squid[14558]: Max Mem  size: 65536 KB
Feb 15 14:38:34 baeza-proxy squid[14558]: Max Swap size: 2048000 KB
Feb 15 14:38:34 baeza-proxy squid[14558]: Local cache digest enabled;
rebuild/rewrite every 3600/3600 sec
Feb 15 14:38:34 baeza-proxy squid[14558]: Rebuilding storage in /var/spool/squid
(CLEAN)
Feb 15 14:38:34 baeza-proxy squid[14558]: Using Least Load store dir selection
Feb 15 14:38:34 baeza-proxy squid[14558]: Set Current Directory to
/var/spool/squid
Feb 15 14:38:34 baeza-proxy squid[14558]: Loaded Icons.
Feb 15 14:38:34 baeza-proxy squid[14558]: Accepting HTTP connections at 0.0.0.0,
port 3128, FD 13.
Feb 15 14:38:34 baeza-proxy squid[14558]: Accepting ICP messages at 0.0.0.0,
port 3130, FD 14.
Feb 15 14:38:34 baeza-proxy squid[14558]: HTCP Disabled.
Feb 15 14:38:34 baeza-proxy squid[14558]: WCCP Disabled.
Feb 15 14:38:34 baeza-proxy squid[14558]: Ready to serve requests.
Feb 15 14:38:34 baeza-proxy squid[14558]: Done reading /var/spool/squid swaplog
(690 entries)
Feb 15 14:38:34 baeza-proxy squid[14558]: Finished rebuilding storage from disk.
Feb 15 14:38:34 baeza-proxy squid[14558]:       690 Entries scanned
Feb 15 14:38:34 baeza-proxy squid[14558]:         0 Invalid entries.
Feb 15 14:38:34 baeza-proxy squid[14558]:         0 With invalid flags.
Feb 15 14:38:34 baeza-proxy squid[14558]:       690 Objects loaded.
Feb 15 14:38:34 baeza-proxy squid[14558]:         0 Objects expired.
Feb 15 14:38:34 baeza-proxy squid[14558]:         0 Objects cancelled.
Feb 15 14:38:34 baeza-proxy squid[14558]:         0 Duplicate URLs purged.
Feb 15 14:38:34 baeza-proxy squid[14558]:         0 Swapfile clashes avoided.
Feb 15 14:38:34 baeza-proxy squid[14558]:   Took 0.3 seconds (2426.2
objects/sec).
Feb 15 14:38:34 baeza-proxy squid[14558]: Beginning Validation Procedure
Feb 15 14:38:34 baeza-proxy squid[14558]:   Completed Validation Procedure
Feb 15 14:38:34 baeza-proxy squid[14558]:   Validated 690 Entries
Feb 15 14:38:34 baeza-proxy squid[14558]:   store_swap_size = 8532k
Feb 15 14:38:36 baeza-proxy squid[14558]: storeLateRelease: released 0 objects
Feb 15 14:39:10 baeza-proxy squid[14558]: Failed to select source for
'http://www.terra.es/'
Feb 15 14:39:10 baeza-proxy squid[14558]:   always_direct = -1
Feb 15 14:39:10 baeza-proxy squid[14558]:    never_direct = 1
Feb 15 14:39:10 baeza-proxy squid[14558]:        timedout = 0
Feb 15 14:39:10 baeza-proxy squid[14558]: Failed to select source for
'http://toolbarqueries.google.es/search?client=navclient-auto&googleip=F;66.249.\
87.104;60&iqrn=K3DB&orig=0Ahe_&ie=UTF-8&oe=UTF-8&features=Rank:&q=info:http%3A%2\
F%2Fwww%2Eterra%2Ees%2F&ch=70754255818'
Feb 15 14:39:10 baeza-proxy squid[14558]:   always_direct = -1
Feb 15 14:39:10 baeza-proxy squid[14558]:    never_direct = 1
Feb 15 14:39:10 baeza-proxy squid[14558]:        timedout = 0
Feb 15 14:39:13 baeza-proxy squid[14558]: Failed to select source for
'http://www.terra.es/'
Feb 15 14:39:13 baeza-proxy squid[14558]:   always_direct = -1
Feb 15 14:39:13 baeza-proxy squid[14558]:    never_direct = 1
Feb 15 14:39:13 baeza-proxy squid[14558]:        timedout = 0
Feb 15 14:39:13 baeza-proxy squid[14558]: Failed to select source for
'http://toolbarqueries.google.es/search?client=navclient-auto&googleip=F;66.249.\
87.104;50&iqrn=d4sB&orig=0gy9Q&ie=UTF-8&oe=UTF-8&features=Rank:&q=info:http%3A%2\
F%2Fwww%2Eterra%2Ees%2F&ch=70754255818'
Feb 15 14:39:13 baeza-proxy squid[14558]:   always_direct = -1
Feb 15 14:39:13 baeza-proxy squid[14558]:    never_direct = 1
Feb 15 14:39:13 baeza-proxy squid[14558]:        timedout = 0

Squid transparent+shorewall

/etc/shorewall/rules
REDIRECT        dmz     3128    tcp     www

/etc/shorewall/masq
eth1                    10.9.234.0/24

eth1=internet (213.9.234.190)
eth0=lan (10.9.234.0/24)

Regards.
S.V.
   ----- Original Message -----
   From: stefan.mueller@...
   To: viralator@yahoogroups.com
   Sent: Wednesday, February 15, 2006 2:20 PM
   Subject: Re: [viralator] Re: Problem install viralator-0.9.5


   Do you have set up your Squid to not "Squid" himself?

   acl intern dst 213.9.234.190
   always_direct allow intern
   never_direct allow all

   +Adding the Proxy Server himself in our "Exception" List of Internet
   Explorer, to not use the Proxy for this adress, should solve your issue



                "cherrytelcomunic
                aciones"
                <cherrytelcomunic                                          To
                aciones@...>         viralator@yahoogroups.com
                Sent by:                                                   cc
                viralator@yahoogr
                oups.com                                              Subject
                                          [viralator] Re: Problem install
                                          viralator-0.9.5
                15.02.2006 14:04


                Please respond to
                viralator@yahoogr
                    oups.com






   Hello,

   perl -MCPAN -e 'use CGI;  print $CGI::VERSION, "\n"'
   3.04

   Regards.
   S.V.
   --- In viralator@yahoogroups.com, stefan.mueller@... wrote:
   >
   > Please use
   >
   > perl -MCPAN -e 'print $CGI::VERSION, "\n"'
   >
   > to Print the PERL:CGI Module Version to the Command line.
   >
   >
   >
   >
   >

   >              "cherrytelcomunic

   >
   aciones"
   >
   <cherrytelcomunic                                          To
   >              aciones@...>
   viralator@yahoogroups.com
   >              Sent
   by:                                                   cc
   >
   viralator@yahoogr
   >              oups.com
   Subject
   >                                        [viralator] Re: Problem
   install
   >                                        viralator-
   0.9.5
   >              15.02.2006
   11:50
   >

   >

   >              Please respond
   to
   >
   viralator@yahoogr
   >
   oups.com
   >

   >

   >
   >
   >
   >
   >  Hello,
   >
   > dpkg -l | grep perl
   > ii  liburi-perl    1.35-1
   > ii  libwww-perl    5.803-4
   > ii  perl           5.8.4-8sarge3
   > ii  perl-base      5.8.4-8sarge3
   > ii  perl-modules   5.8.4-8sarge3
   > dpkg -l | grep apache
   > ii  apache         1.3.33-6sarge1
   > ii  apache-common  1.3.33-6sarge1
   > ii  apache-utils   1.3.33-6sarge1
   > ii  apache2-utils  2.0.54-5
   >
   > Thank you for everything.
   > Regards.
   > S.V.
   >
   >
   > --- In viralator@yahoogroups.com, stefan.mueller@ wrote:
   > >
   > > Whats your Version of PERL:CGI Module? There is a Bug in new
   > versions
   > >
   > >
   > >
   > >
   >
   > >              "cherrytelcomunic
   >
   > >
   > aciones"
   > >
   > <cherrytelcomunic                                          To
   > >              aciones@>
   > viralator@yahoogroups.com
   > >              Sent
   > by:                                                   cc
   > >
   > viralator@yahoogr
   > >              oups.com
   > Subject
   > >                                        [viralator] Problem
   > install
   > >                                        viralator-
   > 0.9.5
   > >              15.02.2006
   > 11:27
   > >
   >
   > >
   >
   > >              Please respond
   > to
   > >
   > viralator@yahoogr
   > >
   > oups.com
   > >
   >
   > >
   >
   > >
   > >
   > >
   > >
   > >  Hello list,
   > >
   > > This one is my first email in list (My enghish not is very good).
   > >
   > > debian sarge
   > > sarg
   > > squid
   > > squidguard
   > > viralator-0.9.5
   > >
   > > network:
   > > eth0: 10.9.234.150
   > > eth1: 213.9.234.190
   > >
   > > Config squid:
   > > redirect_program /usr/bin/squidGuard
   > > redirect_children 15
   > >
   > > Config squidguard
   > >
   > > dest files {
   > >         expressionlist  blacklists/prohibidos/files
   > >         #redirect       http://213.9.234.190/cgi-
   bin/viralator.cgi?
   > > url=%u
   > > }
   > >
   > > src users {
   > >         ip 10.9.234.0/255.255.255.0
   > > }
   > >
   > >
   > > acl {
   > > #users {
   > > #       pass !ads !aggressive !audio-video !drugs !gambling !
   > > hacking !porn !proxy !violence !warez !prohibidos !files
   > > #      redirect http://localhost
   > > #}
   > >
   > > default {
   > >         pass !files all
   > >         redirect http://213.9.234.190/cgi-bin/viralator.cgi?url=%u
   > > }
   > > }
   > >
   > > Config vilarator:
   > > default_language -> english.txt
   > > charset ->
   > > servername ->
   > > virusscanner -> clamscan
   > > scannerpath -> /usr/bin
   > > viruscmd -> --verbose --stdout
   > > alert -> FOUND
   > > scannersummary -> true
   > > downloads -> /var/www/html/downloads
   > > skip_downloads -> true
   > > downloadsdir -> /downloads/
   > > popupfast -> false
   > > popupback -> true
   > > popupwidth -> 600
   > > popupheight -> 400
   > > filechmod -> 644
   > > secret -> ¿Como era el caballo blanco de Santiago?....po zi!!!
   > > progress_unit -> bar.png
   > > progress_indicator -> progress.png
   > >
   > >
   > > Config clamav (clamav  0.84-2.sarge)
   > > LocalSocket /var/run/clamav/clamd.ctl
   > > FixStaleSocket
   > > User clamav
   > > AllowSupplementaryGroups
   > > ScanMail
   > > ScanArchive
   > > ArchiveMaxRecursion 5
   > > ArchiveMaxFiles 1000
   > > ArchiveMaxFileSize 10M
   > > ArchiveMaxCompressionRatio 250
   > > ReadTimeout 180
   > > MaxThreads 12
   > > MaxConnectionQueueLength 15
   > > LogFile /var/log/clamav/clamav.log
   > > LogTime
   > > LogFileMaxSize 0
   > > PidFile /var/run/clamav/clamd.pid
   > > DatabaseDirectory /var/lib/clamav
   > > SelfCheck 3600
   > > ScanOLE2
   > > ScanPE
   > > DetectBrokenExecutables
   > > ScanHTML
   > > ArchiveBlockMax
   > >
   > > ls -l /usr/bin/clamscan
   > > -rwxr-xr-x  1 root root 43832 2006-01-18 14:24 /usr/bin/clamscan
   > >
   > >
   > > Error:
   > > you cannot dowload from this site!
   > > The given url is not valid.
   > > Please contact your systen adminitrator for details.
   > >
   > > /var/log/apache/access.log
   > > 213.9.234.190 - - [15/Feb/2006:11:01:55 +0100] "GET /cgi-
   > > bin/viralator.cgi?url=http://www.eicar.org/download/eicarcom2.zip
   > > HTTP/1.0" 200
   > > 2037 "http://www.eicar.org/anti_virus_test_file.htm" "Mozilla/4.0
   > > (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "-"
   > > 213.9.234.190 - - [15/Feb/2006:11:01:57 +0100] "GET /cgi-
   > > bin/viralator.cgi?url=http://213.9.234.190/cgi-bin/viralator.cgi?
   > > action=popup&fileurl=http://www.eicar.org/download/eicarcom2.zip
   > > HTTP/1.0" 200 1818 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows
   > NT
   > > 5.1; SV1)" "-"
   > > 213.9.234.190 - - [15/Feb/2006:11:01:59 +0100] "GET /cgi-
   > > bin/viralator.cgi?action=errpop HTTP/1.0" 200 1616 "-
   " "Mozilla/4.0
   > > (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "-"
   > >
   > > Thank you for everything.
   > > Regards.
   > > S.V.
   > >
   > >
   > >
   > >
   > >
   > >  Visit Viralator homepage at http://viralator.sourceforge.net
   > >
   > >
   > >
   > > SPONSORED LINKS
   > >
   >
   > >     System utility software                      System
   > utility
   > >
   >
   > >
   > >
   > >
   > > YAHOO! GROUPS LINKS
   > >
   > >
   > >     Visit your group "viralator" on the web.
   > >
   > >     To unsubscribe from this group, send an email to:
   > >     viralator-unsubscribe@yahoogroups.com
   > >
   > >     Your use of Yahoo! Groups is subject to the Yahoo! Terms of
   > Service.
   > >
   > >
   > >
   > >
   > >
   > >
   > >
   >
   ______________________________________________________________________
   > ___________
   > > autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang
   > >
   > > Stefan Mueller
   > >
   > > Diehl BGT Defence  GmbH & Co. KG
   > > Fischbachstrasse 16
   > > D-90552 Roethenbach a. d. Pegnitz
   > >
   > > Phone: +49 911 957 2600
   > > Fax: +49 911 957 2190
   > > mailto:Stefan.Mueller@
   > >
   >
   >
   >
   >
   >
   >
   >
   >  Visit Viralator homepage at http://viralator.sourceforge.net
   >
   >
   >
   > SPONSORED LINKS
   >

   >     System utility software                      System
   utility
   >

   >
   >
   >
   > YAHOO! GROUPS LINKS
   >
   >
   >     Visit your group "viralator" on the web.
   >
   >     To unsubscribe from this group, send an email to:
   >     viralator-unsubscribe@yahoogroups.com
   >
   >     Your use of Yahoo! Groups is subject to the Yahoo! Terms of
   Service.
   >
   >
   >
   >
   >
   >
   >
   ______________________________________________________________________
   ___________
   > autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang
   >
   > Stefan Mueller
   >
   > Diehl BGT Defence  GmbH & Co. KG
   > Fischbachstrasse 16
   > D-90552 Roethenbach a. d. Pegnitz
   >
   > Phone: +49 911 957 2600
   > Fax: +49 911 957 2190
   > mailto:Stefan.Mueller@...
   >






   Visit Viralator homepage at http://viralator.sourceforge.net



   SPONSORED LINKS

       System utility software                      System utility




   YAHOO! GROUPS LINKS


       Visit your group "viralator" on the web.

       To unsubscribe from this group, send an email to:
       viralator-unsubscribe@yahoogroups.com

       Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.






  
________________________________________________________________________________\
_
   autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang

   Stefan Mueller

   Diehl BGT Defence  GmbH & Co. KG
   Fischbachstrasse 16
   D-90552 Roethenbach a. d. Pegnitz

   Phone: +49 911 957 2600
   Fax: +49 911 957 2190
   mailto:Stefan.Mueller@...



   Visit Viralator homepage at http://viralator.sourceforge.net



   SPONSORED LINKS System utility software  System utility


------------------------------------------------------------------------------
   YAHOO! GROUPS LINKS

     a..  Visit your group "viralator" on the web.

     b..  To unsubscribe from this group, send an email to:
      viralator-unsubscribe@yahoogroups.com

     c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


------------------------------------------------------------------------------



[Non-text portions of this message have been removed]

#406 From: stefan.mueller@...
Date: Wed Feb 15, 2006 1:20 pm
Subject: Re: Re: Problem install viralator-0.9.5
milchimueller
Offline Offline
Send Email Send Email
 
Do you have set up your Squid to not "Squid" himself?

acl intern dst 213.9.234.190
always_direct allow intern
never_direct allow all

+Adding the Proxy Server himself in our "Exception" List of Internet
Explorer, to not use the Proxy for this adress, should solve your issue



              "cherrytelcomunic
              aciones"
              <cherrytelcomunic                                          To
              aciones@...>         viralator@yahoogroups.com
              Sent by:                                                   cc
              viralator@yahoogr
              oups.com                                              Subject
                                        [viralator] Re: Problem install
                                        viralator-0.9.5
              15.02.2006 14:04


              Please respond to
              viralator@yahoogr
                  oups.com






  Hello,

perl -MCPAN -e 'use CGI;  print $CGI::VERSION, "\n"'
3.04

Regards.
S.V.
--- In viralator@yahoogroups.com, stefan.mueller@... wrote:
>
> Please use
>
> perl -MCPAN -e 'print $CGI::VERSION, "\n"'
>
> to Print the PERL:CGI Module Version to the Command line.
>
>
>
>
>

>              "cherrytelcomunic

>
aciones"
>
<cherrytelcomunic                                          To
>              aciones@...>
viralator@yahoogroups.com
>              Sent
by:                                                   cc
>
viralator@yahoogr
>              oups.com
Subject
>                                        [viralator] Re: Problem
install
>                                        viralator-
0.9.5
>              15.02.2006
11:50
>

>

>              Please respond
to
>
viralator@yahoogr
>
oups.com
>

>

>
>
>
>
>  Hello,
>
> dpkg -l | grep perl
> ii  liburi-perl    1.35-1
> ii  libwww-perl    5.803-4
> ii  perl           5.8.4-8sarge3
> ii  perl-base      5.8.4-8sarge3
> ii  perl-modules   5.8.4-8sarge3
> dpkg -l | grep apache
> ii  apache         1.3.33-6sarge1
> ii  apache-common  1.3.33-6sarge1
> ii  apache-utils   1.3.33-6sarge1
> ii  apache2-utils  2.0.54-5
>
> Thank you for everything.
> Regards.
> S.V.
>
>
> --- In viralator@yahoogroups.com, stefan.mueller@ wrote:
> >
> > Whats your Version of PERL:CGI Module? There is a Bug in new
> versions
> >
> >
> >
> >
>
> >              "cherrytelcomunic
>
> >
> aciones"
> >
> <cherrytelcomunic                                          To
> >              aciones@>
> viralator@yahoogroups.com
> >              Sent
> by:                                                   cc
> >
> viralator@yahoogr
> >              oups.com
> Subject
> >                                        [viralator] Problem
> install
> >                                        viralator-
> 0.9.5
> >              15.02.2006
> 11:27
> >
>
> >
>
> >              Please respond
> to
> >
> viralator@yahoogr
> >
> oups.com
> >
>
> >
>
> >
> >
> >
> >
> >  Hello list,
> >
> > This one is my first email in list (My enghish not is very good).
> >
> > debian sarge
> > sarg
> > squid
> > squidguard
> > viralator-0.9.5
> >
> > network:
> > eth0: 10.9.234.150
> > eth1: 213.9.234.190
> >
> > Config squid:
> > redirect_program /usr/bin/squidGuard
> > redirect_children 15
> >
> > Config squidguard
> >
> > dest files {
> >         expressionlist  blacklists/prohibidos/files
> >         #redirect       http://213.9.234.190/cgi-
bin/viralator.cgi?
> > url=%u
> > }
> >
> > src users {
> >         ip 10.9.234.0/255.255.255.0
> > }
> >
> >
> > acl {
> > #users {
> > #       pass !ads !aggressive !audio-video !drugs !gambling !
> > hacking !porn !proxy !violence !warez !prohibidos !files
> > #      redirect http://localhost
> > #}
> >
> > default {
> >         pass !files all
> >         redirect http://213.9.234.190/cgi-bin/viralator.cgi?url=%u
> > }
> > }
> >
> > Config vilarator:
> > default_language -> english.txt
> > charset ->
> > servername ->
> > virusscanner -> clamscan
> > scannerpath -> /usr/bin
> > viruscmd -> --verbose --stdout
> > alert -> FOUND
> > scannersummary -> true
> > downloads -> /var/www/html/downloads
> > skip_downloads -> true
> > downloadsdir -> /downloads/
> > popupfast -> false
> > popupback -> true
> > popupwidth -> 600
> > popupheight -> 400
> > filechmod -> 644
> > secret -> ¿Como era el caballo blanco de Santiago?....po zi!!!
> > progress_unit -> bar.png
> > progress_indicator -> progress.png
> >
> >
> > Config clamav (clamav  0.84-2.sarge)
> > LocalSocket /var/run/clamav/clamd.ctl
> > FixStaleSocket
> > User clamav
> > AllowSupplementaryGroups
> > ScanMail
> > ScanArchive
> > ArchiveMaxRecursion 5
> > ArchiveMaxFiles 1000
> > ArchiveMaxFileSize 10M
> > ArchiveMaxCompressionRatio 250
> > ReadTimeout 180
> > MaxThreads 12
> > MaxConnectionQueueLength 15
> > LogFile /var/log/clamav/clamav.log
> > LogTime
> > LogFileMaxSize 0
> > PidFile /var/run/clamav/clamd.pid
> > DatabaseDirectory /var/lib/clamav
> > SelfCheck 3600
> > ScanOLE2
> > ScanPE
> > DetectBrokenExecutables
> > ScanHTML
> > ArchiveBlockMax
> >
> > ls -l /usr/bin/clamscan
> > -rwxr-xr-x  1 root root 43832 2006-01-18 14:24 /usr/bin/clamscan
> >
> >
> > Error:
> > you cannot dowload from this site!
> > The given url is not valid.
> > Please contact your systen adminitrator for details.
> >
> > /var/log/apache/access.log
> > 213.9.234.190 - - [15/Feb/2006:11:01:55 +0100] "GET /cgi-
> > bin/viralator.cgi?url=http://www.eicar.org/download/eicarcom2.zip
> > HTTP/1.0" 200
> > 2037 "http://www.eicar.org/anti_virus_test_file.htm" "Mozilla/4.0
> > (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "-"
> > 213.9.234.190 - - [15/Feb/2006:11:01:57 +0100] "GET /cgi-
> > bin/viralator.cgi?url=http://213.9.234.190/cgi-bin/viralator.cgi?
> > action=popup&fileurl=http://www.eicar.org/download/eicarcom2.zip
> > HTTP/1.0" 200 1818 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows
> NT
> > 5.1; SV1)" "-"
> > 213.9.234.190 - - [15/Feb/2006:11:01:59 +0100] "GET /cgi-
> > bin/viralator.cgi?action=errpop HTTP/1.0" 200 1616 "-
" "Mozilla/4.0
> > (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "-"
> >
> > Thank you for everything.
> > Regards.
> > S.V.
> >
> >
> >
> >
> >
> >  Visit Viralator homepage at http://viralator.sourceforge.net
> >
> >
> >
> > SPONSORED LINKS
> >
>
> >     System utility software                      System
> utility
> >
>
> >
> >
> >
> > YAHOO! GROUPS LINKS
> >
> >
> >     Visit your group "viralator" on the web.
> >
> >     To unsubscribe from this group, send an email to:
> >     viralator-unsubscribe@yahoogroups.com
> >
> >     Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
> >
> >
> >
> >
> >
> >
> >
>
______________________________________________________________________
> ___________
> > autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang
> >
> > Stefan Mueller
> >
> > Diehl BGT Defence  GmbH & Co. KG
> > Fischbachstrasse 16
> > D-90552 Roethenbach a. d. Pegnitz
> >
> > Phone: +49 911 957 2600
> > Fax: +49 911 957 2190
> > mailto:Stefan.Mueller@
> >
>
>
>
>
>
>
>
>  Visit Viralator homepage at http://viralator.sourceforge.net
>
>
>
> SPONSORED LINKS
>

>     System utility software                      System
utility
>

>
>
>
> YAHOO! GROUPS LINKS
>
>
>     Visit your group "viralator" on the web.
>
>     To unsubscribe from this group, send an email to:
>     viralator-unsubscribe@yahoogroups.com
>
>     Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
>
>
>
>
>
______________________________________________________________________
___________
> autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang
>
> Stefan Mueller
>
> Diehl BGT Defence  GmbH & Co. KG
> Fischbachstrasse 16
> D-90552 Roethenbach a. d. Pegnitz
>
> Phone: +49 911 957 2600
> Fax: +49 911 957 2190
> mailto:Stefan.Mueller@...
>






  Visit Viralator homepage at http://viralator.sourceforge.net



SPONSORED LINKS

     System utility software                      System utility




YAHOO! GROUPS LINKS


     Visit your group "viralator" on the web.

     To unsubscribe from this group, send an email to:
     viralator-unsubscribe@yahoogroups.com

     Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.






________________________________________________________________________________\
_
autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang

Stefan Mueller

Diehl BGT Defence  GmbH & Co. KG
Fischbachstrasse 16
D-90552 Roethenbach a. d. Pegnitz

Phone: +49 911 957 2600
Fax: +49 911 957 2190
mailto:Stefan.Mueller@...

#405 From: "cherrytelcomunicaciones" <cherrytelcomunicaciones@...>
Date: Wed Feb 15, 2006 1:04 pm
Subject: Re: Problem install viralator-0.9.5
cherrytelcom...
Offline Offline
Send Email Send Email
 
Hello,

  perl -MCPAN -e 'use CGI;  print $CGI::VERSION, "\n"'
3.04

Regards.
S.V.
--- In viralator@yahoogroups.com, stefan.mueller@... wrote:
>
> Please use
>
> perl -MCPAN -e 'print $CGI::VERSION, "\n"'
>
> to Print the PERL:CGI Module Version to the Command line.
>
>
>
>
>

>              "cherrytelcomunic

>
aciones"
>
<cherrytelcomunic                                          To
>              aciones@...>
viralator@yahoogroups.com
>              Sent
by:                                                   cc
>
viralator@yahoogr
>              oups.com
Subject
>                                        [viralator] Re: Problem
install
>                                        viralator-
0.9.5
>              15.02.2006
11:50
>

>

>              Please respond
to
>
viralator@yahoogr
>
oups.com
>

>

>
>
>
>
>  Hello,
>
> dpkg -l | grep perl
> ii  liburi-perl    1.35-1
> ii  libwww-perl    5.803-4
> ii  perl           5.8.4-8sarge3
> ii  perl-base      5.8.4-8sarge3
> ii  perl-modules   5.8.4-8sarge3
> dpkg -l | grep apache
> ii  apache         1.3.33-6sarge1
> ii  apache-common  1.3.33-6sarge1
> ii  apache-utils   1.3.33-6sarge1
> ii  apache2-utils  2.0.54-5
>
> Thank you for everything.
> Regards.
> S.V.
>
>
> --- In viralator@yahoogroups.com, stefan.mueller@ wrote:
> >
> > Whats your Version of PERL:CGI Module? There is a Bug in new
> versions
> >
> >
> >
> >
>
> >              "cherrytelcomunic
>
> >
> aciones"
> >
> <cherrytelcomunic                                          To
> >              aciones@>
> viralator@yahoogroups.com
> >              Sent
> by:                                                   cc
> >
> viralator@yahoogr
> >              oups.com
> Subject
> >                                        [viralator] Problem
> install
> >                                        viralator-
> 0.9.5
> >              15.02.2006
> 11:27
> >
>
> >
>
> >              Please respond
> to
> >
> viralator@yahoogr
> >
> oups.com
> >
>
> >
>
> >
> >
> >
> >
> >  Hello list,
> >
> > This one is my first email in list (My enghish not is very good).
> >
> > debian sarge
> > sarg
> > squid
> > squidguard
> > viralator-0.9.5
> >
> > network:
> > eth0: 10.9.234.150
> > eth1: 213.9.234.190
> >
> > Config squid:
> > redirect_program /usr/bin/squidGuard
> > redirect_children 15
> >
> > Config squidguard
> >
> > dest files {
> >         expressionlist  blacklists/prohibidos/files
> >         #redirect       http://213.9.234.190/cgi-
bin/viralator.cgi?
> > url=%u
> > }
> >
> > src users {
> >         ip 10.9.234.0/255.255.255.0
> > }
> >
> >
> > acl {
> > #users {
> > #       pass !ads !aggressive !audio-video !drugs !gambling !
> > hacking !porn !proxy !violence !warez !prohibidos !files
> > #      redirect http://localhost
> > #}
> >
> > default {
> >         pass !files all
> >         redirect http://213.9.234.190/cgi-bin/viralator.cgi?url=%u
> > }
> > }
> >
> > Config vilarator:
> > default_language -> english.txt
> > charset ->
> > servername ->
> > virusscanner -> clamscan
> > scannerpath -> /usr/bin
> > viruscmd -> --verbose --stdout
> > alert -> FOUND
> > scannersummary -> true
> > downloads -> /var/www/html/downloads
> > skip_downloads -> true
> > downloadsdir -> /downloads/
> > popupfast -> false
> > popupback -> true
> > popupwidth -> 600
> > popupheight -> 400
> > filechmod -> 644
> > secret -> ¿Como era el caballo blanco de Santiago?....po zi!!!
> > progress_unit -> bar.png
> > progress_indicator -> progress.png
> >
> >
> > Config clamav (clamav  0.84-2.sarge)
> > LocalSocket /var/run/clamav/clamd.ctl
> > FixStaleSocket
> > User clamav
> > AllowSupplementaryGroups
> > ScanMail
> > ScanArchive
> > ArchiveMaxRecursion 5
> > ArchiveMaxFiles 1000
> > ArchiveMaxFileSize 10M
> > ArchiveMaxCompressionRatio 250
> > ReadTimeout 180
> > MaxThreads 12
> > MaxConnectionQueueLength 15
> > LogFile /var/log/clamav/clamav.log
> > LogTime
> > LogFileMaxSize 0
> > PidFile /var/run/clamav/clamd.pid
> > DatabaseDirectory /var/lib/clamav
> > SelfCheck 3600
> > ScanOLE2
> > ScanPE
> > DetectBrokenExecutables
> > ScanHTML
> > ArchiveBlockMax
> >
> > ls -l /usr/bin/clamscan
> > -rwxr-xr-x  1 root root 43832 2006-01-18 14:24 /usr/bin/clamscan
> >
> >
> > Error:
> > you cannot dowload from this site!
> > The given url is not valid.
> > Please contact your systen adminitrator for details.
> >
> > /var/log/apache/access.log
> > 213.9.234.190 - - [15/Feb/2006:11:01:55 +0100] "GET /cgi-
> > bin/viralator.cgi?url=http://www.eicar.org/download/eicarcom2.zip
> > HTTP/1.0" 200
> > 2037 "http://www.eicar.org/anti_virus_test_file.htm" "Mozilla/4.0
> > (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "-"
> > 213.9.234.190 - - [15/Feb/2006:11:01:57 +0100] "GET /cgi-
> > bin/viralator.cgi?url=http://213.9.234.190/cgi-bin/viralator.cgi?
> > action=popup&fileurl=http://www.eicar.org/download/eicarcom2.zip
> > HTTP/1.0" 200 1818 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows
> NT
> > 5.1; SV1)" "-"
> > 213.9.234.190 - - [15/Feb/2006:11:01:59 +0100] "GET /cgi-
> > bin/viralator.cgi?action=errpop HTTP/1.0" 200 1616 "-
" "Mozilla/4.0
> > (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "-"
> >
> > Thank you for everything.
> > Regards.
> > S.V.
> >
> >
> >
> >
> >
> >  Visit Viralator homepage at http://viralator.sourceforge.net
> >
> >
> >
> > SPONSORED LINKS
> >
>
> >     System utility software                      System
> utility
> >
>
> >
> >
> >
> > YAHOO! GROUPS LINKS
> >
> >
> >     Visit your group "viralator" on the web.
> >
> >     To unsubscribe from this group, send an email to:
> >     viralator-unsubscribe@yahoogroups.com
> >
> >     Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
> >
> >
> >
> >
> >
> >
> >
>
______________________________________________________________________
> ___________
> > autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang
> >
> > Stefan Mueller
> >
> > Diehl BGT Defence  GmbH & Co. KG
> > Fischbachstrasse 16
> > D-90552 Roethenbach a. d. Pegnitz
> >
> > Phone: +49 911 957 2600
> > Fax: +49 911 957 2190
> > mailto:Stefan.Mueller@
> >
>
>
>
>
>
>
>
>  Visit Viralator homepage at http://viralator.sourceforge.net
>
>
>
> SPONSORED LINKS
>

>     System utility software                      System
utility
>

>
>
>
> YAHOO! GROUPS LINKS
>
>
>     Visit your group "viralator" on the web.
>
>     To unsubscribe from this group, send an email to:
>     viralator-unsubscribe@yahoogroups.com
>
>     Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
>
>
>
>
>
______________________________________________________________________
___________
> autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang
>
> Stefan Mueller
>
> Diehl BGT Defence  GmbH & Co. KG
> Fischbachstrasse 16
> D-90552 Roethenbach a. d. Pegnitz
>
> Phone: +49 911 957 2600
> Fax: +49 911 957 2190
> mailto:Stefan.Mueller@...
>

#404 From: stefan.mueller@...
Date: Wed Feb 15, 2006 11:30 am
Subject: Re: Re: Problem install viralator-0.9.5
milchimueller
Offline Offline
Send Email Send Email
 
Please use

perl -MCPAN -e 'print $CGI::VERSION, "\n"'

to Print the PERL:CGI Module Version to the Command line.





              "cherrytelcomunic
              aciones"
              <cherrytelcomunic                                          To
              aciones@...>         viralator@yahoogroups.com
              Sent by:                                                   cc
              viralator@yahoogr
              oups.com                                              Subject
                                        [viralator] Re: Problem install
                                        viralator-0.9.5
              15.02.2006 11:50


              Please respond to
              viralator@yahoogr
                  oups.com






  Hello,

dpkg -l | grep perl
ii  liburi-perl    1.35-1
ii  libwww-perl    5.803-4
ii  perl           5.8.4-8sarge3
ii  perl-base      5.8.4-8sarge3
ii  perl-modules   5.8.4-8sarge3
dpkg -l | grep apache
ii  apache         1.3.33-6sarge1
ii  apache-common  1.3.33-6sarge1
ii  apache-utils   1.3.33-6sarge1
ii  apache2-utils  2.0.54-5

Thank you for everything.
Regards.
S.V.


--- In viralator@yahoogroups.com, stefan.mueller@... wrote:
>
> Whats your Version of PERL:CGI Module? There is a Bug in new
versions
>
>
>
>

>              "cherrytelcomunic

>
aciones"
>
<cherrytelcomunic                                          To
>              aciones@...>
viralator@yahoogroups.com
>              Sent
by:                                                   cc
>
viralator@yahoogr
>              oups.com
Subject
>                                        [viralator] Problem
install
>                                        viralator-
0.9.5
>              15.02.2006
11:27
>

>

>              Please respond
to
>
viralator@yahoogr
>
oups.com
>

>

>
>
>
>
>  Hello list,
>
> This one is my first email in list (My enghish not is very good).
>
> debian sarge
> sarg
> squid
> squidguard
> viralator-0.9.5
>
> network:
> eth0: 10.9.234.150
> eth1: 213.9.234.190
>
> Config squid:
> redirect_program /usr/bin/squidGuard
> redirect_children 15
>
> Config squidguard
>
> dest files {
>         expressionlist  blacklists/prohibidos/files
>         #redirect       http://213.9.234.190/cgi-bin/viralator.cgi?
> url=%u
> }
>
> src users {
>         ip 10.9.234.0/255.255.255.0
> }
>
>
> acl {
> #users {
> #       pass !ads !aggressive !audio-video !drugs !gambling !
> hacking !porn !proxy !violence !warez !prohibidos !files
> #      redirect http://localhost
> #}
>
> default {
>         pass !files all
>         redirect http://213.9.234.190/cgi-bin/viralator.cgi?url=%u
> }
> }
>
> Config vilarator:
> default_language -> english.txt
> charset ->
> servername ->
> virusscanner -> clamscan
> scannerpath -> /usr/bin
> viruscmd -> --verbose --stdout
> alert -> FOUND
> scannersummary -> true
> downloads -> /var/www/html/downloads
> skip_downloads -> true
> downloadsdir -> /downloads/
> popupfast -> false
> popupback -> true
> popupwidth -> 600
> popupheight -> 400
> filechmod -> 644
> secret -> ¿Como era el caballo blanco de Santiago?....po zi!!!
> progress_unit -> bar.png
> progress_indicator -> progress.png
>
>
> Config clamav (clamav  0.84-2.sarge)
> LocalSocket /var/run/clamav/clamd.ctl
> FixStaleSocket
> User clamav
> AllowSupplementaryGroups
> ScanMail
> ScanArchive
> ArchiveMaxRecursion 5
> ArchiveMaxFiles 1000
> ArchiveMaxFileSize 10M
> ArchiveMaxCompressionRatio 250
> ReadTimeout 180
> MaxThreads 12
> MaxConnectionQueueLength 15
> LogFile /var/log/clamav/clamav.log
> LogTime
> LogFileMaxSize 0
> PidFile /var/run/clamav/clamd.pid
> DatabaseDirectory /var/lib/clamav
> SelfCheck 3600
> ScanOLE2
> ScanPE
> DetectBrokenExecutables
> ScanHTML
> ArchiveBlockMax
>
> ls -l /usr/bin/clamscan
> -rwxr-xr-x  1 root root 43832 2006-01-18 14:24 /usr/bin/clamscan
>
>
> Error:
> you cannot dowload from this site!
> The given url is not valid.
> Please contact your systen adminitrator for details.
>
> /var/log/apache/access.log
> 213.9.234.190 - - [15/Feb/2006:11:01:55 +0100] "GET /cgi-
> bin/viralator.cgi?url=http://www.eicar.org/download/eicarcom2.zip
> HTTP/1.0" 200
> 2037 "http://www.eicar.org/anti_virus_test_file.htm" "Mozilla/4.0
> (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "-"
> 213.9.234.190 - - [15/Feb/2006:11:01:57 +0100] "GET /cgi-
> bin/viralator.cgi?url=http://213.9.234.190/cgi-bin/viralator.cgi?
> action=popup&fileurl=http://www.eicar.org/download/eicarcom2.zip
> HTTP/1.0" 200 1818 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows
NT
> 5.1; SV1)" "-"
> 213.9.234.190 - - [15/Feb/2006:11:01:59 +0100] "GET /cgi-
> bin/viralator.cgi?action=errpop HTTP/1.0" 200 1616 "-" "Mozilla/4.0
> (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "-"
>
> Thank you for everything.
> Regards.
> S.V.
>
>
>
>
>
>  Visit Viralator homepage at http://viralator.sourceforge.net
>
>
>
> SPONSORED LINKS
>

>     System utility software                      System
utility
>

>
>
>
> YAHOO! GROUPS LINKS
>
>
>     Visit your group "viralator" on the web.
>
>     To unsubscribe from this group, send an email to:
>     viralator-unsubscribe@yahoogroups.com
>
>     Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
>
>
>
>
>
______________________________________________________________________
___________
> autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang
>
> Stefan Mueller
>
> Diehl BGT Defence  GmbH & Co. KG
> Fischbachstrasse 16
> D-90552 Roethenbach a. d. Pegnitz
>
> Phone: +49 911 957 2600
> Fax: +49 911 957 2190
> mailto:Stefan.Mueller@...
>







  Visit Viralator homepage at http://viralator.sourceforge.net



SPONSORED LINKS

     System utility software                      System utility




YAHOO! GROUPS LINKS


     Visit your group "viralator" on the web.

     To unsubscribe from this group, send an email to:
     viralator-unsubscribe@yahoogroups.com

     Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.






________________________________________________________________________________\
_
autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang

Stefan Mueller

Diehl BGT Defence  GmbH & Co. KG
Fischbachstrasse 16
D-90552 Roethenbach a. d. Pegnitz

Phone: +49 911 957 2600
Fax: +49 911 957 2190
mailto:Stefan.Mueller@...

#403 From: "cherrytelcomunicaciones" <cherrytelcomunicaciones@...>
Date: Wed Feb 15, 2006 10:50 am
Subject: Re: Problem install viralator-0.9.5
cherrytelcom...
Offline Offline
Send Email Send Email
 
Hello,

dpkg -l | grep perl
ii  liburi-perl    1.35-1
ii  libwww-perl    5.803-4
ii  perl           5.8.4-8sarge3
ii  perl-base      5.8.4-8sarge3
ii  perl-modules   5.8.4-8sarge3
dpkg -l | grep apache
ii  apache         1.3.33-6sarge1
ii  apache-common  1.3.33-6sarge1
ii  apache-utils   1.3.33-6sarge1
ii  apache2-utils  2.0.54-5

Thank you for everything.
Regards.
S.V.


--- In viralator@yahoogroups.com, stefan.mueller@... wrote:
>
> Whats your Version of PERL:CGI Module? There is a Bug in new
versions
>
>
>
>

>              "cherrytelcomunic

>
aciones"
>
<cherrytelcomunic                                          To
>              aciones@...>
viralator@yahoogroups.com
>              Sent
by:                                                   cc
>
viralator@yahoogr
>              oups.com
Subject
>                                        [viralator] Problem
install
>                                        viralator-
0.9.5
>              15.02.2006
11:27
>

>

>              Please respond
to
>
viralator@yahoogr
>
oups.com
>

>

>
>
>
>
>  Hello list,
>
> This one is my first email in list (My enghish not is very good).
>
> debian sarge
> sarg
> squid
> squidguard
> viralator-0.9.5
>
> network:
> eth0: 10.9.234.150
> eth1: 213.9.234.190
>
> Config squid:
> redirect_program /usr/bin/squidGuard
> redirect_children 15
>
> Config squidguard
>
> dest files {
>         expressionlist  blacklists/prohibidos/files
>         #redirect       http://213.9.234.190/cgi-bin/viralator.cgi?
> url=%u
> }
>
> src users {
>         ip 10.9.234.0/255.255.255.0
> }
>
>
> acl {
> #users {
> #       pass !ads !aggressive !audio-video !drugs !gambling !
> hacking !porn !proxy !violence !warez !prohibidos !files
> #      redirect http://localhost
> #}
>
> default {
>         pass !files all
>         redirect http://213.9.234.190/cgi-bin/viralator.cgi?url=%u
> }
> }
>
> Config vilarator:
> default_language -> english.txt
> charset ->
> servername ->
> virusscanner -> clamscan
> scannerpath -> /usr/bin
> viruscmd -> --verbose --stdout
> alert -> FOUND
> scannersummary -> true
> downloads -> /var/www/html/downloads
> skip_downloads -> true
> downloadsdir -> /downloads/
> popupfast -> false
> popupback -> true
> popupwidth -> 600
> popupheight -> 400
> filechmod -> 644
> secret -> ¿Como era el caballo blanco de Santiago?....po zi!!!
> progress_unit -> bar.png
> progress_indicator -> progress.png
>
>
> Config clamav (clamav  0.84-2.sarge)
> LocalSocket /var/run/clamav/clamd.ctl
> FixStaleSocket
> User clamav
> AllowSupplementaryGroups
> ScanMail
> ScanArchive
> ArchiveMaxRecursion 5
> ArchiveMaxFiles 1000
> ArchiveMaxFileSize 10M
> ArchiveMaxCompressionRatio 250
> ReadTimeout 180
> MaxThreads 12
> MaxConnectionQueueLength 15
> LogFile /var/log/clamav/clamav.log
> LogTime
> LogFileMaxSize 0
> PidFile /var/run/clamav/clamd.pid
> DatabaseDirectory /var/lib/clamav
> SelfCheck 3600
> ScanOLE2
> ScanPE
> DetectBrokenExecutables
> ScanHTML
> ArchiveBlockMax
>
> ls -l /usr/bin/clamscan
> -rwxr-xr-x  1 root root 43832 2006-01-18 14:24 /usr/bin/clamscan
>
>
> Error:
> you cannot dowload from this site!
> The given url is not valid.
> Please contact your systen adminitrator for details.
>
> /var/log/apache/access.log
> 213.9.234.190 - - [15/Feb/2006:11:01:55 +0100] "GET /cgi-
> bin/viralator.cgi?url=http://www.eicar.org/download/eicarcom2.zip
> HTTP/1.0" 200
> 2037 "http://www.eicar.org/anti_virus_test_file.htm" "Mozilla/4.0
> (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "-"
> 213.9.234.190 - - [15/Feb/2006:11:01:57 +0100] "GET /cgi-
> bin/viralator.cgi?url=http://213.9.234.190/cgi-bin/viralator.cgi?
> action=popup&fileurl=http://www.eicar.org/download/eicarcom2.zip
> HTTP/1.0" 200 1818 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows
NT
> 5.1; SV1)" "-"
> 213.9.234.190 - - [15/Feb/2006:11:01:59 +0100] "GET /cgi-
> bin/viralator.cgi?action=errpop HTTP/1.0" 200 1616 "-" "Mozilla/4.0
> (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "-"
>
> Thank you for everything.
> Regards.
> S.V.
>
>
>
>
>
>  Visit Viralator homepage at http://viralator.sourceforge.net
>
>
>
> SPONSORED LINKS
>

>     System utility software                      System
utility
>

>
>
>
> YAHOO! GROUPS LINKS
>
>
>     Visit your group "viralator" on the web.
>
>     To unsubscribe from this group, send an email to:
>     viralator-unsubscribe@yahoogroups.com
>
>     Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
>
>
>
>
>
______________________________________________________________________
___________
> autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang
>
> Stefan Mueller
>
> Diehl BGT Defence  GmbH & Co. KG
> Fischbachstrasse 16
> D-90552 Roethenbach a. d. Pegnitz
>
> Phone: +49 911 957 2600
> Fax: +49 911 957 2190
> mailto:Stefan.Mueller@...
>

Messages 403 - 432 of 461   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help