Re: [squid-users] acl rep_header and icap respmod

2015-09-05 Thread Alfredo Rezinovsky
2015-09-05 10:32 GMT-03:00 Antony Stone : > On Saturday 05 September 2015 at 15:29:28, Alfredo Rezinovsky wrote: > > > I'm trying to adapt response for all text/html responses. > > > > icap_service service_respmod respmod_precache > > icap://127.0.0.1:1344/response > > > > acl html rep_header -i C

Re: [squid-users] acl rep_header and icap respmod

2015-09-05 Thread Antony Stone
On Saturday 05 September 2015 at 15:32:09, Antony Stone wrote: > On Saturday 05 September 2015 at 15:29:28, Alfredo Rezinovsky wrote: > > I'm trying to adapt response for all text/html responses. > > > > icap_service service_respmod respmod_precache > > icap://127.0.0.1:1344/response > > > > acl

Re: [squid-users] acl rep_header and icap respmod

2015-09-05 Thread Antony Stone
On Saturday 05 September 2015 at 15:29:28, Alfredo Rezinovsky wrote: > I'm trying to adapt response for all text/html responses. > > icap_service service_respmod respmod_precache > icap://127.0.0.1:1344/response > > acl html rep_header -i Content-Type text\/html > adaptation_access service_respm

[squid-users] acl rep_header and icap respmod

2015-09-05 Thread Alfredo Rezinovsky
I'm trying to adapt response for all text/html responses. icap_service service_respmod respmod_precache icap://127.0.0.1:1344/response acl html rep_header -i Content-Type text\/html adaptation_access service_respmod allow html And it doesn't works. The strange thing is that it does works with: