Hello, One more relevant questions like this. Is rep_mime_type if only for http_reply_access restrictions? I only want the responses with the mime-types starting with text or application or multipart to enter the icap server. My squid config says: acl mimeblockp rep_mime_type ^text acl mimeblockp rep_mime_type ^application acl mimeblockp rep_mime_type ^multipart icap_enable on icap_service service_resp respmod_precache 0 icap://172.16.1.225:1344/respmod icap_class class_resp service_resp icap_access class_resp !mimeblockp icap_access class_resp allow all When i access the responses of type image/jpeg, still the response goes to the icap server. What could be the problem? Thanks in advance Selvi On 4/3/08, selvi nandu <selvi.success@xxxxxxxxx> wrote: > Hello Alex, > > Thanks for the quick reply and the fix.. > > Selvi > > On 4/3/08, Alex Rousskov <rousskov@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > > On Thu, 2008-04-03 at 12:00 +0530, selvi nandu wrote: > > > > > Thanks for the reply. I had submitted a bug report. I am just placing > > > few lines from the debug log here for your reference. > > > > > > 2008/04/03 14:24:58.788| ACLChecklist::preCheck: 0x60000000004dfdc8 > > > checking 'icap_access class_1 deny HS' > > > 2008/04/03 14:24:58.788| ACLList::matches: checking HS > > > 2008/04/03 14:24:58.788| ACL::checklistMatches WARNING: 'HS' ACL is > > > used but there is no HTTP reply -- not matching. > > > 2008/04/03 14:24:58.788| ACLList::matches: result is false > > > > > > Please let me know if you have some input on this. > > > > A possible fix has been added to your bug report. Please test and > > followup there: http://www.squid-cache.org/bugs/show_bug.cgi?id=2294 > > > > Thank you, > > > > Alex. > > > > > > > > > On 3/19/08, Alex Rousskov <rousskov@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > > > > On Tue, 2008-03-18 at 11:42 +0530, selvi nandu wrote: > > > > > > > > > Here, i don't want the 403 and 404 status to be sent to the ICAP Server. > > > > > > > > > > I had tried icap_access with http_status but that didn't work for me. > > > > > > > > > > ICAP configurations used: > > > > > > > > > > acl HS http_status 404 > > > > > > > > > > icap_enable on > > > > > icap_preview_enable off > > > > > icap_persistent_connections off > > > > > icap_send_client_ip on > > > > > icap_send_client_username on > > > > > icap_client_username_header X-Authenticated-User > > > > > icap_service vicontent respmod_precache 0 icap://172.16.1.225:1344/respmod > > > > > icap_class class_1 vicontent > > > > > icap_access class_1 deny HS > > > > > icap_access class_1 allow all > > > > > > > > > > Any thoughts to achieve this? > > > > > > > > I do not see any problem with your configuration. If you do not receive > > > > better responses, please file a bug and attach cache.log with ALL,9 > > > > debug_options enabled when 404 transaction is being processed. > > > > > > > > Thank you, > > > > > > > > Alex. > > > > > > > > > > > > > > > > >