HTTP Anti Virus Proxy 0.88 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News HTTP Anti Virus Proxy 0.88 (Default branch)
# 1  
Old 04-16-2008
HTTP Anti Virus Proxy 0.88 (Default branch)

HAVP (HTTP Anti Virus Proxy) is a proxy which scans downloads for viruses with several scanners (ClamAV, F-Prot, Kaspersky, NOD32, Sophos) at the same time. The main aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. It can be used with squid or standalone, and it also supports transparent proxy mode. License: GNU General Public License (GPL) Changes:
ClamAV library 0.93 is supported (recompilation is needed, and the CLAMMAXSCANSIZE option was added). CLAMMAXFILESIZE default is now 100MB. A random seed issue (in which ClamAV generated some temporary file errors) was fixed. DISABLELOCKINGFOR config was added, which fixes ZIP handling in ClamAV 0.93. Arcavir version 2008 support was added. Log scanner errors are sent to the errorlog. SSL/CONNECT port limits were relaxed. (It is not recommended to use --enable-ssl-tunnel, since Squid should be used instead.)Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Linux

Linux Anti Virus

Can anyone tell the best free antivirus for Linux? I'm using RED HAT 9.0 & want to install antivirus for it. So if anyone has any suggestions of where to get that antivirus, that would be great! (2 Replies)
Discussion started by: billcrosby
2 Replies

2. Ubuntu

What anti-virus to use with Ubuntu

Greetings I just installed Ubuntu 9 on my computer and need to know what anti-virus software to use. I have been using Avast anti-virus on my other comps for years and really like it. I have not tried it with Ubuntu yet but it says for Windows based systems. Any ideas are appreciated Thanks... (5 Replies)
Discussion started by: N5TDA
5 Replies

3. Shell Programming and Scripting

anti virus caller

Hi all. Iam using AVG antivirus personel edition, and i can only set it to run at one time only. Iam running it on a Win98 machine. is it possilbe to write a Perl script or c++ script to set it up to run at 12pm and 3pm and 6pm ??? (1 Reply)
Discussion started by: perleo
1 Replies

4. UNIX for Dummies Questions & Answers

Anti Virus sw

Can anyone recommend Anti Virus sw for a ten user small business environment running Unix... ver? Thanks for the help (1 Reply)
Discussion started by: rpm
1 Replies

5. Cybersecurity

anti-spam virus package for Unix

:( Is there anyone know the anti-spam and anti- virus package software list for Unix !!?? Where can I find that, I have no idea in searching through the internet! (2 Replies)
Discussion started by: wwayne
2 Replies
Login or Register to Ask a Question
Net::Jabber::Loudmouth::Proxy(3pm)			User Contributed Perl Documentation			Net::Jabber::Loudmouth::Proxy(3pm)

NAME
Net::Jabber::Loudmouth::Proxy - Jabber proxy HIERARCHY
Glib::Boxed +----Net::Jabber::Loudmouth::Proxy METHODS
proxy = Net::Jabber::Loudmouth::Proxy->new ($type) o $type (Net::Jabber::Loudmouth::ProxyType) proxy = Net::Jabber::Loudmouth::Proxy->new_with_server ($type, $server, $port) o $type (Net::Jabber::Loudmouth::ProxyType) o $server (string) o $port (integer) string = $proxy->get_password $proxy->set_password ($password) o $password (string) integer = $proxy->get_port $proxy->set_port ($port) o $port (integer) string = $proxy->get_server $proxy->set_server ($server) o $server (string) proxytype = $proxy->get_type $proxy->set_type ($type) o $type (Net::Jabber::Loudmouth::ProxyType) string = $proxy->get_username $proxy->set_username ($username) o $username (string) ENUMS AND FLAGS
enum Net::Jabber::Loudmouth::ProxyType o 'none' / 'LM_PROXY_TYPE_NONE' o 'http' / 'LM_PROXY_TYPE_HTTP' SEE ALSO
Net::Jabber::Loudmouth, Glib::Boxed COPYRIGHT
Copyright (C) 2005 by Florian Ragwitz This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2011-11-15 Net::Jabber::Loudmouth::Proxy(3pm)