In this tutorial we’ll install the Debian Linux 9 (squeeze), Apache 2 with mpm-itk (to run each web as a isolated user),...
Installing HAVP (HTTP Antivirus Proxy)
Ástþór IPHAVP (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.
1. Install HAVP
apt-get install havp
2. Start HAVP if it didn’t start after the installation
/etc/init.d/havp start
It’s ready, by default HAVP listens on port 8080. You can configure your web browser to use the server as a proxy.
You can customize the error pages by editing the html files in this directory: /etc/havp/templates/en/
-
Hey, unfortunately i got the following error.
hostname:~# /etc/init.d/havp start
Cleaning up /var/spool/havp… done
Starting havp: Starting HAVP Version: 0.89
LibClamAV Warning: ***********************************************************
LibClamAV Warning: *** This version of the ClamAV engine is outdated. ***
LibClamAV Warning: *** DON’T PANIC! Read http://www.clamav.net/support/faq ***
LibClamAV Warning: ***********************************************************
/etc/init.d/havp: line 37: 30979 Segmentation fault start-stop-daemon –start –quiet –pidfile $PIDFILE –exec $DAEMON — $DAEMON_OPTSunfortunately i have installed:
hostname:~# whereis freshclam
freshclam: /usr/bin/freshclam /usr/share/man/man1/freshclam.1.gz
hostname:~# whereis clamscan
clamscan: /usr/bin/clamscan /usr/share/man/man1/clamscan.1.gzBut i don’t know how to get rid of at least one of them, because i just need to have installed one of them. although i used the “apt-get install havp” command, freshclam and clamscan are installed.
thx.
T.