Hi All, Recently I have migrated from squid 2.7 to squid 3.2, which forces me to replace an existing error_map configuration with below access list to achieve the same acl denied_status_404 http_status 404 deny_info ERR_404.html denied_status_404 http_reply_access deny denied_status_404 but if i use this configuration access.log is reporting the 404 http status as TCP_DENIED_REPLY 302. I just want to capture the HTTP 404 error codes for statistics. Because i could able to capture the HTTP 404 error codes with old error_map configuration Is there any configuration in squid to achieve this?