Squid: The Definitive Guide
| < Day Day Up > |
| err_html_text |
This directive is one way to customize Squid's error messages. The error message files contain printf -like tokens. Squid dynamically replaces the tokens with appropriate values for each error. If Squid encounters the token %L , it inserts the contents of this directive. Note that none of the default error messages contain a %L . Thus, to use this feature, you must modify the default error files.
| Syntax | err_html_text character string |
| Default | No default |
| Example | err_html_text Call <b>555- 1234</b> to report problems with Squid. |
| Related | error_directory |
| < Day Day Up > |