[squid-users] WARNING: deny_mime_type ACL is used in context without an HTTP response. Assuming mismatch.
navari.lorenzo at gmail.com
navari.lorenzo at gmail.com
Mon Nov 17 11:09:21 UTC 2014
hello,
in my cache.log i have many of these
==> /var/log/squid/cache.log <==
2014/11/17 12:08:07 kid1| WARNING: deny_mime_type ACL is used in context
without an HTTP response. Assuming mismatch.
2014/11/17 12:08:07 kid1| WARNING: deny_mime_type ACL is used in context
without an HTTP response. Assuming mismatch.
2014/11/17 12:08:07 kid1| WARNING: deny_mime_type ACL is used in context
without an HTTP response. Assuming mismatch.
2014/11/17 12:08:07 kid1| WARNING: deny_mime_type ACL is used in context
without an HTTP response. Assuming mismatch.
2014/11/17 12:08:07 kid1| WARNING: deny_mime_type ACL is used in context
without an HTTP response. Assuming mismatch.
2014/11/17 12:08:07 kid1| WARNING: deny_mime_type ACL is used in context
without an HTTP response. Assuming mismatch.
2014/11/17 12:08:07 kid1| WARNING: deny_mime_type ACL is used in context
without an HTTP response. Assuming mismatch.
what could I do to correct.
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
## ACL definition ##
acl user_authentication proxy_auth REQUIRED
acl server_no_auth src "/etc/squid/server_noauth.txt"
acl direct_hosts dst "/etc/squid/direct_hosts.txt"
acl deny_host src "/etc/squid/deny_host.txt"
acl direct_urls dstdom_regex "/etc/squid/direct_urls.txt"
acl deny_client src "/etc/squid/deny_client.txt"
acl deny_users proxy_auth "/etc/squid/deny_users.txt"
acl siti_proibiti url_regex "/etc/squid/siti.proibiti.squid"
acl deny_extensions urlpath_regex -i "/etc/squid/deny_extensions.txt"
acl deny_mime_type rep_mime_type -i "/etc/squid/deny_mime.txt"
acl allowed_extensions urlpath_regex -i "/etc/squid/allowed_extensions.txt"
acl allowed_assistenza_users proxy_auth
"/etc/squid/allowed_assistenza_users.txt"
acl allowed_sitesmime dstdom_regex "/etc/squid/allowed_sitesmime.txt"
acl allowed_usermime proxy_auth "/etc/squid/allowed_usermime.txt"
## ACL application ##
http_access allow server_no_auth
http_access allow direct_hosts
http_access allow deny_mime_type direct_hosts
http_reply_access allow deny_mime_type direct_hosts
http_access allow deny_extensions direct_hosts
http_reply_access allow deny_extensions direct_hosts
http_access allow direct_urls
http_access allow deny_mime_type direct_urls
http_reply_access allow deny_mime_type direct_urls
http_access allow deny_extensions direct_urls
http_reply_access allow deny_extensions direct_urls
deny_info ERR_DENY_EXTENSIONS deny_extensions
deny_info ERR_DENY_MIME deny_mime_type
http_access allow deny_client allowed_assistenza_users
http_access allow deny_extensions allowed_assistenza_users
http_access allow deny_mime_type allowed_assistenza_users
http_reply_access allow deny_mime_type allowed_assistenza_users
http_access allow deny_mime_type allowed_usermime
http_reply_access allow deny_mime_type allowed_usermime
http_access allow deny_extensions allowed_usermime
http_reply_access allow deny_extensions allowed_usermime
http_access allow deny_mime_type allowed_sitesmime
http_reply_access allow deny_mime_type allowed_sitesmime
http_access allow deny_extensions allowed_sitesmime
http_reply_access allow deny_extensions allowed_sitesmime
http_access deny deny_mime_type
http_reply_access deny deny_mime_type
http_access deny deny_extensions
http_access deny deny_client
http_access deny deny_users
http_access deny siti_proibiti
http_access allow user_authentication
http_access allow allowed_extensions
##################################################################
--
View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/WARNING-deny-mime-type-ACL-is-used-in-context-without-an-HTTP-response-Assuming-mismatch-tp4668430.html
Sent from the Squid - Users mailing list archive at Nabble.com.
More information about the squid-users
mailing list