slackbuilds/network/havp
Robby Workman 542310f9ee
network/havp: Replaced backtick cmdsub
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-07-20 08:09:01 +07:00
..
patches network/havp: Replaced backtick cmdsub 2024-07-20 08:09:01 +07:00
README network/havp: Wrap README at 72 columns. 2022-03-13 17:44:28 -04:00
README.setup
doinst.sh
havp.SlackBuild network/havp: Patch for clamav >= 1.0.x. 2023-02-11 09:30:47 +07:00
havp.info network/havp: Updated for version 0.93. 2022-02-27 22:28:43 -06:00
slack-desc

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