On 19/11/2016 11:40 p.m., --Ahmad-- wrote:
> hi squid users .
> 
> im willing to have squid errors or any foot prints to be removed .
> 
> as an example if was error access denied or dns name problem …. i don’t want 
> any squid footprints to be shown .
> 
> i would prefer to have blank page better 
> 
> where should i look @  before compilation  ?
> 

Please don't.

1) *Replace* all the files in errors/templates with empty files of same
name.

2) Build Squid with --disable-auto-locale.

3) add the following to squid.conf

  acl errors http_status 400-599
  deny_info TCP_RESET errors
  http_reply_access deny errors


Good luck dealing with the results (you are going to need it).

Amos

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to