This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > squidclamav (6.16)

squidclamav (Clamav ICAP service and redirector for Squid)

SquidClamav is an antivirus for Squid proxy based on the award
winning ClamAv anti-virus toolkit.

Optional dependency: squidGuard


Building and configuring squid
------------------------------

You must have built squid with the option "ICAP=yes", for example:
ICAP=yes ./squid.SlackBuild

Add this into your squid.conf:

# icap squidclamav
icap_enable on
icap_send_client_ip on
icap_send_client_username on
icap_client_username_encode off
icap_client_username_header X-Authenticated-User
icap_preview_enable on
icap_preview_size 1024
icap_service service_avi_req reqmod_precache icap://localhost:1344/squidclamav bypass=off
adaptation_access service_avi_req allow all
icap_service service_avi_resp respmod_precache icap://localhost:1344/squidclamav bypass=on
adaptation_access service_avi_resp allow all

This requires: squid, clamav, c-icap

Maintained by: Jeremy HOCDE
Keywords: squid,clamav,icap,c-icap
ChangeLog: squidclamav

Homepage:
http://squidclamav.darold.net/

Source Downloads:
squidclamav-6.16.tar.gz (d5c2e588b4162ed873aa678a47a65f0b)

Download SlackBuild:
squidclamav.tar.gz
squidclamav.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds