Re: [squid-users] Squid 3.5 ICAP Problems

2017-11-03 Thread Stephen Stark
Hello, I found put my problem. c-icap service was running fine. I had a modification on FwdState.cc that was not handling any localhost request. So it squid could not resolve host. Thanks for the help! It helped me find where the problem was using debug options ALL,9. On Nov 3, 2017 11:41 AM, "

[squid-users] Squid 3.5 ICAP Problems

2017-11-02 Thread Stephen Stark
Hello everyone, I am having problems using Squid with ICAP (C-ICAP and clamd). The thing that is bugging me is I had this was working fine and now it cannot connect to the local ICAP service. Below is the debug section 93,3 to see what was going on when I restarted Squid: 2017/11/02 12:06:34.546

Re: [squid-users] adaptation_access not working with squid acl's

2016-07-20 Thread Stephen Stark
Thank you myportname did the trick! On Jul 16, 2016 8:21 AM, "Amos Jeffries" wrote: > On 16/07/2016 2:38 a.m., Stephen Stark wrote: > > Hello, > > > > I think I figured out what the problem is but I'd appreciate if someone > > could check my reasoning

Re: [squid-users] adaptation_access not working with squid acl's

2016-07-15 Thread Stephen Stark
Hello, I think I figured out what the problem is but I'd appreciate if someone could check my reasoning. My ACL is type localport, so I'm targeting the original request to Squid based on the Squid port the client is connecting to: acl test localport 4000 Then I enable adaptation_access based on

Re: [squid-users] adaptation_access not working with squid acl's

2016-07-14 Thread Stephen Stark
P SIGNED MESSAGE- > Hash: SHA256 > > http://wiki.squid-cache.org/ConfigExamples/ContentAdaptation/C-ICAP > > > 14.07.2016 21:06, Stephen Stark пишет: > > Hello, > > > > I been having trouble getting this to work in 3.5 > > > > I have an acl like

[squid-users] adaptation_access not working with squid acl's

2016-07-14 Thread Stephen Stark
Hello, I been having trouble getting this to work in 3.5 I have an acl like the one below. I am having a problem when I use this acl with adaptation_access. The acl works correctly on other tests. So the acl should be fine. When I call adaptation_access service_avi_req allow test adaptation_acce