wok-next view squidclamav/stuff/icap-clamav.conf @ rev 17280
Up: udisks2 (2.1.3), libsoup (2.48.0), gvfs (1.22.1). Update gtk+3
bdeps. Now almost all gvfs backends works! Split them into separate
packages. And don't forget to add to flavors: gvfs, gvfs-fuse,
gvfs-udisks2 (maybe something more).
bdeps. Now almost all gvfs backends works! Split them into separate
packages. And don't forget to add to flavors: gvfs, gvfs-fuse,
gvfs-udisks2 (maybe something more).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Oct 26 19:07:05 2014 +0200 (2014-10-26) |
parents | 61855e8d38b8 |
children |
line source
1 # Config include for squidclamav
2 # Add include /etc/squid/icap.conf to you Squid config file (/etc/squid/squid.conf)
3 icap_enable on
4 icap_send_client_ip on
5 icap_send_client_username on
6 icap_client_username_encode off
7 icap_client_username_header X-Authenticated-User
8 icap_preview_enable on
9 icap_preview_size 1024
10 icap_service service_req reqmod_precache bypass=1 icap://127.0.0.1:1344/squidclamav
11 icap_service service_resp respmod_precache bypass=1 icap://127.0.0.1:1344/squidclamav
12 adaptation_service_set class_avreq service_req
13 adaptation_service_set class_avresp service_req
14 adaptation_access service_req allow all
15 adaptation_access service_resp allow all