TAG NAME err_html_text

Description Provides a means to automatically add some extra information to Squid’s error pages
Build Option
Default
Usage
err_htmal_text text
Default
none
Synopsis
You can add HTML or plain text comments or links here, which will be added to the error messages displayed to clients. To include this in your error messages, you must rewrite the error template files (found in the “errors” directory). Wherever you want the err_html_text line to appear, insert a %L tag in the error template file.

Arguments

text
Message to be displayed

Example(s)
err_html_text squid@squidconfiguration.com
Consider you want to display this mail Id when access denied error occurs, then edit the corresponding file (ERR_ACCESS_DENIED in ‘$prefix/etc/errors’ directory) with %L where this mail Id should be displayed.