wok annotate squidclamav/stuff/icap-clamav.conf @ rev 21205
Add lbzip2 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 07 20:34:36 2019 +0200 (2019-04-07) |
parents | 61855e8d38b8 |
children |
rev | line source |
---|---|
erjo@11917 | 1 # Config include for squidclamav |
erjo@11917 | 2 # Add include /etc/squid/icap.conf to you Squid config file (/etc/squid/squid.conf) |
erjo@11917 | 3 icap_enable on |
erjo@11917 | 4 icap_send_client_ip on |
erjo@11917 | 5 icap_send_client_username on |
erjo@11917 | 6 icap_client_username_encode off |
erjo@11917 | 7 icap_client_username_header X-Authenticated-User |
erjo@11917 | 8 icap_preview_enable on |
erjo@11917 | 9 icap_preview_size 1024 |
erjo@11917 | 10 icap_service service_req reqmod_precache bypass=1 icap://127.0.0.1:1344/squidclamav |
erjo@12148 | 11 icap_service service_resp respmod_precache bypass=1 icap://127.0.0.1:1344/squidclamav |
erjo@12148 | 12 adaptation_service_set class_avreq service_req |
erjo@12148 | 13 adaptation_service_set class_avresp service_req |
erjo@11917 | 14 adaptation_access service_req allow all |
erjo@11917 | 15 adaptation_access service_resp allow all |