Here's the problem: You want to make your Squid web proxy error pages pretty. This isn't difficult; but you can't figure out how to embed images inside the Squid error pages which render. This is a surprisingly interesting problem to solve if the users are behind a firewall and must authenticate to the proxy before they can get access to the internet.
So, there's a few ways.
acl error_page_server dst 1.2.3.4 IP of the web server with images on it
http_access allow error_page_server
miss_access allow error_page_server
# uwa-internal stuff, for the error pages [ahc] \.uwaicon1$ application/uwa-image-1 uwalogotrans.gif - image \.uwaicon2$ application/uwa-image-2 wing.gif - image