Hey There, I am really struggling to understand what you want to achieve. Please separate the result you want and the method to achieve it. Is this a reverse proxy or a forward proxy? Thanks, Eliezer On 07/02/2014 09:10 PM, SaRaVanAn wrote:
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?