On Thu, 14 Aug 2003, ads squid wrote: > My squid is "Version 2.4.STABLE7" > and error pages are in directory "/etc/squid/errors/ERR_ACCESS_DENIED"
I still ask if /etc/squid/errors is the directory which is specified for error pages in your squid.conf? > I have edited ERR_ACCESS_DENIED as suggested. Ok. > I restarted squid. I think It is showing error page from cache. I can > not find where old error page is stored in cache. I think if I delete > that page It will get replaced by New. Squid does not cache error pages, and error pages does not get cached by browsers either. Error pages are generated on each request resulting in the error, and if you attempt the request again a new error page is generated. Regards HEnrik
