wok
annotate squidclamav/stuff/icap-clamav.conf @ rev 14739
libgnomecanvasmm, libglademm: fix for the new gtkmm
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Fri Jun 14 08:11:47 2013 +0200 (2013-06-14) |
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
|