Re: [squid-users] ftp_port and squidclamav

2021-11-02 Thread Alex Rousskov
On 11/2/21 12:17 PM, Andrea Venturoli wrote: > On 10/12/21 16:51, Alex Rousskov wrote: > >> Squid has a configuration option to work around such adaptation service >> deficiencies: force_request_body_continuation. Please see if enabling >> that workaround helps in your environment: >> http://www.s

Re: [squid-users] ftp_port and squidclamav

2021-11-02 Thread Andrea Venturoli
On 10/12/21 16:51, Alex Rousskov wrote: Squid has a configuration option to work around such adaptation service deficiencies: force_request_body_continuation. Please see if enabling that workaround helps in your environment: http://www.squid-cache.org/Doc/config/force_request_body_continuation

Re: [squid-users] ftp_port and squidclamav

2021-10-12 Thread Alex Rousskov
On 10/12/21 12:11 PM, Andrea Venturoli wrote: > On 10/12/21 16:51, Alex Rousskov wrote: >> P.S. When you sanitized your cache.log, you have stripped lines dumping >> message headers. Those lines do not start with the usual >> "2021/10/12...|" prefix. Stripping them complicates triage. > Oh, sorry!

Re: [squid-users] ftp_port and squidclamav

2021-10-12 Thread Andrea Venturoli
On 10/12/21 16:51, Alex Rousskov wrote: I am not sure, but I suspect that you are suffering from your ICAP service inability to handle REQMOD transactions with HTTP 100-Conntinue semantics, including (but not limited to) FTP STOR requests (translated into HTTP by Squid). Squid has a configurati

Re: [squid-users] ftp_port and squidclamav

2021-10-12 Thread Alex Rousskov
On 10/12/21 9:58 AM, Andrea Venturoli wrote: > On 8/28/21 17:10, Alex Rousskov wrote: >> Reproduce the problem using a single transaction on an otherwise idle >> Squid with full debugging enabled and share the corresponding cache.log: >> https://wiki.squid-cache.org/SquidFaq/BugReporting#Debugging

Re: [squid-users] ftp_port and squidclamav

2021-10-12 Thread Andrea Venturoli
On 8/28/21 17:10, Alex Rousskov wrote: Sorry for taking so long. Meanwhile I upgraded to Squid 5.0.6, but the problem was not solved. Reproduce the problem using a single transaction on an otherwise idle Squid with full debugging enabled and share the corresponding cache.log: https://wiki.s

Re: [squid-users] ftp_port and squidclamav

2021-08-28 Thread Alex Rousskov
On 8/28/21 8:36 AM, Andrea Venturoli wrote: > I've got Squid (4.15) configured as an HTTP[s] server, with squidclamav: >> icap_enable on >> icap_send_client_ip on >> icap_preview_enable on >> icap_preview_size 1024 >> icap_service service_req reqmod_precache bypass=0 >> icap://127.0.0.1:1344/squ

[squid-users] ftp_port and squidclamav

2021-08-28 Thread Andrea Venturoli
Hello. I've got Squid (4.15) configured as an HTTP[s] server, with squidclamav: icap_enable on icap_send_client_ip on icap_preview_enable on icap_preview_size 1024 icap_service service_req reqmod_precache bypass=0 icap://127.0.0.1:1344/squidclamav adaptation_access service_req allow all icap_s