[squid-users] TCP_RESET non http requests on port 80
Omid Kosari
omidkosari at yahoo.com
Wed Aug 24 12:39:07 UTC 2016
This config works for dstdomain acl type
acl test dstdomain 123.com
deny_info TCP_RESET test
adapted_http_access deny test
but it is not what i want . I want
acl status_400 http_status 400
deny_info TCP_RESET status_400
adapted_http_access deny status_400
OR
acl HTTP proto HTTP
acl PORT_80 port 80
deny_info TCP_RESET PORT_80 !HTTP
adapted_http_access deny PORT_80 !HTTP
--
View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/TCP-RESET-non-http-requests-on-port-80-tp4679102p4679126.html
Sent from the Squid - Users mailing list archive at Nabble.com.
More information about the squid-users
mailing list