slackbuilds_ponce/network/havp
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
patches
doinst.sh
havp.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
havp.SlackBuild
README
README.setup
slack-desc

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).

This requires clamav.  Also, see README.setup for some configuration hints.

You need an "havp" user (and a "clamav" group, due to the dependency on 
clamav noted above) 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