slackbuilds/network/havp
B. Watson 8f53980c33
network/havp: Fix slack-desc.
2016-11-14 16:47:23 +07:00
..
patches network/havp: Added (HTTP Anti Virus Proxy) 2011-12-20 23:19:12 -06:00
README network/havp: Fixed dep information 2012-08-25 13:22:31 +02:00
README.setup network/havp: Added (HTTP Anti Virus Proxy) 2011-12-20 23:19:12 -06:00
doinst.sh network/havp: Added (HTTP Anti Virus Proxy) 2011-12-20 23:19:12 -06:00
havp.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
havp.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc network/havp: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner.
The main aims are continuous, non-blocking downloads and smooth scanning
of dynamic and password protected HTTP traffic. Havp antivirus proxy has
a parent and transparent proxy mode. It can be used with squid or standalone. 

This requires mandatory locks on the scanning find system unless you
add --disable-locking to the configuration (enabled by default for
performance).

Also, see README.setup for some configuration hints.

You need an "havp" user (and a "clamav" group, due to the dependency on 
clamav) to be present during compilation and installation.
Suggested means of accomplishing this are as follows:
  groupadd -g 210 clamav
  useradd -u 256 -d /dev/null -s /bin/false -g clamav havp