| Tag Name | err_html_text |
| Usage | err_html_text text |
Description
This is used to specirfy the HTML text, which is to be included in error messages. Make this a “mailto” URL to your administrator address, or may be just a link to your organizations Web page.
To include this in your error messages, you must rewrite the error template files (found in the “$prefix/etc/errors” directory). Wherever you want the ‘err_html_text’ line to appear, insert a %L tag in the error template file
| Default | none |
Example
err_html_text venkatesh@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.