system/squidclamav: Move setup instructions to README.SBo.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
f35d9cc576
commit
47aee82cca
|
@ -12,17 +12,4 @@ 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
|
||||
See README.SBo for squid.conf configuration.
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Reference in New Issue