aboutsummaryrefslogtreecommitdiff
path: root/t/sbo/network/havp/README
diff options
context:
space:
mode:
Diffstat (limited to 't/sbo/network/havp/README')
-rw-r--r--t/sbo/network/havp/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/t/sbo/network/havp/README b/t/sbo/network/havp/README
new file mode 100644
index 0000000..3b5160b
--- /dev/null
+++ b/t/sbo/network/havp/README
@@ -0,0 +1,16 @@
+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