Error message page configuration
When WebSEAL is unable to process a request from a client, WebSEAL returns an error message page to the client. The error message page explains why the request failed. The error message pages are installed when the WebSEAL instance is configured. Each error message page is a separate static file. The names of the files are the hexadecimal values of the returned error codes. Do not modify these file names. Specify server-relative URIs (rather than relative URIs) for any URIs for resources such as images or CSS. If virtual host junctions are being used for WebSEAL, we must use absolute URIs for such resources.
- Enable the time of day error page
- Create new error message pages
- Compatibility with previous versions of WebSEAL
Parent topic: Web server response configuration
Related concepts
- Static server response pages
- Server response page locations
- Content Aware Server Responses
- HTML server response page modification
- Account management page configuration
- Add custom headers to server response pages
- Local response redirection
- HTML redirection
Related tasks
- Handling the favicon.ico file with Mozilla Firefox
- Configure the location URL format in redirect responses
Related reference