SSIErrorMsg
SSIErrorMsg message Default: SSIErrorMsg "[an error occurred while processing this directive]" Context: Server config, virtual host, directory, .htaccess
The SSIErrorMsg
directive changes the error
message displayed when mod_include
encounters an
error. For production servers you may consider changing the default
error message to "<!-- Error -->"
so that
the message is not presented to the user. This directive has the same
effect as the <!--#config errmsg="message"
-->
element.